ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 401
Committed: Thu Jun 21 05:14:38 2012 UTC (11 years, 5 months ago) by william
File size: 16600 byte(s)
Log Message:
+ add serialization writer

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater</RootNamespace>
12 <AssemblyName>RomCheater</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
19 <DebugSymbols>true</DebugSymbols>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>TRACE;DEBUG</DefineConstants>
22 <NoWarn>1607,0436</NoWarn>
23 <DebugType>full</DebugType>
24 <PlatformTarget>AnyCPU</PlatformTarget>
25 <ErrorReport>prompt</ErrorReport>
26 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
27 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
28 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE;RELEASE</DefineConstants>
33 <Optimize>true</Optimize>
34 <DebugType>pdbonly</DebugType>
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <ErrorReport>prompt</ErrorReport>
37 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
38 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
39 <NoWarn>1607,0436</NoWarn>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
42 <OutputPath>bin\All Configurations\</OutputPath>
43 </PropertyGroup>
44 <ItemGroup>
45 <Reference Include="System" />
46 <Reference Include="System.Core" />
47 <Reference Include="System.Management" />
48 <Reference Include="System.Xml.Linq" />
49 <Reference Include="System.Data.DataSetExtensions" />
50 <Reference Include="Microsoft.CSharp" />
51 <Reference Include="System.Data" />
52 <Reference Include="System.Deployment" />
53 <Reference Include="System.Drawing" />
54 <Reference Include="System.Windows.Forms" />
55 <Reference Include="System.Xml" />
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
59 <Link>Properties\SharedAssemblyInfo.cs</Link>
60 </Compile>
61 <Compile Include="Docking\FloatingAboutBox.cs">
62 <SubType>Form</SubType>
63 </Compile>
64 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
65 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
66 </Compile>
67 <Compile Include="Docking\FloatingDataTypeConverter.cs">
68 <SubType>Form</SubType>
69 </Compile>
70 <Compile Include="Docking\FloatingDataTypeConverter.Designer.cs">
71 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
72 </Compile>
73 <Compile Include="Docking\FloatingLogWindow.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
77 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
78 </Compile>
79 <Compile Include="Docking\FloatingMemorySearcher.cs">
80 <SubType>Form</SubType>
81 </Compile>
82 <Compile Include="Docking\FloatingMemorySearcher.Designer.cs">
83 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
84 </Compile>
85 <Compile Include="Docking\FloatingMemoryView.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
89 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
90 </Compile>
91 <Compile Include="Docking\FloatingRamDumperDialog.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
95 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
96 </Compile>
97 <Compile Include="Docking\MemorySearch\AddressValuePairList.cs">
98 <SubType>Component</SubType>
99 </Compile>
100 <Compile Include="Docking\MemorySearch\AddressValuePairList.Designer.cs">
101 <DependentUpon>AddressValuePairList.cs</DependentUpon>
102 </Compile>
103 <Compile Include="Docking\MemorySearch\CompareValueTypes.cs" />
104 <Compile Include="Docking\MemorySearch\DataTypeConverter.cs" />
105 <Compile Include="Docking\MemorySearch\ICompareAddress.cs" />
106 <Compile Include="Docking\MemorySearch\ICompareValue.cs" />
107 <Compile Include="Docking\MemorySearch\IMemComparer.cs" />
108 <Compile Include="Docking\MemorySearch\InRangeComparer.cs" />
109 <Compile Include="Docking\MemorySearch\IRangeComparer.cs" />
110 <Compile Include="Docking\MemorySearch\ISearchSettings.cs" />
111 <Compile Include="Docking\MemorySearch\ISearchType.cs" />
112 <Compile Include="Docking\MemorySearch\MemComparer.cs" />
113 <Compile Include="Docking\MemorySearch\NotInRangeComparer.cs" />
114 <Compile Include="Docking\MemorySearch\OnlySearchType.cs" />
115 <Compile Include="Docking\MemorySearch\PatchAdder.cs">
116 <SubType>Form</SubType>
117 </Compile>
118 <Compile Include="Docking\MemorySearch\PatchAdder.designer.cs">
119 <DependentUpon>PatchAdder.cs</DependentUpon>
120 </Compile>
121 <Compile Include="Docking\MemorySearch\PatchRangeAdder.cs">
122 <SubType>Form</SubType>
123 </Compile>
124 <Compile Include="Docking\MemorySearch\PatchRangeAdder.designer.cs">
125 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
126 </Compile>
127 <Compile Include="Docking\MemorySearch\RangedComparer.cs" />
128 <Compile Include="Docking\MemorySearch\ResultDataType.cs" />
129 <Compile Include="Docking\MemorySearch\ResultItemState.cs" />
130 <Compile Include="Docking\MemorySearch\ResultType.cs" />
131 <Compile Include="Docking\MemorySearch\SearchCompareTypes.cs" />
132 <Compile Include="Docking\MemorySearch\SearchDataTypes.cs" />
133 <Compile Include="Docking\MemorySearch\SearchPatcher.cs">
134 <SubType>Form</SubType>
135 </Compile>
136 <Compile Include="Docking\MemorySearch\SearchPatcher.designer.cs">
137 <DependentUpon>SearchPatcher.cs</DependentUpon>
138 </Compile>
139 <Compile Include="Docking\MemorySearch\SearchRangePatcher.cs">
140 <SubType>Form</SubType>
141 </Compile>
142 <Compile Include="Docking\MemorySearch\SearchRangePatcher.designer.cs">
143 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
144 </Compile>
145 <Compile Include="Docking\MemorySearch\SearchType.cs" />
146 <Compile Include="Docking\MemorySearch\_16bit_signed_comparer_.cs" />
147 <Compile Include="Docking\MemorySearch\_16bit_unsigned_comparer_.cs" />
148 <Compile Include="Docking\MemorySearch\_32bit_signed_comparer_.cs" />
149 <Compile Include="Docking\MemorySearch\_32bit_unsigned_comparer_.cs" />
150 <Compile Include="Docking\MemorySearch\_64bit_signed_comparer_.cs" />
151 <Compile Include="Docking\MemorySearch\_64bit_unsigned_comparer_.cs" />
152 <Compile Include="Docking\MemorySearch\_8bit_signed_comparer_.cs" />
153 <Compile Include="Docking\MemorySearch\_8bit_unsigned_comparer_.cs" />
154 <Compile Include="Docking\FloatingPEViewer.cs">
155 <SubType>Form</SubType>
156 </Compile>
157 <Compile Include="Docking\FloatingPEViewer.Designer.cs">
158 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
159 </Compile>
160 <Compile Include="Docking\FloatingPIDSelector.cs">
161 <SubType>Form</SubType>
162 </Compile>
163 <Compile Include="Docking\FloatingPIDSelector.designer.cs">
164 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
165 </Compile>
166 <Compile Include="Docking\FloatingRVACalculator.cs">
167 <SubType>Form</SubType>
168 </Compile>
169 <Compile Include="Docking\FloatingRVACalculator.Designer.cs">
170 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
171 </Compile>
172 <Compile Include="Docking\UI\ByteEditor.cs">
173 <SubType>Form</SubType>
174 </Compile>
175 <Compile Include="Docking\UI\ByteEditor.Designer.cs">
176 <DependentUpon>ByteEditor.cs</DependentUpon>
177 </Compile>
178 <Compile Include="Docking\UI\UIMemoryViewer.cs">
179 <SubType>UserControl</SubType>
180 </Compile>
181 <Compile Include="Docking\UI\UIMemoryViewer.Designer.cs">
182 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
183 </Compile>
184 <Compile Include="MemorySizeConstants.cs" />
185 <Compile Include="Serialization\SearchResultReader.cs" />
186 <Compile Include="Serialization\SearchResultWriter.cs" />
187 <Compile Include="Serialization\SerializationReader.cs" />
188 <Compile Include="Serialization\SerializationWriter.cs" />
189 <Compile Include="TypeBinder.cs" />
190 <Compile Include="Properties\AssemblyInfo.cs" />
191 <Compile Include="Main.cs">
192 <SubType>Form</SubType>
193 </Compile>
194 <Compile Include="Main.Designer.cs">
195 <DependentUpon>Main.cs</DependentUpon>
196 </Compile>
197 <Compile Include="Program.cs" />
198 <Compile Include="RomCheaterConfigDialog.cs">
199 <SubType>Form</SubType>
200 </Compile>
201 <Compile Include="RomCheaterConfigDialog.Designer.cs">
202 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
203 </Compile>
204 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
205 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
206 </EmbeddedResource>
207 <EmbeddedResource Include="Docking\FloatingDataTypeConverter.resx">
208 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
209 </EmbeddedResource>
210 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
211 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
212 </EmbeddedResource>
213 <EmbeddedResource Include="Docking\FloatingMemorySearcher.resx">
214 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
215 </EmbeddedResource>
216 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
217 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
218 </EmbeddedResource>
219 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
220 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
221 </EmbeddedResource>
222 <EmbeddedResource Include="Docking\FloatingRVACalculator.resx">
223 <DependentUpon>FloatingRVACalculator.cs</DependentUpon>
224 </EmbeddedResource>
225 <EmbeddedResource Include="Docking\MemorySearch\AddressValuePairList.resx">
226 <DependentUpon>AddressValuePairList.cs</DependentUpon>
227 </EmbeddedResource>
228 <EmbeddedResource Include="Docking\MemorySearch\PatchAdder.resx">
229 <DependentUpon>PatchAdder.cs</DependentUpon>
230 </EmbeddedResource>
231 <EmbeddedResource Include="Docking\MemorySearch\PatchRangeAdder.resx">
232 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
233 </EmbeddedResource>
234 <EmbeddedResource Include="Docking\MemorySearch\SearchPatcher.resx">
235 <DependentUpon>SearchPatcher.cs</DependentUpon>
236 </EmbeddedResource>
237 <EmbeddedResource Include="Docking\MemorySearch\SearchRangePatcher.resx">
238 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
239 </EmbeddedResource>
240 <EmbeddedResource Include="Docking\FloatingPEViewer.resx">
241 <DependentUpon>FloatingPEViewer.cs</DependentUpon>
242 </EmbeddedResource>
243 <EmbeddedResource Include="Docking\UI\ByteEditor.resx">
244 <DependentUpon>ByteEditor.cs</DependentUpon>
245 </EmbeddedResource>
246 <EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx">
247 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
248 </EmbeddedResource>
249 <EmbeddedResource Include="Main.resx">
250 <DependentUpon>Main.cs</DependentUpon>
251 </EmbeddedResource>
252 <EmbeddedResource Include="Docking\FloatingPIDSelector.resx">
253 <DependentUpon>FloatingPIDSelector.cs</DependentUpon>
254 </EmbeddedResource>
255 <EmbeddedResource Include="Properties\Resources.resx">
256 <Generator>ResXFileCodeGenerator</Generator>
257 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
258 <SubType>Designer</SubType>
259 </EmbeddedResource>
260 <Compile Include="Properties\Resources.Designer.cs">
261 <AutoGen>True</AutoGen>
262 <DependentUpon>Resources.resx</DependentUpon>
263 <DesignTime>True</DesignTime>
264 </Compile>
265 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
266 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
267 </EmbeddedResource>
268 <None Include="app.config" />
269 <None Include="Properties\AssemblyInfo.cs.tmpl" />
270 <None Include="Properties\Settings.settings">
271 <Generator>SettingsSingleFileGenerator</Generator>
272 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
273 </None>
274 <Compile Include="Properties\Settings.Designer.cs">
275 <AutoGen>True</AutoGen>
276 <DependentUpon>Settings.settings</DependentUpon>
277 <DesignTimeSharedInput>True</DesignTimeSharedInput>
278 </Compile>
279 </ItemGroup>
280 <ItemGroup>
281 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
282 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
283 <Name>Be.Windows.Forms.HexBox</Name>
284 </ProjectReference>
285 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
286 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
287 <Name>Utilities.TransparentControls</Name>
288 </ProjectReference>
289 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
290 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
291 <Name>WinFormsUI</Name>
292 </ProjectReference>
293 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
294 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
295 <Name>RomCheater.Core</Name>
296 </ProjectReference>
297 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
298 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
299 <Name>RomCheater.Logging</Name>
300 </ProjectReference>
301 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
302 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
303 <Name>RomCheater.PluginFramework</Name>
304 </ProjectReference>
305 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
306 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
307 <Name>RomCheater.UserSettingsSupport</Name>
308 </ProjectReference>
309 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
310 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
311 <Name>libWin32</Name>
312 </ProjectReference>
313 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
314 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
315 <Name>Sojaner.MemoryScanner</Name>
316 </ProjectReference>
317 </ItemGroup>
318 <ItemGroup>
319 <Content Include="Plugins\RomCheater.CorePlugins.dll">
320 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
321 </Content>
322 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
323 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
324 </Content>
325 <None Include="Resources\applications_32.ico" />
326 <None Include="Resources\notfreeze.png" />
327 <None Include="Resources\freeze.png" />
328 </ItemGroup>
329 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
330 <PropertyGroup>
331 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
332 </PropertyGroup>
333 <PropertyGroup>
334 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
335 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
336 </PropertyGroup>
337 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
338 Other similar extension points exist, see Microsoft.Common.targets.
339 <Target Name="BeforeBuild">
340 </Target>
341 <Target Name="AfterBuild">
342 </Target>
343 -->
344 </Project>