ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/Sojaner.MemoryScanner.csproj
Revision: 408
Committed: Thu Jun 21 18:10:21 2012 UTC (11 years, 3 months ago) by william
File size: 6052 byte(s)
Log Message:

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>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|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 <NoWarn>1607,0436</NoWarn>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE;RELEASE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <NoWarn>1607,0436</NoWarn>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
56 <OutputPath>bin\All Configurations\</OutputPath>
57 </PropertyGroup>
58 <ItemGroup>
59 <Reference Include="ManagedWinapi">
60 <HintPath>..\..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath>
61 </Reference>
62 <Reference Include="System" />
63 <Reference Include="System.Core">
64 <RequiredTargetFramework>3.5</RequiredTargetFramework>
65 </Reference>
66 <Reference Include="System.Data" />
67 <Reference Include="System.Xml" />
68 </ItemGroup>
69 <ItemGroup>
70 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
71 <Link>Properties\SharedAssemblyInfo.cs</Link>
72 </Compile>
73 <Compile Include="Events.cs" />
74 <Compile Include="MemoryProviers\BaseMemoryProvider.cs" />
75 <Compile Include="dummy.cs" />
76 <Compile Include="MemoryProviers\IFileWriter.cs" />
77 <Compile Include="MemoryProviers\IMemoryReader.cs" />
78 <Compile Include="MemoryProviers\IMemoryWriter.cs" />
79 <Compile Include="MemoryProviers\IPatchMemory.cs" />
80 <Compile Include="MemoryProviers\IReadMemory.cs" />
81 <Compile Include="MemoryProviers\GenericMemoryProvider.cs" />
82 <Compile Include="MemoryScanner.cs" />
83 <Compile Include="Properties\AssemblyInfo.cs" />
84 <Compile Include="PEReader.cs" />
85 <Compile Include="ResultWin32.cs" />
86 </ItemGroup>
87 <ItemGroup>
88 <None Include="Properties\AssemblyInfo.cs.tmpl" />
89 </ItemGroup>
90 <ItemGroup>
91 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
92 <Visible>False</Visible>
93 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
94 <Install>false</Install>
95 </BootstrapperPackage>
96 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
97 <Visible>False</Visible>
98 <ProductName>.NET Framework 3.5 SP1</ProductName>
99 <Install>true</Install>
100 </BootstrapperPackage>
101 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
102 <Visible>False</Visible>
103 <ProductName>Windows Installer 3.1</ProductName>
104 <Install>true</Install>
105 </BootstrapperPackage>
106 </ItemGroup>
107 <ItemGroup>
108 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
109 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
110 <Name>RomCheater.Core</Name>
111 </ProjectReference>
112 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
113 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
114 <Name>RomCheater.Logging</Name>
115 </ProjectReference>
116 <ProjectReference Include="..\..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
117 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
118 <Name>RomCheater.PluginFramework</Name>
119 </ProjectReference>
120 </ItemGroup>
121 <ItemGroup>
122 <Content Include="rva_definition.txt" />
123 </ItemGroup>
124 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125 <PropertyGroup>
126 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
127 </PropertyGroup>
128 <PropertyGroup>
129 <PostBuildEvent>
130 </PostBuildEvent>
131 </PropertyGroup>
132 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133 Other similar extension points exist, see Microsoft.Common.targets.
134 <Target Name="BeforeBuild">
135 </Target>
136 <Target Name="AfterBuild">
137 </Target>
138 -->
139 </Project>