1 |
william |
88 |
<?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 |
william |
89 |
<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 |
william |
88 |
</PropertyGroup> |
35 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 |
|
|
<DebugSymbols>true</DebugSymbols> |
37 |
|
|
<DebugType>full</DebugType> |
38 |
|
|
<Optimize>false</Optimize> |
39 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
40 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
|
|
<ErrorReport>prompt</ErrorReport> |
42 |
|
|
<WarningLevel>4</WarningLevel> |
43 |
|
|
</PropertyGroup> |
44 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 |
|
|
<DebugType>pdbonly</DebugType> |
46 |
|
|
<Optimize>true</Optimize> |
47 |
|
|
<OutputPath>bin\Release\</OutputPath> |
48 |
|
|
<DefineConstants>TRACE</DefineConstants> |
49 |
|
|
<ErrorReport>prompt</ErrorReport> |
50 |
|
|
<WarningLevel>4</WarningLevel> |
51 |
|
|
</PropertyGroup> |
52 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
53 |
|
|
<DebugSymbols>true</DebugSymbols> |
54 |
|
|
<OutputPath>bin\Debug\</OutputPath> |
55 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
56 |
|
|
<DebugType>full</DebugType> |
57 |
|
|
<PlatformTarget>x86</PlatformTarget> |
58 |
|
|
<ErrorReport>prompt</ErrorReport> |
59 |
william |
89 |
<NoWarn>1607</NoWarn> |
60 |
william |
88 |
</PropertyGroup> |
61 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
62 |
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
63 |
|
|
<DefineConstants>TRACE</DefineConstants> |
64 |
|
|
<Optimize>true</Optimize> |
65 |
|
|
<DebugType>pdbonly</DebugType> |
66 |
|
|
<PlatformTarget>x86</PlatformTarget> |
67 |
|
|
<ErrorReport>prompt</ErrorReport> |
68 |
|
|
</PropertyGroup> |
69 |
|
|
<ItemGroup> |
70 |
|
|
<Reference Include="System" /> |
71 |
|
|
<Reference Include="System.Core"> |
72 |
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
73 |
|
|
</Reference> |
74 |
|
|
<Reference Include="System.Data" /> |
75 |
|
|
<Reference Include="System.Xml" /> |
76 |
|
|
</ItemGroup> |
77 |
|
|
<ItemGroup> |
78 |
william |
89 |
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
79 |
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
80 |
|
|
</Compile> |
81 |
william |
88 |
<Compile Include="IStaticVersionMagic.cs" /> |
82 |
|
|
<Compile Include="MemoryScanner.cs" /> |
83 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
84 |
|
|
<Compile Include="VersionMagic.cs" /> |
85 |
|
|
</ItemGroup> |
86 |
william |
89 |
<ItemGroup> |
87 |
|
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
88 |
|
|
</ItemGroup> |
89 |
|
|
<ItemGroup> |
90 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
91 |
|
|
<Visible>False</Visible> |
92 |
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
93 |
|
|
<Install>false</Install> |
94 |
|
|
</BootstrapperPackage> |
95 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
96 |
|
|
<Visible>False</Visible> |
97 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
98 |
|
|
<Install>true</Install> |
99 |
|
|
</BootstrapperPackage> |
100 |
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
101 |
|
|
<Visible>False</Visible> |
102 |
|
|
<ProductName>Windows Installer 3.1</ProductName> |
103 |
|
|
<Install>true</Install> |
104 |
|
|
</BootstrapperPackage> |
105 |
|
|
</ItemGroup> |
106 |
william |
88 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
107 |
william |
89 |
<PropertyGroup> |
108 |
|
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
109 |
|
|
</PropertyGroup> |
110 |
william |
88 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
111 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
112 |
|
|
<Target Name="BeforeBuild"> |
113 |
|
|
</Target> |
114 |
|
|
<Target Name="AfterBuild"> |
115 |
|
|
</Target> |
116 |
|
|
--> |
117 |
|
|
</Project> |