Tweak the project files to group MainForm partial class files into one group, also make 2012 project compile
This commit is contained in:
parent
c0bad5eccb
commit
fcb54994b3
|
@ -165,6 +165,7 @@
|
|||
<Compile Include="Computers\Commodore64\MOS\Vic.Render.cs" />
|
||||
<Compile Include="Computers\Commodore64\MOS\Vic.Sprite.cs" />
|
||||
<Compile Include="Computers\Commodore64\MOS\Vic.State.cs" />
|
||||
<Compile Include="Computers\Commodore64\MOS\Vic.TimingBuilder.cs" />
|
||||
<Compile Include="Computers\Commodore64\MOS\Vic.VideoProvider.cs" />
|
||||
<Compile Include="Computers\Commodore64\Sync.cs" />
|
||||
<Compile Include="Computers\Commodore64\Tape\VIC1530.cs" />
|
||||
|
|
|
@ -310,6 +310,11 @@
|
|||
<DependentUpon>LogWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MainForm.Movie.cs">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MainForm.Rewind.cs">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="movie\EditCommentsForm.cs">
|
||||
|
@ -872,9 +877,6 @@
|
|||
</Compile>
|
||||
<Compile Include="RecentFiles.cs" />
|
||||
<Compile Include="RenderPanel.cs" />
|
||||
<Compile Include="Rewind.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RomGame.cs" />
|
||||
<Compile Include="ScreenSaver.cs" />
|
||||
<Compile Include="Sound.cs" />
|
||||
|
|
|
@ -324,8 +324,11 @@
|
|||
<DependentUpon>LogWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MainForm.Movie.cs">
|
||||
<SubType>Form</SubType>
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MainForm.Rewind.cs">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="movie\EditCommentsForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
@ -872,9 +875,6 @@
|
|||
</Compile>
|
||||
<Compile Include="RecentFiles.cs" />
|
||||
<Compile Include="RenderPanel.cs" />
|
||||
<Compile Include="Rewind.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RomGame.cs" />
|
||||
<Compile Include="ScreenSaver.cs" />
|
||||
<Compile Include="Sound.cs" />
|
||||
|
|
Loading…
Reference in New Issue