1 |
william |
117 |
<?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 |
william |
832 |
<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 |
william |
117 |
</PropertyGroup> |
33 |
william |
791 |
<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 |
william |
826 |
<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 |
william |
117 |
<ItemGroup> |
88 |
william |
823 |
<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 |
william |
117 |
<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 |
william |
468 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
112 |
|
|
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
113 |
|
|
<Name>ManagedWinapi</Name> |
114 |
|
|
</ProjectReference> |
115 |
william |
117 |
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
116 |
|
|
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
117 |
|
|
<Name>Utilities.TransparentControls</Name> |
118 |
|
|
</ProjectReference> |
119 |
william |
143 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
120 |
|
|
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
121 |
|
|
<Name>WinFormsUI</Name> |
122 |
|
|
</ProjectReference> |
123 |
william |
846 |
<ProjectReference Include="..\RomCheater.CheatPlugin\RomCheater.CheatPlugin.csproj"> |
124 |
|
|
<Project>{ee63b3e8-7c77-4071-924d-2dc91d9c73a4}</Project> |
125 |
|
|
<Name>RomCheater.CheatPlugin</Name> |
126 |
|
|
</ProjectReference> |
127 |
william |
117 |
<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 |
william |
889 |
<Project>{a229722a-a477-4954-8bcb-9e3bd51b7d0b}</Project> |
133 |
william |
117 |
<Name>RomCheater.Core</Name> |
134 |
|
|
</ProjectReference> |
135 |
william |
846 |
<ProjectReference Include="..\RomCheater.EmuMMAPPlugin\RomCheater.EmuMMAPPlugin.csproj"> |
136 |
|
|
<Project>{4abad9b1-c1c6-42eb-abd2-efee2da25a84}</Project> |
137 |
|
|
<Name>RomCheater.EmuMMAPPlugin</Name> |
138 |
|
|
</ProjectReference> |
139 |
william |
889 |
<ProjectReference Include="..\RomCheater.Interfaces\RomCheater.Interfaces.csproj"> |
140 |
|
|
<Project>{54256714-e7c5-416a-9e69-d93315619b54}</Project> |
141 |
|
|
<Name>RomCheater.Interfaces</Name> |
142 |
|
|
</ProjectReference> |
143 |
william |
117 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
144 |
|
|
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
145 |
|
|
<Name>RomCheater.Logging</Name> |
146 |
|
|
</ProjectReference> |
147 |
|
|
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
148 |
|
|
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
149 |
|
|
<Name>RomCheater.PluginFramework</Name> |
150 |
|
|
</ProjectReference> |
151 |
william |
858 |
<ProjectReference Include="..\RomCheater.RVACheatList\RomCheater.RVACheatList.csproj"> |
152 |
william |
846 |
<Project>{62b1b448-c119-487c-9ec3-5f48d9be339d}</Project> |
153 |
william |
856 |
<Name>RomCheater.RVACheatList</Name> |
154 |
william |
846 |
</ProjectReference> |
155 |
william |
739 |
<ProjectReference Include="..\RomCheater.RVAScratchPad\RomCheater.RVAScratchPad.csproj"> |
156 |
|
|
<Project>{6737661A-07AB-4237-97D7-637A203E2574}</Project> |
157 |
|
|
<Name>RomCheater.RVAScratchPad</Name> |
158 |
|
|
</ProjectReference> |
159 |
william |
846 |
<ProjectReference Include="..\RomCheater.ScratchPad\RomCheater.ScratchPad.csproj"> |
160 |
|
|
<Project>{ad9b91a7-3312-411c-92f0-5bbc88b63371}</Project> |
161 |
|
|
<Name>RomCheater.ScratchPad</Name> |
162 |
|
|
</ProjectReference> |
163 |
william |
117 |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
164 |
|
|
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
165 |
|
|
<Name>RomCheater.UserSettingsSupport</Name> |
166 |
|
|
</ProjectReference> |
167 |
|
|
<ProjectReference Include="..\RomCheater\RomCheater.csproj"> |
168 |
|
|
<Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project> |
169 |
|
|
<Name>RomCheater</Name> |
170 |
|
|
</ProjectReference> |
171 |
|
|
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
172 |
|
|
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
173 |
|
|
<Name>libWin32</Name> |
174 |
|
|
</ProjectReference> |
175 |
|
|
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
176 |
|
|
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
177 |
|
|
<Name>Sojaner.MemoryScanner</Name> |
178 |
|
|
</ProjectReference> |
179 |
|
|
</ItemGroup> |
180 |
|
|
<ItemGroup> |
181 |
|
|
<None Include="app.config" /> |
182 |
|
|
</ItemGroup> |
183 |
william |
121 |
<ItemGroup> |
184 |
|
|
<Content Include="bin\Debug\current-version.txt" /> |
185 |
|
|
</ItemGroup> |
186 |
william |
832 |
<ItemGroup> |
187 |
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
188 |
|
|
<Visible>False</Visible> |
189 |
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
190 |
|
|
<Install>true</Install> |
191 |
|
|
</BootstrapperPackage> |
192 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
193 |
|
|
<Visible>False</Visible> |
194 |
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
195 |
|
|
<Install>false</Install> |
196 |
|
|
</BootstrapperPackage> |
197 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
198 |
|
|
<Visible>False</Visible> |
199 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
200 |
|
|
<Install>false</Install> |
201 |
|
|
</BootstrapperPackage> |
202 |
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> |
203 |
|
|
<Visible>False</Visible> |
204 |
|
|
<ProductName>Windows Installer 4.5</ProductName> |
205 |
|
|
<Install>true</Install> |
206 |
|
|
</BootstrapperPackage> |
207 |
|
|
</ItemGroup> |
208 |
william |
117 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
209 |
|
|
<PropertyGroup> |
210 |
william |
831 |
<PostBuildEvent>mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
211 |
|
|
"$(TargetDir)MSBuild_CurrentVersion.exe" |
212 |
|
|
xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
213 |
william |
841 |
erase /Q /F "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\MSBuild_CurrentVersion*" |
214 |
|
|
|
215 |
|
|
mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\" |
216 |
william |
845 |
copy "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\*.dll" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\" |
217 |
|
|
copy "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\*.pdb" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\Plugins\"</PostBuildEvent> |
218 |
william |
117 |
</PropertyGroup> |
219 |
william |
132 |
<PropertyGroup> |
220 |
william |
135 |
<PreBuildEvent> |
221 |
|
|
</PreBuildEvent> |
222 |
william |
132 |
</PropertyGroup> |
223 |
william |
117 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
224 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
225 |
|
|
<Target Name="BeforeBuild"> |
226 |
|
|
</Target> |
227 |
|
|
<Target Name="AfterBuild"> |
228 |
|
|
</Target> |
229 |
|
|
--> |
230 |
|
|
</Project> |