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|x64'"> |
37 |
<DebugSymbols>true</DebugSymbols> |
38 |
<OutputPath>bin\x64\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<NoWarn>1607,0436</NoWarn> |
41 |
<DebugType>full</DebugType> |
42 |
<PlatformTarget>x64</PlatformTarget> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
45 |
</PropertyGroup> |
46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
47 |
<OutputPath>bin\x64\Release\</OutputPath> |
48 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
49 |
<Optimize>true</Optimize> |
50 |
<NoWarn>1607,0436</NoWarn> |
51 |
<DebugType>pdbonly</DebugType> |
52 |
<PlatformTarget>x64</PlatformTarget> |
53 |
<ErrorReport>prompt</ErrorReport> |
54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
55 |
</PropertyGroup> |
56 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'"> |
57 |
<OutputPath>bin\x64\All Configurations\</OutputPath> |
58 |
<PlatformTarget>x64</PlatformTarget> |
59 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
60 |
</PropertyGroup> |
61 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
62 |
<DebugSymbols>true</DebugSymbols> |
63 |
<OutputPath>bin\x86\Debug\</OutputPath> |
64 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
65 |
<NoWarn>1607,0436</NoWarn> |
66 |
<DebugType>full</DebugType> |
67 |
<PlatformTarget>x86</PlatformTarget> |
68 |
<ErrorReport>prompt</ErrorReport> |
69 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
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 |
<NoWarn>1607,0436</NoWarn> |
76 |
<DebugType>pdbonly</DebugType> |
77 |
<PlatformTarget>x86</PlatformTarget> |
78 |
<ErrorReport>prompt</ErrorReport> |
79 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
80 |
</PropertyGroup> |
81 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
82 |
<OutputPath>bin\x86\All Configurations\</OutputPath> |
83 |
<PlatformTarget>x86</PlatformTarget> |
84 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
85 |
</PropertyGroup> |
86 |
<ItemGroup> |
87 |
<Reference Include="Enterprise.Logging"> |
88 |
<HintPath>..\..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
89 |
</Reference> |
90 |
<Reference Include="System" /> |
91 |
<Reference Include="System.Core"> |
92 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
93 |
</Reference> |
94 |
<Reference Include="System.Data" /> |
95 |
<Reference Include="System.Xml" /> |
96 |
</ItemGroup> |
97 |
<ItemGroup> |
98 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
99 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
100 |
</Compile> |
101 |
<Compile Include="Events.cs" /> |
102 |
<Compile Include="MemoryProviers\BaseMemoryProvider.cs" /> |
103 |
<Compile Include="dummy.cs" /> |
104 |
<Compile Include="MemoryProviers\IFileWriter.cs" /> |
105 |
<Compile Include="MemoryProviers\IMemoryReader.cs" /> |
106 |
<Compile Include="MemoryProviers\IMemoryWriter.cs" /> |
107 |
<Compile Include="MemoryProviers\IPatchMemory.cs" /> |
108 |
<Compile Include="MemoryProviers\IReadMemory.cs" /> |
109 |
<Compile Include="MemoryProviers\GenericMemoryProvider.cs" /> |
110 |
<Compile Include="MemoryScanner.cs" /> |
111 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
112 |
<Compile Include="ResultWin32.cs" /> |
113 |
</ItemGroup> |
114 |
<ItemGroup> |
115 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
116 |
</ItemGroup> |
117 |
<ItemGroup> |
118 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
119 |
<Visible>False</Visible> |
120 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
121 |
<Install>false</Install> |
122 |
</BootstrapperPackage> |
123 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
124 |
<Visible>False</Visible> |
125 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
126 |
<Install>true</Install> |
127 |
</BootstrapperPackage> |
128 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
129 |
<Visible>False</Visible> |
130 |
<ProductName>Windows Installer 3.1</ProductName> |
131 |
<Install>true</Install> |
132 |
</BootstrapperPackage> |
133 |
</ItemGroup> |
134 |
<ItemGroup> |
135 |
<ProjectReference Include="..\..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj"> |
136 |
<Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project> |
137 |
<Name>ManagedWinapi</Name> |
138 |
</ProjectReference> |
139 |
<ProjectReference Include="..\..\RomCheater.Interfaces\RomCheater.Interfaces.csproj"> |
140 |
<Project>{54256714-e7c5-416a-9e69-d93315619b54}</Project> |
141 |
<Name>RomCheater.Interfaces</Name> |
142 |
</ProjectReference> |
143 |
<ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj"> |
144 |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
145 |
<Name>RomCheater.Logging</Name> |
146 |
</ProjectReference> |
147 |
</ItemGroup> |
148 |
<ItemGroup> |
149 |
<Content Include="rva_definition.txt" /> |
150 |
</ItemGroup> |
151 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
152 |
<PropertyGroup> |
153 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
154 |
</PropertyGroup> |
155 |
<PropertyGroup> |
156 |
<PostBuildEvent> |
157 |
</PostBuildEvent> |
158 |
</PropertyGroup> |
159 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
160 |
Other similar extension points exist, see Microsoft.Common.targets. |
161 |
<Target Name="BeforeBuild"> |
162 |
</Target> |
163 |
<Target Name="AfterBuild"> |
164 |
</Target> |
165 |
--> |
166 |
</Project> |