author | StephaneLenclud |
Sun, 22 Mar 2015 21:59:08 +0100 | |
changeset 87 | a6684684a9c3 |
parent 82 | 312160defeac |
permissions | -rw-r--r-- |
StephaneLenclud@74 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
StephaneLenclud@74 | 2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
StephaneLenclud@74 | 3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
StephaneLenclud@74 | 4 |
<PropertyGroup> |
StephaneLenclud@74 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
StephaneLenclud@74 | 6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
StephaneLenclud@74 | 7 |
<ProjectGuid>{4F3F96E6-668A-488E-BA0C-ED249AFACE9E}</ProjectGuid> |
StephaneLenclud@74 | 8 |
<OutputType>Library</OutputType> |
StephaneLenclud@74 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
StephaneLenclud@74 | 10 |
<RootNamespace>SharpLibHid</RootNamespace> |
StephaneLenclud@74 | 11 |
<AssemblyName>SharpLibHid</AssemblyName> |
StephaneLenclud@74 | 12 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
StephaneLenclud@74 | 13 |
<FileAlignment>512</FileAlignment> |
StephaneLenclud@74 | 14 |
<TargetFrameworkProfile /> |
StephaneLenclud@74 | 15 |
</PropertyGroup> |
StephaneLenclud@74 | 16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
StephaneLenclud@74 | 17 |
<DebugSymbols>true</DebugSymbols> |
StephaneLenclud@74 | 18 |
<DebugType>full</DebugType> |
StephaneLenclud@74 | 19 |
<Optimize>false</Optimize> |
StephaneLenclud@74 | 20 |
<OutputPath>bin\Debug\</OutputPath> |
StephaneLenclud@74 | 21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
StephaneLenclud@74 | 22 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@74 | 23 |
<WarningLevel>4</WarningLevel> |
StephaneLenclud@74 | 24 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
StephaneLenclud@74 | 25 |
</PropertyGroup> |
StephaneLenclud@74 | 26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
StephaneLenclud@74 | 27 |
<DebugType>pdbonly</DebugType> |
StephaneLenclud@74 | 28 |
<Optimize>true</Optimize> |
StephaneLenclud@74 | 29 |
<OutputPath>bin\Release\</OutputPath> |
StephaneLenclud@74 | 30 |
<DefineConstants>TRACE</DefineConstants> |
StephaneLenclud@74 | 31 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@74 | 32 |
<WarningLevel>4</WarningLevel> |
StephaneLenclud@82 | 33 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
StephaneLenclud@74 | 34 |
</PropertyGroup> |
StephaneLenclud@87 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
StephaneLenclud@87 | 36 |
<DebugSymbols>true</DebugSymbols> |
StephaneLenclud@87 | 37 |
<OutputPath>bin\x86\Debug\</OutputPath> |
StephaneLenclud@87 | 38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
StephaneLenclud@87 | 39 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
StephaneLenclud@87 | 40 |
<DebugType>full</DebugType> |
StephaneLenclud@87 | 41 |
<PlatformTarget>x86</PlatformTarget> |
StephaneLenclud@87 | 42 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@87 | 43 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@87 | 44 |
</PropertyGroup> |
StephaneLenclud@87 | 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
StephaneLenclud@87 | 46 |
<OutputPath>bin\x86\Release\</OutputPath> |
StephaneLenclud@87 | 47 |
<DefineConstants>TRACE</DefineConstants> |
StephaneLenclud@87 | 48 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
StephaneLenclud@87 | 49 |
<Optimize>true</Optimize> |
StephaneLenclud@87 | 50 |
<DebugType>pdbonly</DebugType> |
StephaneLenclud@87 | 51 |
<PlatformTarget>x86</PlatformTarget> |
StephaneLenclud@87 | 52 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@87 | 53 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@87 | 54 |
</PropertyGroup> |
StephaneLenclud@74 | 55 |
<ItemGroup> |
StephaneLenclud@74 | 56 |
<Reference Include="System" /> |
StephaneLenclud@74 | 57 |
<Reference Include="System.Core" /> |
StephaneLenclud@74 | 58 |
<Reference Include="System.Windows.Forms" /> |
StephaneLenclud@74 | 59 |
<Reference Include="System.Xml.Linq" /> |
StephaneLenclud@74 | 60 |
<Reference Include="System.Data.DataSetExtensions" /> |
StephaneLenclud@74 | 61 |
<Reference Include="Microsoft.CSharp" /> |
StephaneLenclud@74 | 62 |
<Reference Include="System.Data" /> |
StephaneLenclud@74 | 63 |
<Reference Include="System.Xml" /> |
StephaneLenclud@74 | 64 |
</ItemGroup> |
StephaneLenclud@74 | 65 |
<ItemGroup> |
StephaneLenclud@79 | 66 |
<Compile Include="Hid\HidDevice.cs"> |
StephaneLenclud@79 | 67 |
<SubType>Code</SubType> |
StephaneLenclud@79 | 68 |
</Compile> |
StephaneLenclud@79 | 69 |
<Compile Include="Hid\HidEvent.cs"> |
StephaneLenclud@79 | 70 |
<SubType>Code</SubType> |
StephaneLenclud@79 | 71 |
</Compile> |
StephaneLenclud@79 | 72 |
<Compile Include="Hid\HidHandler.cs"> |
StephaneLenclud@79 | 73 |
<SubType>Code</SubType> |
StephaneLenclud@79 | 74 |
</Compile> |
StephaneLenclud@79 | 75 |
<Compile Include="Hid\HidUsageTables.cs"> |
StephaneLenclud@79 | 76 |
<SubType>Code</SubType> |
StephaneLenclud@79 | 77 |
</Compile> |
StephaneLenclud@79 | 78 |
<Compile Include="Hid\HidUtils.cs"> |
StephaneLenclud@79 | 79 |
<SubType>Code</SubType> |
StephaneLenclud@79 | 80 |
</Compile> |
StephaneLenclud@74 | 81 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@79 | 82 |
<Compile Include="Win32\RawInput.cs" /> |
StephaneLenclud@79 | 83 |
<Compile Include="Win32\Win32AppCommand.cs" /> |
StephaneLenclud@79 | 84 |
<Compile Include="Win32\Win32CreateFile.cs" /> |
StephaneLenclud@79 | 85 |
<Compile Include="Win32\Win32Hid.cs" /> |
StephaneLenclud@79 | 86 |
<Compile Include="Win32\Win32RawInput.cs" /> |
StephaneLenclud@74 | 87 |
</ItemGroup> |
StephaneLenclud@74 | 88 |
<ItemGroup> |
StephaneLenclud@74 | 89 |
<COMReference Include="stdole"> |
StephaneLenclud@74 | 90 |
<Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
StephaneLenclud@74 | 91 |
<VersionMajor>2</VersionMajor> |
StephaneLenclud@74 | 92 |
<VersionMinor>0</VersionMinor> |
StephaneLenclud@74 | 93 |
<Lcid>0</Lcid> |
StephaneLenclud@74 | 94 |
<WrapperTool>primary</WrapperTool> |
StephaneLenclud@74 | 95 |
<Isolated>False</Isolated> |
StephaneLenclud@74 | 96 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
StephaneLenclud@74 | 97 |
</COMReference> |
StephaneLenclud@74 | 98 |
</ItemGroup> |
StephaneLenclud@74 | 99 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@74 | 100 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@74 | 101 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@74 | 102 |
<Target Name="BeforeBuild"> |
StephaneLenclud@74 | 103 |
</Target> |
StephaneLenclud@74 | 104 |
<Target Name="AfterBuild"> |
StephaneLenclud@74 | 105 |
</Target> |
StephaneLenclud@74 | 106 |
--> |
StephaneLenclud@74 | 107 |
</Project> |