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>{907D825E-B04C-4625-B774-9988F92010B4}</ProjectGuid> |
9 |
<OutputType>Exe</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>MSBuild_CurrentVersion</RootNamespace> |
12 |
<AssemblyName>MSBuild_CurrentVersion</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<TargetFrameworkProfile> |
15 |
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
17 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
18 |
<PublishUrl>publish\</PublishUrl> |
19 |
<Install>true</Install> |
20 |
<InstallFrom>Disk</InstallFrom> |
21 |
<UpdateEnabled>false</UpdateEnabled> |
22 |
<UpdateMode>Foreground</UpdateMode> |
23 |
<UpdateInterval>7</UpdateInterval> |
24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
25 |
<UpdatePeriodically>false</UpdatePeriodically> |
26 |
<UpdateRequired>false</UpdateRequired> |
27 |
<MapFileExtensions>true</MapFileExtensions> |
28 |
<ApplicationRevision>0</ApplicationRevision> |
29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
30 |
<UseApplicationTrust>false</UseApplicationTrust> |
31 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
34 |
<DebugSymbols>true</DebugSymbols> |
35 |
<OutputPath>bin\x64\Debug\</OutputPath> |
36 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
37 |
<DebugType>full</DebugType> |
38 |
<PlatformTarget>x64</PlatformTarget> |
39 |
<ErrorReport>prompt</ErrorReport> |
40 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
41 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
42 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
45 |
<OutputPath>bin\x64\Release\</OutputPath> |
46 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
47 |
<Optimize>true</Optimize> |
48 |
<DebugType>pdbonly</DebugType> |
49 |
<PlatformTarget>x64</PlatformTarget> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
53 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
54 |
</PropertyGroup> |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'"> |
56 |
<OutputPath>bin\x64\All Configurations\</OutputPath> |
57 |
<PlatformTarget>x64</PlatformTarget> |
58 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
59 |
</PropertyGroup> |
60 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
61 |
<DebugSymbols>true</DebugSymbols> |
62 |
<OutputPath>bin\x86\Debug\</OutputPath> |
63 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
64 |
<DebugType>full</DebugType> |
65 |
<PlatformTarget>x86</PlatformTarget> |
66 |
<ErrorReport>prompt</ErrorReport> |
67 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
68 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
69 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
70 |
</PropertyGroup> |
71 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
72 |
<OutputPath>bin\x86\Release\</OutputPath> |
73 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
74 |
<Optimize>true</Optimize> |
75 |
<DebugType>pdbonly</DebugType> |
76 |
<PlatformTarget>x86</PlatformTarget> |
77 |
<ErrorReport>prompt</ErrorReport> |
78 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
79 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
80 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
81 |
</PropertyGroup> |
82 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
83 |
<OutputPath>bin\x86\All Configurations\</OutputPath> |
84 |
<PlatformTarget>x86</PlatformTarget> |
85 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
86 |
</PropertyGroup> |
87 |
<ItemGroup> |
88 |
<Reference Include="Enterprise.Logging, Version=1.2.7.1, Culture=neutral, processorArchitecture=MSIL"> |
89 |
<SpecificVersion>False</SpecificVersion> |
90 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
91 |
</Reference> |
92 |
<Reference Include="System" /> |
93 |
<Reference Include="System.Core" /> |
94 |
<Reference Include="System.Drawing" /> |
95 |
<Reference Include="System.Windows.Forms" /> |
96 |
<Reference Include="System.Xml.Linq" /> |
97 |
<Reference Include="System.Data.DataSetExtensions" /> |
98 |
<Reference Include="Microsoft.CSharp" /> |
99 |
<Reference Include="System.Data" /> |
100 |
<Reference Include="System.Xml" /> |
101 |
</ItemGroup> |
102 |
<ItemGroup> |
103 |
<Compile Include="Program.cs" /> |
104 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
105 |
</ItemGroup> |
106 |
<ItemGroup> |
107 |
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
108 |
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
109 |
<Name>Be.Windows.Forms.HexBox</Name> |
110 |
</ProjectReference> |
111 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
112 |
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
113 |
<Name>ManagedWinapi</Name> |
114 |
</ProjectReference> |
115 |
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
116 |
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
117 |
<Name>Utilities.TransparentControls</Name> |
118 |
</ProjectReference> |
119 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
120 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
121 |
<Name>WinFormsUI</Name> |
122 |
</ProjectReference> |
123 |
<ProjectReference Include="..\RomCheater.CheatPlugin\RomCheater.CheatPlugin.csproj"> |
124 |
<Project>{ee63b3e8-7c77-4071-924d-2dc91d9c73a4}</Project> |
125 |
<Name>RomCheater.CheatPlugin</Name> |
126 |
</ProjectReference> |
127 |
<ProjectReference Include="..\RomCheater.CorePlugins\RomCheater.CorePlugins.csproj"> |
128 |
<Project>{DC27888E-E976-48B7-A422-12B39C0D3B65}</Project> |
129 |
<Name>RomCheater.CorePlugins</Name> |
130 |
</ProjectReference> |
131 |
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
132 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
133 |
<Name>RomCheater.Core</Name> |
134 |
</ProjectReference> |
135 |
<ProjectReference Include="..\RomCheater.EmuMMAPPlugin\RomCheater.EmuMMAPPlugin.csproj"> |
136 |
<Project>{4abad9b1-c1c6-42eb-abd2-efee2da25a84}</Project> |
137 |
<Name>RomCheater.EmuMMAPPlugin</Name> |
138 |
</ProjectReference> |
139 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
140 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
141 |
<Name>RomCheater.Logging</Name> |
142 |
</ProjectReference> |
143 |
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
144 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
145 |
<Name>RomCheater.PluginFramework</Name> |
146 |
</ProjectReference> |
147 |
<ProjectReference Include="..\RomCheater.RVACalculator\RomCheater.RVACheatList.csproj"> |
148 |
<Project>{62b1b448-c119-487c-9ec3-5f48d9be339d}</Project> |
149 |
<Name>RomCheater.RVACheatList</Name> |
150 |
</ProjectReference> |
151 |
<ProjectReference Include="..\RomCheater.RVAScratchPad\RomCheater.RVAScratchPad.csproj"> |
152 |
<Project>{6737661A-07AB-4237-97D7-637A203E2574}</Project> |
153 |
<Name>RomCheater.RVAScratchPad</Name> |
154 |
</ProjectReference> |
155 |
<ProjectReference Include="..\RomCheater.ScratchPad\RomCheater.ScratchPad.csproj"> |
156 |
<Project>{ad9b91a7-3312-411c-92f0-5bbc88b63371}</Project> |
157 |
<Name>RomCheater.ScratchPad</Name> |
158 |
</ProjectReference> |
159 |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
160 |
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
161 |
<Name>RomCheater.UserSettingsSupport</Name> |
162 |
</ProjectReference> |
163 |
<ProjectReference Include="..\RomCheater\RomCheater.csproj"> |
164 |
<Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project> |
165 |
<Name>RomCheater</Name> |
166 |
</ProjectReference> |
167 |
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
168 |
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
169 |
<Name>libWin32</Name> |
170 |
</ProjectReference> |
171 |
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
172 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
173 |
<Name>Sojaner.MemoryScanner</Name> |
174 |
</ProjectReference> |
175 |
</ItemGroup> |
176 |
<ItemGroup> |
177 |
<None Include="app.config" /> |
178 |
</ItemGroup> |
179 |
<ItemGroup> |
180 |
<Content Include="bin\Debug\current-version.txt" /> |
181 |
</ItemGroup> |
182 |
<ItemGroup> |
183 |
<BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
184 |
<Visible>False</Visible> |
185 |
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
186 |
<Install>true</Install> |
187 |
</BootstrapperPackage> |
188 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
189 |
<Visible>False</Visible> |
190 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
191 |
<Install>false</Install> |
192 |
</BootstrapperPackage> |
193 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
194 |
<Visible>False</Visible> |
195 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
196 |
<Install>false</Install> |
197 |
</BootstrapperPackage> |
198 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> |
199 |
<Visible>False</Visible> |
200 |
<ProductName>Windows Installer 4.5</ProductName> |
201 |
<Install>true</Install> |
202 |
</BootstrapperPackage> |
203 |
</ItemGroup> |
204 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
205 |
<PropertyGroup> |
206 |
<PostBuildEvent>mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
207 |
"$(TargetDir)MSBuild_CurrentVersion.exe" |
208 |
xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
209 |
erase /Q /F "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\MSBuild_CurrentVersion*" |
210 |
|
211 |
mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\" |
212 |
copy "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\*.dll" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\" |
213 |
copy "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\*.pdb" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\"</PostBuildEvent> |
214 |
</PropertyGroup> |
215 |
<PropertyGroup> |
216 |
<PreBuildEvent> |
217 |
</PreBuildEvent> |
218 |
</PropertyGroup> |
219 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
220 |
Other similar extension points exist, see Microsoft.Common.targets. |
221 |
<Target Name="BeforeBuild"> |
222 |
</Target> |
223 |
<Target Name="AfterBuild"> |
224 |
</Target> |
225 |
--> |
226 |
</Project> |