--- trunk/RomCheater/RomCheater.csproj 2012/05/09 06:14:00 12 +++ trunk/RomCheater/RomCheater.csproj 2012/05/09 06:15:28 13 @@ -46,11 +46,11 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="Form1.cs"> + <Compile Include="Main.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="Form1.Designer.cs"> - <DependentUpon>Form1.cs</DependentUpon> + <Compile Include="Main.Designer.cs"> + <DependentUpon>Main.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> |