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>v3.5</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
17 |
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
<UpgradeBackupLocation /> |
19 |
</PropertyGroup> |
20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 |
<DebugSymbols>true</DebugSymbols> |
22 |
<DebugType>full</DebugType> |
23 |
<Optimize>false</Optimize> |
24 |
<OutputPath>bin\Debug\</OutputPath> |
25 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
26 |
<ErrorReport>prompt</ErrorReport> |
27 |
<WarningLevel>4</WarningLevel> |
28 |
</PropertyGroup> |
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>bin\Release\</OutputPath> |
33 |
<DefineConstants>TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
38 |
<DebugSymbols>true</DebugSymbols> |
39 |
<OutputPath>bin\Debug\</OutputPath> |
40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
<DebugType>full</DebugType> |
42 |
<PlatformTarget>x86</PlatformTarget> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
</PropertyGroup> |
45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
46 |
<OutputPath>bin\x86\Release\</OutputPath> |
47 |
<DefineConstants>TRACE</DefineConstants> |
48 |
<Optimize>true</Optimize> |
49 |
<DebugType>pdbonly</DebugType> |
50 |
<PlatformTarget>x86</PlatformTarget> |
51 |
<ErrorReport>prompt</ErrorReport> |
52 |
</PropertyGroup> |
53 |
<ItemGroup> |
54 |
<Reference Include="System" /> |
55 |
<Reference Include="System.Core"> |
56 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
57 |
</Reference> |
58 |
<Reference Include="System.Data" /> |
59 |
<Reference Include="System.Xml" /> |
60 |
</ItemGroup> |
61 |
<ItemGroup> |
62 |
<Compile Include="IStaticVersionMagic.cs" /> |
63 |
<Compile Include="MemoryScanner.cs" /> |
64 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
65 |
<Compile Include="VersionMagic.cs" /> |
66 |
</ItemGroup> |
67 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
68 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
69 |
Other similar extension points exist, see Microsoft.Common.targets. |
70 |
<Target Name="BeforeBuild"> |
71 |
</Target> |
72 |
<Target Name="AfterBuild"> |
73 |
</Target> |
74 |
--> |
75 |
</Project> |