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)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>9.0.30729</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>Sojaner.MemoryScanner</RootNamespace> |
12 |
<AssemblyName>Sojaner.MemoryScanner</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
17 |
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
<UpgradeBackupLocation /> |
19 |
<PublishUrl>publish\</PublishUrl> |
20 |
<Install>true</Install> |
21 |
<InstallFrom>Disk</InstallFrom> |
22 |
<UpdateEnabled>false</UpdateEnabled> |
23 |
<UpdateMode>Foreground</UpdateMode> |
24 |
<UpdateInterval>7</UpdateInterval> |
25 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
26 |
<UpdatePeriodically>false</UpdatePeriodically> |
27 |
<UpdateRequired>false</UpdateRequired> |
28 |
<MapFileExtensions>true</MapFileExtensions> |
29 |
<ApplicationRevision>0</ApplicationRevision> |
30 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
31 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
32 |
<UseApplicationTrust>false</UseApplicationTrust> |
33 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
34 |
<TargetFrameworkProfile /> |
35 |
</PropertyGroup> |
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 |
<DebugSymbols>true</DebugSymbols> |
38 |
<DebugType>full</DebugType> |
39 |
<Optimize>false</Optimize> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<ErrorReport>prompt</ErrorReport> |
43 |
<WarningLevel>4</WarningLevel> |
44 |
</PropertyGroup> |
45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
46 |
<DebugType>pdbonly</DebugType> |
47 |
<Optimize>true</Optimize> |
48 |
<OutputPath>bin\Release\</OutputPath> |
49 |
<DefineConstants>TRACE</DefineConstants> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<WarningLevel>4</WarningLevel> |
52 |
</PropertyGroup> |
53 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
54 |
<DebugSymbols>true</DebugSymbols> |
55 |
<OutputPath>bin\Debug\</OutputPath> |
56 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
57 |
<DebugType>full</DebugType> |
58 |
<PlatformTarget>x86</PlatformTarget> |
59 |
<ErrorReport>prompt</ErrorReport> |
60 |
<NoWarn>1607</NoWarn> |
61 |
</PropertyGroup> |
62 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
63 |
<OutputPath>bin\x86\Release\</OutputPath> |
64 |
<DefineConstants>TRACE</DefineConstants> |
65 |
<Optimize>true</Optimize> |
66 |
<DebugType>pdbonly</DebugType> |
67 |
<PlatformTarget>x86</PlatformTarget> |
68 |
<ErrorReport>prompt</ErrorReport> |
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 |
<DebugType>full</DebugType> |
75 |
<PlatformTarget>x64</PlatformTarget> |
76 |
<ErrorReport>prompt</ErrorReport> |
77 |
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
78 |
</PropertyGroup> |
79 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
80 |
<OutputPath>bin\x64\Release\</OutputPath> |
81 |
<DefineConstants>TRACE</DefineConstants> |
82 |
<Optimize>true</Optimize> |
83 |
<DebugType>pdbonly</DebugType> |
84 |
<PlatformTarget>x64</PlatformTarget> |
85 |
<ErrorReport>prompt</ErrorReport> |
86 |
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
87 |
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
88 |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
89 |
</PropertyGroup> |
90 |
<ItemGroup> |
91 |
<Reference Include="System" /> |
92 |
<Reference Include="System.Core"> |
93 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
94 |
</Reference> |
95 |
<Reference Include="System.Data" /> |
96 |
<Reference Include="System.Xml" /> |
97 |
</ItemGroup> |
98 |
<ItemGroup> |
99 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
100 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
101 |
</Compile> |
102 |
<Compile Include="dummy.cs" /> |
103 |
<Compile Include="MemoryScanner.cs" /> |
104 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
105 |
</ItemGroup> |
106 |
<ItemGroup> |
107 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
108 |
</ItemGroup> |
109 |
<ItemGroup> |
110 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
111 |
<Visible>False</Visible> |
112 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
113 |
<Install>false</Install> |
114 |
</BootstrapperPackage> |
115 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
116 |
<Visible>False</Visible> |
117 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
118 |
<Install>true</Install> |
119 |
</BootstrapperPackage> |
120 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
121 |
<Visible>False</Visible> |
122 |
<ProductName>Windows Installer 3.1</ProductName> |
123 |
<Install>true</Install> |
124 |
</BootstrapperPackage> |
125 |
</ItemGroup> |
126 |
<ItemGroup> |
127 |
<ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> |
128 |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
129 |
<Name>RomCheater.Core</Name> |
130 |
</ProjectReference> |
131 |
</ItemGroup> |
132 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
133 |
<PropertyGroup> |
134 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
135 |
</PropertyGroup> |
136 |
<PropertyGroup> |
137 |
<PostBuildEvent> |
138 |
</PostBuildEvent> |
139 |
</PropertyGroup> |
140 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
141 |
Other similar extension points exist, see Microsoft.Common.targets. |
142 |
<Target Name="BeforeBuild"> |
143 |
</Target> |
144 |
<Target Name="AfterBuild"> |
145 |
</Target> |
146 |
--> |
147 |
</Project> |