ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 593
Committed: Thu Jun 6 10:39:39 2013 UTC (10 years, 6 months ago) by william
File size: 7061 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>{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 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
30 <NoWarn>1607,0436</NoWarn>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DefineConstants>TRACE;RELEASE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 <NoWarn>1607,0436</NoWarn>
40 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
43 <OutputPath>bin\All Configurations\</OutputPath>
44 </PropertyGroup>
45 <ItemGroup>
46 <Reference Include="System" />
47 <Reference Include="System.Core">
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 </Reference>
50 <Reference Include="System.Data" />
51 <Reference Include="System.Drawing" />
52 <Reference Include="System.Windows.Forms" />
53 <Reference Include="System.Xml" />
54 <Reference Include="WindowsBase">
55 <RequiredTargetFramework>3.0</RequiredTargetFramework>
56 </Reference>
57 </ItemGroup>
58 <ItemGroup>
59 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
60 <Link>Properties\SharedAssemblyInfo.cs</Link>
61 </Compile>
62 <Compile Include="dummy.cs" />
63 <Compile Include="libWin32.cs" />
64 <Compile Include="Properties\AssemblyInfo.cs" />
65 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
66 <Compile Include="Win32\Input\KeyTranslator.cs" />
67 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
68 <Compile Include="Win32\Input\InputSender.cs" />
69 <Compile Include="Win32\Threading\ProcessIconEx.cs" />
70 <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" />
71 <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
72 <Compile Include="Win32\Threading\ThreadAccess.cs" />
73 <Compile Include="Win32\UI\ValueChangedEventArgs.cs" />
74 <Compile Include="Win32\UI\FloatBox.cs">
75 <SubType>UserControl</SubType>
76 </Compile>
77 <Compile Include="Win32\UI\FloatBox.Designer.cs">
78 <DependentUpon>FloatBox.cs</DependentUpon>
79 </Compile>
80 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
81 <SubType>UserControl</SubType>
82 </Compile>
83 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
84 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
85 </Compile>
86 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
87 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
88 <Compile Include="Win32\Threading\ProcessAccessFlags.cs" />
89 <Compile Include="Win32\Threading\ThreadControl.cs" />
90 <Compile Include="Win32\UI\MaskedHexBox.cs">
91 <SubType>UserControl</SubType>
92 </Compile>
93 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
94 <DependentUpon>MaskedHexBox.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Win32\UI\MultiNumericBox.cs">
97 <SubType>UserControl</SubType>
98 </Compile>
99 <Compile Include="Win32\UI\MultiNumericBox.Designer.cs">
100 <DependentUpon>MultiNumericBox.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\UI\NumericBoxBase.cs">
109 <SubType>UserControl</SubType>
110 </Compile>
111 <Compile Include="Win32\UI\NumericBoxBase.Designer.cs">
112 <DependentUpon>NumericBoxBase.cs</DependentUpon>
113 </Compile>
114 <Compile Include="Win32\Window\WindowControl.cs" />
115 </ItemGroup>
116 <ItemGroup>
117 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
118 <DependentUpon>FloatBox.cs</DependentUpon>
119 </EmbeddedResource>
120 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
121 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
122 </EmbeddedResource>
123 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
124 <DependentUpon>MaskedHexBox.cs</DependentUpon>
125 </EmbeddedResource>
126 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
127 <DependentUpon>NumericBox.cs</DependentUpon>
128 </EmbeddedResource>
129 <EmbeddedResource Include="Win32\UI\NumericBoxBase.resx">
130 <DependentUpon>NumericBoxBase.cs</DependentUpon>
131 </EmbeddedResource>
132 </ItemGroup>
133 <ItemGroup>
134 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
135 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
136 <Name>RomCheater.Core</Name>
137 </ProjectReference>
138 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
139 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
140 <Name>RomCheater.Logging</Name>
141 </ProjectReference>
142 </ItemGroup>
143 <ItemGroup>
144 <None Include="Properties\AssemblyInfo.cs.tmpl" />
145 </ItemGroup>
146 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148 Other similar extension points exist, see Microsoft.Common.targets.
149 <Target Name="BeforeBuild">
150 </Target>
151 <Target Name="AfterBuild">
152 </Target>
153 -->
154 <PropertyGroup>
155 <PostBuildEvent>
156 </PostBuildEvent>
157 </PropertyGroup>
158 <PropertyGroup>
159 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
160 </PropertyGroup>
161 </Project>