--- trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj 2013/06/17 02:21:49 659 +++ trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj 2013/06/17 13:09:29 700 @@ -48,6 +48,12 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="CheatInputDialog.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="CheatInputDialog.Designer.cs"> + <DependentUpon>CheatInputDialog.cs</DependentUpon> + </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="RVACalculatorDockControl.cs"> <SubType>Form</SubType> @@ -87,6 +93,9 @@ <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="CheatInputDialog.resx"> + <DependentUpon>CheatInputDialog.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="RVACalculatorDockControl.resx"> <DependentUpon>RVACalculatorDockControl.cs</DependentUpon> </EmbeddedResource> |