SharpLibHid.csproj
author StephaneLenclud
Wed, 18 Mar 2015 07:46:39 +0100
changeset 88 3429909219c8
parent 79 cdc5f8f1b79e
child 87 a6684684a9c3
permissions -rw-r--r--
Fixing typo in NuGet package description.
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@74
    35
  <ItemGroup>
StephaneLenclud@74
    36
    <Reference Include="System" />
StephaneLenclud@74
    37
    <Reference Include="System.Core" />
StephaneLenclud@74
    38
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@74
    39
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@74
    40
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@74
    41
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@74
    42
    <Reference Include="System.Data" />
StephaneLenclud@74
    43
    <Reference Include="System.Xml" />
StephaneLenclud@74
    44
  </ItemGroup>
StephaneLenclud@74
    45
  <ItemGroup>
StephaneLenclud@79
    46
    <Compile Include="Hid\HidDevice.cs">
StephaneLenclud@79
    47
      <SubType>Code</SubType>
StephaneLenclud@79
    48
    </Compile>
StephaneLenclud@79
    49
    <Compile Include="Hid\HidEvent.cs">
StephaneLenclud@79
    50
      <SubType>Code</SubType>
StephaneLenclud@79
    51
    </Compile>
StephaneLenclud@79
    52
    <Compile Include="Hid\HidHandler.cs">
StephaneLenclud@79
    53
      <SubType>Code</SubType>
StephaneLenclud@79
    54
    </Compile>
StephaneLenclud@79
    55
    <Compile Include="Hid\HidUsageTables.cs">
StephaneLenclud@79
    56
      <SubType>Code</SubType>
StephaneLenclud@79
    57
    </Compile>
StephaneLenclud@79
    58
    <Compile Include="Hid\HidUtils.cs">
StephaneLenclud@79
    59
      <SubType>Code</SubType>
StephaneLenclud@79
    60
    </Compile>
StephaneLenclud@74
    61
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@79
    62
    <Compile Include="Win32\RawInput.cs" />
StephaneLenclud@79
    63
    <Compile Include="Win32\Win32AppCommand.cs" />
StephaneLenclud@79
    64
    <Compile Include="Win32\Win32CreateFile.cs" />
StephaneLenclud@79
    65
    <Compile Include="Win32\Win32Hid.cs" />
StephaneLenclud@79
    66
    <Compile Include="Win32\Win32RawInput.cs" />
StephaneLenclud@74
    67
  </ItemGroup>
StephaneLenclud@74
    68
  <ItemGroup>
StephaneLenclud@74
    69
    <COMReference Include="stdole">
StephaneLenclud@74
    70
      <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
StephaneLenclud@74
    71
      <VersionMajor>2</VersionMajor>
StephaneLenclud@74
    72
      <VersionMinor>0</VersionMinor>
StephaneLenclud@74
    73
      <Lcid>0</Lcid>
StephaneLenclud@74
    74
      <WrapperTool>primary</WrapperTool>
StephaneLenclud@74
    75
      <Isolated>False</Isolated>
StephaneLenclud@74
    76
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@74
    77
    </COMReference>
StephaneLenclud@74
    78
  </ItemGroup>
StephaneLenclud@74
    79
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@74
    80
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@74
    81
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@74
    82
  <Target Name="BeforeBuild">
StephaneLenclud@74
    83
  </Target>
StephaneLenclud@74
    84
  <Target Name="AfterBuild">
StephaneLenclud@74
    85
  </Target>
StephaneLenclud@74
    86
  -->
StephaneLenclud@74
    87
</Project>