- Robert Horvath: Fix RosDBG compilation (.csproj wasn't updated after removing source code files in r1231). See bug #5815 for details.

svn path=/trunk/reactosdbg/; revision=1264
This commit is contained in:
Aleksey Bragin 2011-02-09 21:31:17 +00:00
parent 5eae39ef96
commit 24622bf93f

View File

@ -168,12 +168,6 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SetupWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SetupWizard.Designer.cs">
<DependentUpon>SetupWizard.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="AboutDlg.resx">
<DependentUpon>AboutDlg.cs</DependentUpon>
<SubType>Designer</SubType>
@ -240,9 +234,6 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="SetupWizard.resx">
<DependentUpon>SetupWizard.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>