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>{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 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<TargetFrameworkProfile /> |
16 |
</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 |
<NoWarn>1607,0436</NoWarn> |
27 |
</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 |
<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 |
<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 |
<ItemGroup> |
90 |
<Reference Include="Enterprise.Logging, Version=1.2.6.4, Culture=neutral, processorArchitecture=MSIL"> |
91 |
<SpecificVersion>False</SpecificVersion> |
92 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
93 |
</Reference> |
94 |
<Reference Include="Microsoft.CSharp" /> |
95 |
<Reference Include="System" /> |
96 |
<Reference Include="System.Data" /> |
97 |
<Reference Include="System.Deployment" /> |
98 |
<Reference Include="System.Drawing" /> |
99 |
<Reference Include="System.Management" /> |
100 |
<Reference Include="System.Windows.Forms" /> |
101 |
<Reference Include="System.Xml" /> |
102 |
</ItemGroup> |
103 |
<ItemGroup> |
104 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
105 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
106 |
</Compile> |
107 |
<Compile Include="Form1.cs"> |
108 |
<SubType>Form</SubType> |
109 |
</Compile> |
110 |
<Compile Include="Form1.Designer.cs"> |
111 |
<DependentUpon>Form1.cs</DependentUpon> |
112 |
</Compile> |
113 |
<Compile Include="Program.cs" /> |
114 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
115 |
<EmbeddedResource Include="Form1.resx"> |
116 |
<DependentUpon>Form1.cs</DependentUpon> |
117 |
</EmbeddedResource> |
118 |
<EmbeddedResource Include="Properties\Resources.resx"> |
119 |
<Generator>ResXFileCodeGenerator</Generator> |
120 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
121 |
<SubType>Designer</SubType> |
122 |
</EmbeddedResource> |
123 |
<Compile Include="Properties\Resources.Designer.cs"> |
124 |
<AutoGen>True</AutoGen> |
125 |
<DependentUpon>Resources.resx</DependentUpon> |
126 |
<DesignTime>True</DesignTime> |
127 |
</Compile> |
128 |
<None Include="app.config" /> |
129 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
130 |
<None Include="Properties\Settings.settings"> |
131 |
<Generator>SettingsSingleFileGenerator</Generator> |
132 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
133 |
</None> |
134 |
<Compile Include="Properties\Settings.Designer.cs"> |
135 |
<AutoGen>True</AutoGen> |
136 |
<DependentUpon>Settings.settings</DependentUpon> |
137 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
138 |
</Compile> |
139 |
</ItemGroup> |
140 |
<ItemGroup> |
141 |
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
142 |
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
143 |
<Name>Be.Windows.Forms.HexBox</Name> |
144 |
</ProjectReference> |
145 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
146 |
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
147 |
<Name>ManagedWinapi</Name> |
148 |
</ProjectReference> |
149 |
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
150 |
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
151 |
<Name>Utilities.TransparentControls</Name> |
152 |
</ProjectReference> |
153 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
154 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
155 |
<Name>WinFormsUI</Name> |
156 |
</ProjectReference> |
157 |
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
158 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
159 |
<Name>RomCheater.Core</Name> |
160 |
</ProjectReference> |
161 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
162 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
163 |
<Name>RomCheater.Logging</Name> |
164 |
</ProjectReference> |
165 |
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
166 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
167 |
<Name>RomCheater.PluginFramework</Name> |
168 |
</ProjectReference> |
169 |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
170 |
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
171 |
<Name>RomCheater.UserSettingsSupport</Name> |
172 |
</ProjectReference> |
173 |
<ProjectReference Include="..\RomCheater\RomCheater.csproj"> |
174 |
<Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project> |
175 |
<Name>RomCheater</Name> |
176 |
</ProjectReference> |
177 |
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
178 |
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
179 |
<Name>libWin32</Name> |
180 |
</ProjectReference> |
181 |
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
182 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
183 |
<Name>Sojaner.MemoryScanner</Name> |
184 |
</ProjectReference> |
185 |
</ItemGroup> |
186 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
187 |
<PropertyGroup> |
188 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
189 |
</PropertyGroup> |
190 |
<PropertyGroup> |
191 |
<PostBuildEvent>REM Copy application configuration files |
192 |
copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</PostBuildEvent> |
193 |
</PropertyGroup> |
194 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
195 |
Other similar extension points exist, see Microsoft.Common.targets. |
196 |
<Target Name="BeforeBuild"> |
197 |
</Target> |
198 |
<Target Name="AfterBuild"> |
199 |
</Target> |
200 |
--> |
201 |
</Project> |