remove noise from csproj

This commit is contained in:
zeromus 2017-03-06 03:20:42 -06:00
parent ae27d0ae94
commit 3bb1d0849d
2 changed files with 4 additions and 4 deletions

View File

@ -605,7 +605,7 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="CustomControls\VirtualListView.cs">
<SubType>Component</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="CustomControls\Win32.cs" />
<Compile Include="DisplayManager\DisplayManager.cs" />
@ -2172,4 +2172,4 @@
<PreBuildEvent />
</PropertyGroup>
<Import Project="$(SolutionDir)Build\Common.targets" />
</Project>
</Project>

View File

@ -406,7 +406,7 @@
<Compile Include="Consoles\Coleco\Input.cs" />
<Compile Include="Consoles\Coleco\MemoryMap.cs" />
<Compile Include="Consoles\Coleco\TMS9918A.cs" />
<Compile Include="Consoles\Coleco\ColecoControllerDeck.cs" />
<Compile Include="Consoles\Coleco\ColecoControllerDeck.cs" />
<Compile Include="Consoles\Coleco\ColecoControllers.cs" />
<Compile Include="Consoles\Intellivision\Cartridge.cs" />
<Compile Include="Consoles\Intellivision\Controllers\IntellivisionControllerDeck.cs" />
@ -1274,4 +1274,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>