ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 313
Committed: Tue Jun 5 15:03:03 2012 UTC (11 years, 3 months ago) by william
File size: 15416 byte(s)
Log Message:

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.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Windows.Forms" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
58 <Link>Properties\SharedAssemblyInfo.cs</Link>
59 </Compile>
60 <Compile Include="Docking\FloatingAboutBox.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
64 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Docking\FloatingDataTypeConverter.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="Docking\FloatingDataTypeConverter.Designer.cs">
70 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
71 </Compile>
72 <Compile Include="Docking\FloatingLogWindow.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
76 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
77 </Compile>
78 <Compile Include="Docking\FloatingMemorySearcher.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="Docking\FloatingMemorySearcher.Designer.cs">
82 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Docking\FloatingMemoryView.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
88 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Docking\FloatingRamDumperDialog.cs">
91 <SubType>Form</SubType>
92 </Compile>
93 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
94 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Docking\MemorySearch\AddressValuePairList.cs">
97 <SubType>Component</SubType>
98 </Compile>
99 <Compile Include="Docking\MemorySearch\AddressValuePairList.Designer.cs">
100 <DependentUpon>AddressValuePairList.cs</DependentUpon>
101 </Compile>
102 <Compile Include="Docking\MemorySearch\CompareValueTypes.cs" />
103 <Compile Include="Docking\MemorySearch\DataTypeConverter.cs" />
104 <Compile Include="Docking\MemorySearch\ICompareAddress.cs" />
105 <Compile Include="Docking\MemorySearch\ICompareValue.cs" />
106 <Compile Include="Docking\MemorySearch\IMemComparer.cs" />
107 <Compile Include="Docking\MemorySearch\InRangeComparer.cs" />
108 <Compile Include="Docking\MemorySearch\IRangeComparer.cs" />
109 <Compile Include="Docking\MemorySearch\ISearchSettings.cs" />
110 <Compile Include="Docking\MemorySearch\ISearchType.cs" />
111 <Compile Include="Docking\MemorySearch\MemComparer.cs" />
112 <Compile Include="Docking\MemorySearch\NotInRangeComparer.cs" />
113 <Compile Include="Docking\MemorySearch\OnlySearchType.cs" />
114 <Compile Include="Docking\MemorySearch\PatchAdder.cs">
115 <SubType>Form</SubType>
116 </Compile>
117 <Compile Include="Docking\MemorySearch\PatchAdder.designer.cs">
118 <DependentUpon>PatchAdder.cs</DependentUpon>
119 </Compile>
120 <Compile Include="Docking\MemorySearch\PatchRangeAdder.cs">
121 <SubType>Form</SubType>
122 </Compile>
123 <Compile Include="Docking\MemorySearch\PatchRangeAdder.designer.cs">
124 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
125 </Compile>
126 <Compile Include="Docking\MemorySearch\RangedComparer.cs" />
127 <Compile Include="Docking\MemorySearch\ResultDataType.cs" />
128 <Compile Include="Docking\MemorySearch\ResultItemState.cs" />
129 <Compile Include="Docking\MemorySearch\ResultType.cs" />
130 <Compile Include="Docking\MemorySearch\SearchCompareTypes.cs" />
131 <Compile Include="Docking\MemorySearch\SearchDataTypes.cs" />
132 <Compile Include="Docking\MemorySearch\SearchPatcher.cs">
133 <SubType>Form</SubType>
134 </Compile>
135 <Compile Include="Docking\MemorySearch\SearchPatcher.designer.cs">
136 <DependentUpon>SearchPatcher.cs</DependentUpon>
137 </Compile>
138 <Compile Include="Docking\MemorySearch\SearchRangePatcher.cs">
139 <SubType>Form</SubType>
140 </Compile>
141 <Compile Include="Docking\MemorySearch\SearchRangePatcher.designer.cs">
142 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
143 </Compile>
144 <Compile Include="Docking\MemorySearch\SearchType.cs" />
145 <Compile Include="Docking\MemorySearch\_16bit_signed_comparer_.cs" />
146 <Compile Include="Docking\MemorySearch\_16bit_unsigned_comparer_.cs" />
147 <Compile Include="Docking\MemorySearch\_32bit_signed_comparer_.cs" />
148 <Compile Include="Docking\MemorySearch\_32bit_unsigned_comparer_.cs" />
149 <Compile Include="Docking\MemorySearch\_64bit_signed_comparer_.cs" />
150 <Compile Include="Docking\MemorySearch\_64bit_unsigned_comparer_.cs" />
151 <Compile Include="Docking\MemorySearch\_8bit_signed_comparer_.cs" />
152 <Compile Include="Docking\MemorySearch\_8bit_unsigned_comparer_.cs" />
153 <Compile Include="Docking\PIDSelector.cs">
154 <SubType>Form</SubType>
155 </Compile>
156 <Compile Include="Docking\PIDSelector.designer.cs">
157 <DependentUpon>PIDSelector.cs</DependentUpon>
158 </Compile>
159 <Compile Include="Docking\UI\ByteEditor.cs">
160 <SubType>Form</SubType>
161 </Compile>
162 <Compile Include="Docking\UI\ByteEditor.Designer.cs">
163 <DependentUpon>ByteEditor.cs</DependentUpon>
164 </Compile>
165 <Compile Include="Docking\UI\UIMemoryViewer.cs">
166 <SubType>UserControl</SubType>
167 </Compile>
168 <Compile Include="Docking\UI\UIMemoryViewer.Designer.cs">
169 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
170 </Compile>
171 <Compile Include="MemorySizeConstants.cs" />
172 <Compile Include="ObjectBinder.cs" />
173 <Compile Include="Properties\AssemblyInfo.cs" />
174 <Compile Include="Main.cs">
175 <SubType>Form</SubType>
176 </Compile>
177 <Compile Include="Main.Designer.cs">
178 <DependentUpon>Main.cs</DependentUpon>
179 </Compile>
180 <Compile Include="Program.cs" />
181 <Compile Include="RomCheaterConfigDialog.cs">
182 <SubType>Form</SubType>
183 </Compile>
184 <Compile Include="RomCheaterConfigDialog.Designer.cs">
185 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
186 </Compile>
187 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
188 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
189 </EmbeddedResource>
190 <EmbeddedResource Include="Docking\FloatingDataTypeConverter.resx">
191 <DependentUpon>FloatingDataTypeConverter.cs</DependentUpon>
192 </EmbeddedResource>
193 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
194 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
195 </EmbeddedResource>
196 <EmbeddedResource Include="Docking\FloatingMemorySearcher.resx">
197 <DependentUpon>FloatingMemorySearcher.cs</DependentUpon>
198 </EmbeddedResource>
199 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
200 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
201 </EmbeddedResource>
202 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
203 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
204 </EmbeddedResource>
205 <EmbeddedResource Include="Docking\MemorySearch\AddressValuePairList.resx">
206 <DependentUpon>AddressValuePairList.cs</DependentUpon>
207 </EmbeddedResource>
208 <EmbeddedResource Include="Docking\MemorySearch\PatchAdder.resx">
209 <DependentUpon>PatchAdder.cs</DependentUpon>
210 </EmbeddedResource>
211 <EmbeddedResource Include="Docking\MemorySearch\PatchRangeAdder.resx">
212 <DependentUpon>PatchRangeAdder.cs</DependentUpon>
213 </EmbeddedResource>
214 <EmbeddedResource Include="Docking\MemorySearch\SearchPatcher.resx">
215 <DependentUpon>SearchPatcher.cs</DependentUpon>
216 </EmbeddedResource>
217 <EmbeddedResource Include="Docking\MemorySearch\SearchRangePatcher.resx">
218 <DependentUpon>SearchRangePatcher.cs</DependentUpon>
219 </EmbeddedResource>
220 <EmbeddedResource Include="Docking\UI\ByteEditor.resx">
221 <DependentUpon>ByteEditor.cs</DependentUpon>
222 </EmbeddedResource>
223 <EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx">
224 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
225 </EmbeddedResource>
226 <EmbeddedResource Include="Main.resx">
227 <DependentUpon>Main.cs</DependentUpon>
228 </EmbeddedResource>
229 <EmbeddedResource Include="Docking\PIDSelector.resx">
230 <DependentUpon>PIDSelector.cs</DependentUpon>
231 </EmbeddedResource>
232 <EmbeddedResource Include="Properties\Resources.resx">
233 <Generator>ResXFileCodeGenerator</Generator>
234 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
235 <SubType>Designer</SubType>
236 </EmbeddedResource>
237 <Compile Include="Properties\Resources.Designer.cs">
238 <AutoGen>True</AutoGen>
239 <DependentUpon>Resources.resx</DependentUpon>
240 <DesignTime>True</DesignTime>
241 </Compile>
242 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
243 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
244 </EmbeddedResource>
245 <None Include="app.config" />
246 <None Include="Properties\AssemblyInfo.cs.tmpl" />
247 <None Include="Properties\Settings.settings">
248 <Generator>SettingsSingleFileGenerator</Generator>
249 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
250 </None>
251 <Compile Include="Properties\Settings.Designer.cs">
252 <AutoGen>True</AutoGen>
253 <DependentUpon>Settings.settings</DependentUpon>
254 <DesignTimeSharedInput>True</DesignTimeSharedInput>
255 </Compile>
256 </ItemGroup>
257 <ItemGroup>
258 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
259 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
260 <Name>Be.Windows.Forms.HexBox</Name>
261 </ProjectReference>
262 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
263 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
264 <Name>Utilities.TransparentControls</Name>
265 </ProjectReference>
266 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
267 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
268 <Name>WinFormsUI</Name>
269 </ProjectReference>
270 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
271 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
272 <Name>RomCheater.Core</Name>
273 </ProjectReference>
274 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
275 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
276 <Name>RomCheater.Logging</Name>
277 </ProjectReference>
278 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
279 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
280 <Name>RomCheater.PluginFramework</Name>
281 </ProjectReference>
282 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
283 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
284 <Name>RomCheater.UserSettingsSupport</Name>
285 </ProjectReference>
286 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
287 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
288 <Name>libWin32</Name>
289 </ProjectReference>
290 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
291 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
292 <Name>Sojaner.MemoryScanner</Name>
293 </ProjectReference>
294 </ItemGroup>
295 <ItemGroup>
296 <Content Include="Plugins\RomCheater.CorePlugins.dll">
297 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
298 </Content>
299 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
300 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
301 </Content>
302 <None Include="Resources\notfreeze.png" />
303 <None Include="Resources\freeze.png" />
304 </ItemGroup>
305 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
306 <PropertyGroup>
307 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
308 </PropertyGroup>
309 <PropertyGroup>
310 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
311 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
312 </PropertyGroup>
313 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
314 Other similar extension points exist, see Microsoft.Common.targets.
315 <Target Name="BeforeBuild">
316 </Target>
317 <Target Name="AfterBuild">
318 </Target>
319 -->
320 </Project>