--- trunk/RomCheater/RomCheater.csproj 2012/06/21 03:37:14 400 +++ trunk/RomCheater/RomCheater.csproj 2012/06/21 05:14:38 401 @@ -182,6 +182,10 @@ <DependentUpon>UIMemoryViewer.cs</DependentUpon> </Compile> <Compile Include="MemorySizeConstants.cs" /> + <Compile Include="Serialization\SearchResultReader.cs" /> + <Compile Include="Serialization\SearchResultWriter.cs" /> + <Compile Include="Serialization\SerializationReader.cs" /> + <Compile Include="Serialization\SerializationWriter.cs" /> <Compile Include="TypeBinder.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Main.cs"> |