Visual Studio changes

This commit is contained in:
Michael Becker 2014-07-08 16:34:34 -04:00
parent b0e59c00b1
commit 475996aea6

View File

@ -141,11 +141,15 @@
<Compile Include="MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="OptionPanels\ApplicationOptionPanel.cs" />
<Compile Include="OptionPanels\ApplicationOptionPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="OptionPanels\ApplicationOptionPanel.Designer.cs">
<DependentUpon>ApplicationOptionPanel.cs</DependentUpon>
</Compile>
<Compile Include="OptionPanels\Application\DocumentsOptionPanel.cs" />
<Compile Include="OptionPanels\Application\DocumentsOptionPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="OptionPanels\Application\DocumentsOptionPanel.Designer.cs">
<DependentUpon>DocumentsOptionPanel.cs</DependentUpon>
</Compile>