--- trunk/RomCheater/RomCheater.csproj 2012/05/11 11:37:14 143 +++ trunk/RomCheater/RomCheater.csproj 2012/05/11 12:11:40 144 @@ -71,6 +71,12 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="FloatingLogWindow.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="FloatingLogWindow.Designer.cs"> + <DependentUpon>FloatingLogWindow.cs</DependentUpon> + </Compile> <Compile Include="PIDSelector.cs"> <SubType>Form</SubType> </Compile> @@ -91,6 +97,9 @@ <Compile Include="RomCheaterConfigDialog.Designer.cs"> <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon> </Compile> + <EmbeddedResource Include="FloatingLogWindow.resx"> + <DependentUpon>FloatingLogWindow.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Main.resx"> <DependentUpon>Main.cs</DependentUpon> </EmbeddedResource> |