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;RELEASE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
<NoWarn>1607,0436</NoWarn> |
37 |
</PropertyGroup> |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
39 |
<DebugSymbols>true</DebugSymbols> |
40 |
<OutputPath>bin\x64\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<NoWarn>1607,0436</NoWarn> |
43 |
<DebugType>full</DebugType> |
44 |
<PlatformTarget>x64</PlatformTarget> |
45 |
<ErrorReport>prompt</ErrorReport> |
46 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
47 |
</PropertyGroup> |
48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
49 |
<OutputPath>bin\x64\Release\</OutputPath> |
50 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
51 |
<Optimize>true</Optimize> |
52 |
<DebugType>pdbonly</DebugType> |
53 |
<PlatformTarget>x64</PlatformTarget> |
54 |
<ErrorReport>prompt</ErrorReport> |
55 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
56 |
<NoWarn>1607,0436</NoWarn> |
57 |
</PropertyGroup> |
58 |
<ItemGroup> |
59 |
<Reference Include="Enterprise.Logging, Version=1.2.6.4, Culture=neutral, processorArchitecture=MSIL"> |
60 |
<SpecificVersion>False</SpecificVersion> |
61 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
62 |
</Reference> |
63 |
<Reference Include="Microsoft.CSharp" /> |
64 |
<Reference Include="System" /> |
65 |
<Reference Include="System.Data" /> |
66 |
<Reference Include="System.Deployment" /> |
67 |
<Reference Include="System.Drawing" /> |
68 |
<Reference Include="System.Management" /> |
69 |
<Reference Include="System.Windows.Forms" /> |
70 |
<Reference Include="System.Xml" /> |
71 |
</ItemGroup> |
72 |
<ItemGroup> |
73 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
74 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
75 |
</Compile> |
76 |
<Compile Include="Form1.cs"> |
77 |
<SubType>Form</SubType> |
78 |
</Compile> |
79 |
<Compile Include="Form1.Designer.cs"> |
80 |
<DependentUpon>Form1.cs</DependentUpon> |
81 |
</Compile> |
82 |
<Compile Include="Program.cs" /> |
83 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
84 |
<EmbeddedResource Include="Form1.resx"> |
85 |
<DependentUpon>Form1.cs</DependentUpon> |
86 |
</EmbeddedResource> |
87 |
<EmbeddedResource Include="Properties\Resources.resx"> |
88 |
<Generator>ResXFileCodeGenerator</Generator> |
89 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
90 |
<SubType>Designer</SubType> |
91 |
</EmbeddedResource> |
92 |
<Compile Include="Properties\Resources.Designer.cs"> |
93 |
<AutoGen>True</AutoGen> |
94 |
<DependentUpon>Resources.resx</DependentUpon> |
95 |
<DesignTime>True</DesignTime> |
96 |
</Compile> |
97 |
<None Include="app.config" /> |
98 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
99 |
<None Include="Properties\Settings.settings"> |
100 |
<Generator>SettingsSingleFileGenerator</Generator> |
101 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
102 |
</None> |
103 |
<Compile Include="Properties\Settings.Designer.cs"> |
104 |
<AutoGen>True</AutoGen> |
105 |
<DependentUpon>Settings.settings</DependentUpon> |
106 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
107 |
</Compile> |
108 |
</ItemGroup> |
109 |
<ItemGroup> |
110 |
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
111 |
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
112 |
<Name>Be.Windows.Forms.HexBox</Name> |
113 |
</ProjectReference> |
114 |
<ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
115 |
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
116 |
<Name>ManagedWinapi</Name> |
117 |
</ProjectReference> |
118 |
<ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj"> |
119 |
<Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project> |
120 |
<Name>Utilities.TransparentControls</Name> |
121 |
</ProjectReference> |
122 |
<ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> |
123 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
124 |
<Name>WinFormsUI</Name> |
125 |
</ProjectReference> |
126 |
<ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> |
127 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
128 |
<Name>RomCheater.Core</Name> |
129 |
</ProjectReference> |
130 |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
131 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
132 |
<Name>RomCheater.Logging</Name> |
133 |
</ProjectReference> |
134 |
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
135 |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
136 |
<Name>RomCheater.PluginFramework</Name> |
137 |
</ProjectReference> |
138 |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
139 |
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
140 |
<Name>RomCheater.UserSettingsSupport</Name> |
141 |
</ProjectReference> |
142 |
<ProjectReference Include="..\RomCheater\RomCheater.csproj"> |
143 |
<Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project> |
144 |
<Name>RomCheater</Name> |
145 |
</ProjectReference> |
146 |
<ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> |
147 |
<Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> |
148 |
<Name>libWin32</Name> |
149 |
</ProjectReference> |
150 |
<ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> |
151 |
<Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> |
152 |
<Name>Sojaner.MemoryScanner</Name> |
153 |
</ProjectReference> |
154 |
</ItemGroup> |
155 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
156 |
<PropertyGroup> |
157 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
158 |
</PropertyGroup> |
159 |
<PropertyGroup> |
160 |
<PostBuildEvent>REM Copy application configuration files |
161 |
mkdir "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)" |
162 |
copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)build_release\$(PlatformName)\$(ConfigurationName)\$(TargetName)$(TargetExt).config"</PostBuildEvent> |
163 |
</PropertyGroup> |
164 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
165 |
Other similar extension points exist, see Microsoft.Common.targets. |
166 |
<Target Name="BeforeBuild"> |
167 |
</Target> |
168 |
<Target Name="AfterBuild"> |
169 |
</Target> |
170 |
--> |
171 |
</Project> |