ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj
Revision: 91
Committed: Wed May 9 21:02:31 2012 UTC (11 years, 6 months ago) by william
File size: 4937 byte(s)
Log Message:
removed these obsolete files

File Contents

# Content
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 <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 </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 <NoWarn>1607</NoWarn>
60 </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 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
79 <Link>Properties\SharedAssemblyInfo.cs</Link>
80 </Compile>
81 <Compile Include="MemoryScanner.cs" />
82 <Compile Include="Properties\AssemblyInfo.cs" />
83 </ItemGroup>
84 <ItemGroup>
85 <None Include="Properties\AssemblyInfo.cs.tmpl" />
86 </ItemGroup>
87 <ItemGroup>
88 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
89 <Visible>False</Visible>
90 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
91 <Install>false</Install>
92 </BootstrapperPackage>
93 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
94 <Visible>False</Visible>
95 <ProductName>.NET Framework 3.5 SP1</ProductName>
96 <Install>true</Install>
97 </BootstrapperPackage>
98 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
99 <Visible>False</Visible>
100 <ProductName>Windows Installer 3.1</ProductName>
101 <Install>true</Install>
102 </BootstrapperPackage>
103 </ItemGroup>
104 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105 <PropertyGroup>
106 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
107 </PropertyGroup>
108 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild">
111 </Target>
112 <Target Name="AfterBuild">
113 </Target>
114 -->
115 </Project>