ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 156
Committed: Mon May 28 04:14:03 2012 UTC (11 years, 6 months ago) by william
File size: 8322 byte(s)
Log Message:
+ add support for selecting process by different means

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>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>libWin32</RootNamespace>
12 <AssemblyName>libWin32</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <TargetFrameworkProfile />
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39 <DebugSymbols>true</DebugSymbols>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DebugType>full</DebugType>
43 <PlatformTarget>x86</PlatformTarget>
44 <ErrorReport>prompt</ErrorReport>
45 <NoWarn>1607</NoWarn>
46 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49 <OutputPath>bin\x86\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <Optimize>true</Optimize>
52 <DebugType>pdbonly</DebugType>
53 <PlatformTarget>x86</PlatformTarget>
54 <ErrorReport>prompt</ErrorReport>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
57 <DebugSymbols>true</DebugSymbols>
58 <OutputPath>bin\x64\Debug\</OutputPath>
59 <DefineConstants>DEBUG;TRACE</DefineConstants>
60 <DebugType>full</DebugType>
61 <PlatformTarget>x64</PlatformTarget>
62 <ErrorReport>prompt</ErrorReport>
63 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
64 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
67 <OutputPath>bin\x64\Release\</OutputPath>
68 <DefineConstants>TRACE</DefineConstants>
69 <Optimize>true</Optimize>
70 <DebugType>pdbonly</DebugType>
71 <PlatformTarget>x64</PlatformTarget>
72 <ErrorReport>prompt</ErrorReport>
73 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
74 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
75 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
76 </PropertyGroup>
77 <ItemGroup>
78 <Reference Include="System" />
79 <Reference Include="System.Core">
80 <RequiredTargetFramework>3.5</RequiredTargetFramework>
81 </Reference>
82 <Reference Include="System.Data" />
83 <Reference Include="System.Drawing" />
84 <Reference Include="System.Windows.Forms" />
85 <Reference Include="System.Xml" />
86 <Reference Include="WindowsBase">
87 <RequiredTargetFramework>3.0</RequiredTargetFramework>
88 </Reference>
89 </ItemGroup>
90 <ItemGroup>
91 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
92 <Link>Properties\SharedAssemblyInfo.cs</Link>
93 </Compile>
94 <Compile Include="dummy.cs" />
95 <Compile Include="libWin32.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
98 <Compile Include="Win32\Input\KeyTranslator.cs" />
99 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
100 <Compile Include="Win32\Input\InputSender.cs" />
101 <Compile Include="Win32\Threading\ProcessIconEx.cs" />
102 <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" />
103 <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
104 <Compile Include="Win32\Threading\ThreadAccess.cs" />
105 <Compile Include="Win32\UI\FloatBox.cs">
106 <SubType>UserControl</SubType>
107 </Compile>
108 <Compile Include="Win32\UI\FloatBox.Designer.cs">
109 <DependentUpon>FloatBox.cs</DependentUpon>
110 </Compile>
111 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
112 <SubType>UserControl</SubType>
113 </Compile>
114 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
115 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
116 </Compile>
117 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
118 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
119 <Compile Include="Win32\Threading\ProcessAccessFlags.cs" />
120 <Compile Include="Win32\Threading\ThreadControl.cs" />
121 <Compile Include="Win32\UI\MaskedHexBox.cs">
122 <SubType>UserControl</SubType>
123 </Compile>
124 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
125 <DependentUpon>MaskedHexBox.cs</DependentUpon>
126 </Compile>
127 <Compile Include="Win32\UI\NumericBox.cs">
128 <SubType>UserControl</SubType>
129 </Compile>
130 <Compile Include="Win32\UI\NumericBox.Designer.cs">
131 <DependentUpon>NumericBox.cs</DependentUpon>
132 </Compile>
133 <Compile Include="Win32\Window\WindowControl.cs" />
134 </ItemGroup>
135 <ItemGroup>
136 <Content Include="ManagedWinapi.dll">
137 </Content>
138 <Content Include="ManagedWinapiNativeHelper.dll">
139 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
140 </Content>
141 </ItemGroup>
142 <ItemGroup>
143 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
144 <DependentUpon>FloatBox.cs</DependentUpon>
145 </EmbeddedResource>
146 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
147 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
148 </EmbeddedResource>
149 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
150 <DependentUpon>MaskedHexBox.cs</DependentUpon>
151 </EmbeddedResource>
152 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
153 <DependentUpon>NumericBox.cs</DependentUpon>
154 </EmbeddedResource>
155 </ItemGroup>
156 <ItemGroup>
157 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
158 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
159 <Name>RomCheater.Core</Name>
160 </ProjectReference>
161 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
162 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
163 <Name>RomCheater.Logging</Name>
164 </ProjectReference>
165 <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
166 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
167 <Name>Sojaner.MemoryScanner</Name>
168 </ProjectReference>
169 </ItemGroup>
170 <ItemGroup>
171 <None Include="Properties\AssemblyInfo.cs.tmpl" />
172 </ItemGroup>
173 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
174 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175 Other similar extension points exist, see Microsoft.Common.targets.
176 <Target Name="BeforeBuild">
177 </Target>
178 <Target Name="AfterBuild">
179 </Target>
180 -->
181 <PropertyGroup>
182 <PostBuildEvent>
183 </PostBuildEvent>
184 </PropertyGroup>
185 <PropertyGroup>
186 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
187 </PropertyGroup>
188 </Project>