--- trunk/RomCheater.RVACalculator/RomCheater.RVACalculator.csproj 2014/09/16 02:01:29 847 +++ trunk/RomCheater.RVACalculator/RomCheater.RVACheatList.csproj 2014/09/16 21:23:53 856 @@ -8,8 +8,8 @@ <ProjectGuid>{62B1B448-C119-487C-9EC3-5F48D9BE339D}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>RomCheater.RVACalculator</RootNamespace> - <AssemblyName>RomCheater.RVACalculator</AssemblyName> + <RootNamespace>RomCheater.RVACheatList</RootNamespace> + <AssemblyName>RomCheater.RVACheatList</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> @@ -80,13 +80,13 @@ <DependentUpon>CheatInputDialog.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="RVACalculatorDockControl.cs"> + <Compile Include="RVACheatListDockControl.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="RVACalculatorDockControl.Designer.cs"> - <DependentUpon>RVACalculatorDockControl.cs</DependentUpon> + <Compile Include="RVACheatListDockControl.Designer.cs"> + <DependentUpon>RVACheatListDockControl.cs</DependentUpon> </Compile> - <Compile Include="RVACalculatorPlugin.cs" /> + <Compile Include="RVACheatListPlugin.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> @@ -121,8 +121,8 @@ <EmbeddedResource Include="CheatInputDialog.resx"> <DependentUpon>CheatInputDialog.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="RVACalculatorDockControl.resx"> - <DependentUpon>RVACalculatorDockControl.cs</DependentUpon> + <EmbeddedResource Include="RVACheatListDockControl.resx"> + <DependentUpon>RVACheatListDockControl.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |