--- trunk/RomCheater/RomCheater.csproj 2012/05/28 10:37:53 195 +++ trunk/RomCheater/RomCheater.csproj 2012/05/31 05:52:41 196 @@ -69,6 +69,12 @@ <Compile Include="Docking\FloatingLogWindow.Designer.cs"> <DependentUpon>FloatingLogWindow.cs</DependentUpon> </Compile> + <Compile Include="Docking\FloatingMemoryView.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Docking\FloatingMemoryView.Designer.cs"> + <DependentUpon>FloatingMemoryView.cs</DependentUpon> + </Compile> <Compile Include="Docking\FloatingRamDumperDialog.cs"> <SubType>Form</SubType> </Compile> |