1 |
william |
707 |
<?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>{6737661A-07AB-4237-97D7-637A203E2574}</ProjectGuid> |
9 |
|
|
<OutputType>WinExe</OutputType> |
10 |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
|
|
<RootNamespace>RomCheater.RVAScratchPad</RootNamespace> |
12 |
|
|
<AssemblyName>RomCheater.RVAScratchPad</AssemblyName> |
13 |
william |
708 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
william |
707 |
<FileAlignment>512</FileAlignment> |
15 |
william |
708 |
<TargetFrameworkProfile /> |
16 |
william |
707 |
</PropertyGroup> |
17 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
18 |
|
|
<PlatformTarget>x86</PlatformTarget> |
19 |
|
|
<DebugSymbols>true</DebugSymbols> |
20 |
|
|
<DebugType>full</DebugType> |
21 |
|
|
<Optimize>false</Optimize> |
22 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
23 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
|
|
<ErrorReport>prompt</ErrorReport> |
25 |
|
|
<WarningLevel>4</WarningLevel> |
26 |
william |
712 |
<NoWarn>1607,0436</NoWarn> |
27 |
william |
707 |
</PropertyGroup> |
28 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 |
|
|
<PlatformTarget>x86</PlatformTarget> |
30 |
|
|
<DebugType>pdbonly</DebugType> |
31 |
|
|
<Optimize>true</Optimize> |
32 |
|
|
<OutputPath>bin\Release\</OutputPath> |
33 |
|
|
<DefineConstants>TRACE</DefineConstants> |
34 |
|
|
<ErrorReport>prompt</ErrorReport> |
35 |
|
|
<WarningLevel>4</WarningLevel> |
36 |
|
|
</PropertyGroup> |
37 |
william |
712 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
38 |
|
|
<DebugSymbols>true</DebugSymbols> |
39 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
40 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
|
|
<NoWarn>1607,0436</NoWarn> |
42 |
|
|
<DebugType>full</DebugType> |
43 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
44 |
|
|
<CodeAnalysisLogFile>bin\Debug\RomCheater.RVAScratchPad.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
45 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
46 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
47 |
|
|
<ErrorReport>prompt</ErrorReport> |
48 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 |
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
50 |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
51 |
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
52 |
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
53 |
|
|
</PropertyGroup> |
54 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
55 |
|
|
<OutputPath>bin\Release\</OutputPath> |
56 |
|
|
<DefineConstants>TRACE</DefineConstants> |
57 |
|
|
<Optimize>true</Optimize> |
58 |
|
|
<DebugType>pdbonly</DebugType> |
59 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
60 |
|
|
<CodeAnalysisLogFile>bin\Release\RomCheater.RVAScratchPad.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
61 |
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
62 |
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
63 |
|
|
<ErrorReport>prompt</ErrorReport> |
64 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
65 |
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
66 |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
67 |
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
68 |
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
69 |
|
|
</PropertyGroup> |
70 |
william |
791 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
71 |
|
|
<DebugSymbols>true</DebugSymbols> |
72 |
|
|
<OutputPath>bin\x64\Debug\</OutputPath> |
73 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
74 |
|
|
<NoWarn>1607,0436</NoWarn> |
75 |
|
|
<DebugType>full</DebugType> |
76 |
|
|
<PlatformTarget>x64</PlatformTarget> |
77 |
|
|
<ErrorReport>prompt</ErrorReport> |
78 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
79 |
|
|
</PropertyGroup> |
80 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
81 |
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
82 |
|
|
<DefineConstants>TRACE</DefineConstants> |
83 |
|
|
<Optimize>true</Optimize> |
84 |
|
|
<DebugType>pdbonly</DebugType> |
85 |
|
|
<PlatformTarget>x64</PlatformTarget> |
86 |
|
|
<ErrorReport>prompt</ErrorReport> |
87 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
88 |
|
|
</PropertyGroup> |
89 |
william |
707 |
<ItemGroup> |
90 |
william |
708 |
<Reference Include="Microsoft.CSharp" /> |
91 |
william |
707 |
<Reference Include="System" /> |
92 |
|
|
<Reference Include="System.Data" /> |
93 |
|
|
<Reference Include="System.Deployment" /> |
94 |
|
|
<Reference Include="System.Drawing" /> |
95 |
william |
708 |
<Reference Include="System.Management" /> |
96 |
william |
707 |
<Reference Include="System.Windows.Forms" /> |
97 |
|
|
<Reference Include="System.Xml" /> |
98 |
|
|
</ItemGroup> |
99 |
|
|
<ItemGroup> |
100 |
william |
708 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
101 |
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
102 |
|
|
</Compile> |
103 |
william |
707 |
<Compile Include="Form1.cs"> |
104 |
|
|
<SubType>Form</SubType> |
105 |
|
|
</Compile> |
106 |
|
|
<Compile Include="Form1.Designer.cs"> |
107 |
|
|
<DependentUpon>Form1.cs</DependentUpon> |
108 |
|
|
</Compile> |
109 |
|
|
<Compile Include="Program.cs" /> |
110 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
111 |
william |
708 |
<EmbeddedResource Include="Form1.resx"> |
112 |
|
|
<DependentUpon>Form1.cs</DependentUpon> |
113 |
|
|
</EmbeddedResource> |
114 |
william |
707 |
<EmbeddedResource Include="Properties\Resources.resx"> |
115 |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
116 |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
117 |
|
|
<SubType>Designer</SubType> |
118 |
|
|
</EmbeddedResource> |
119 |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
120 |
|
|
<AutoGen>True</AutoGen> |
121 |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
122 |
william |
708 |
<DesignTime>True</DesignTime> |
123 |
william |
707 |
</Compile> |
124 |
william |
748 |
<None Include="app.config" /> |
125 |
william |
708 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
126 |
william |
707 |
<None Include="Properties\Settings.settings"> |
127 |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
128 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
129 |
|
|
</None> |
130 |
|
|
<Compile Include="Properties\Settings.Designer.cs"> |
131 |
|
|
<AutoGen>True</AutoGen> |
132 |
|
|
<DependentUpon>Settings.settings</DependentUpon> |
133 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
134 |
|
|
</Compile> |
135 |
|
|
</ItemGroup> |
136 |
william |
708 |
<ItemGroup> |
137 |
|
|
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
138 |
|
|
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
139 |
|
|
<Name>Be.Windows.Forms.HexBox</Name> |
140 |
|
|
</ProjectReference> |
141 |
|
|
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
142 |
|
|
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
143 |
|
|
<Name>ManagedWinapi</Name> |
144 |
|
|
</ProjectReference> |
145 |
|
|
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
146 |
|
|
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
147 |
|
|
<Name>Utilities.TransparentControls</Name> |
148 |
|
|
</ProjectReference> |
149 |
|
|
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
150 |
|
|
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
151 |
|
|
<Name>WinFormsUI</Name> |
152 |
|
|
</ProjectReference> |
153 |
|
|
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
154 |
|
|
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
155 |
|
|
<Name>RomCheater.Core</Name> |
156 |
|
|
</ProjectReference> |
157 |
|
|
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
158 |
|
|
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
159 |
|
|
<Name>RomCheater.Logging</Name> |
160 |
|
|
</ProjectReference> |
161 |
|
|
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
162 |
|
|
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
163 |
|
|
<Name>RomCheater.PluginFramework</Name> |
164 |
|
|
</ProjectReference> |
165 |
|
|
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
166 |
|
|
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
167 |
|
|
<Name>RomCheater.UserSettingsSupport</Name> |
168 |
|
|
</ProjectReference> |
169 |
|
|
<ProjectReference Include="..\RomCheater\RomCheater.csproj"> |
170 |
|
|
<Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project> |
171 |
|
|
<Name>RomCheater</Name> |
172 |
|
|
</ProjectReference> |
173 |
|
|
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
174 |
|
|
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
175 |
|
|
<Name>libWin32</Name> |
176 |
|
|
</ProjectReference> |
177 |
|
|
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
178 |
|
|
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
179 |
|
|
<Name>Sojaner.MemoryScanner</Name> |
180 |
|
|
</ProjectReference> |
181 |
|
|
</ItemGroup> |
182 |
william |
707 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
183 |
william |
708 |
<PropertyGroup> |
184 |
|
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
185 |
|
|
</PropertyGroup> |
186 |
|
|
<PropertyGroup> |
187 |
william |
748 |
<PostBuildEvent>REM Copy application configuration files |
188 |
|
|
copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</PostBuildEvent> |
189 |
william |
708 |
</PropertyGroup> |
190 |
william |
707 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
191 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
192 |
|
|
<Target Name="BeforeBuild"> |
193 |
|
|
</Target> |
194 |
|
|
<Target Name="AfterBuild"> |
195 |
|
|
</Target> |
196 |
|
|
--> |
197 |
|
|
</Project> |