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