ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj
Revision: 117
Committed: Thu May 10 18:12:06 2012 UTC (11 years, 7 months ago) by william
File size: 5325 byte(s)
Log Message:

File Contents

# User Rev Content
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 william 117 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 william 88 <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 117 <TargetFrameworkProfile />
35 william 88 </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 william 89 <NoWarn>1607</NoWarn>
61 william 88 </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     <ItemGroup>
71     <Reference Include="System" />
72     <Reference Include="System.Core">
73     <RequiredTargetFramework>3.5</RequiredTargetFramework>
74     </Reference>
75     <Reference Include="System.Data" />
76     <Reference Include="System.Xml" />
77     </ItemGroup>
78     <ItemGroup>
79 william 89 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
80     <Link>Properties\SharedAssemblyInfo.cs</Link>
81     </Compile>
82 william 117 <Compile Include="dummy.cs" />
83 william 88 <Compile Include="MemoryScanner.cs" />
84     <Compile Include="Properties\AssemblyInfo.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 117 <ItemGroup>
107     <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
108     <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
109     <Name>RomCheater.Core</Name>
110     </ProjectReference>
111     </ItemGroup>
112 william 88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113 william 89 <PropertyGroup>
114     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
115     </PropertyGroup>
116 william 117 <PropertyGroup>
117     <PostBuildEvent>
118     </PostBuildEvent>
119     </PropertyGroup>
120 william 88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121     Other similar extension points exist, see Microsoft.Common.targets.
122     <Target Name="BeforeBuild">
123     </Target>
124     <Target Name="AfterBuild">
125     </Target>
126     -->
127     </Project>