HidDemo.csproj
author StephaneLenclud
Wed, 18 Mar 2015 07:46:39 +0100
changeset 88 3429909219c8
parent 75 e8bb372ae58b
permissions -rw-r--r--
Fixing typo in NuGet package description.
sl@0
     1
<?xml version="1.0" encoding="utf-8"?>
sl@0
     2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
sl@0
     3
  <PropertyGroup>
sl@0
     4
    <ProjectType>Local</ProjectType>
sl@0
     5
    <ProductVersion>7.10.3077</ProductVersion>
sl@0
     6
    <SchemaVersion>2.0</SchemaVersion>
StephaneLenclud@75
     7
    <ProjectGuid>{7435D21C-6A5C-4F57-8868-94A8D911980E}</ProjectGuid>
sl@0
     8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@0
     9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@0
    10
    <ApplicationIcon>App.ico</ApplicationIcon>
sl@0
    11
    <AssemblyKeyContainerName />
sl@0
    12
    <AssemblyName>RemoteControlSample</AssemblyName>
sl@0
    13
    <AssemblyOriginatorKeyFile />
sl@0
    14
    <DefaultClientScript>JScript</DefaultClientScript>
sl@0
    15
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
sl@0
    16
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
sl@0
    17
    <DelaySign>false</DelaySign>
sl@0
    18
    <OutputType>WinExe</OutputType>
sl@0
    19
    <RootNamespace>RemoteControlSample</RootNamespace>
sl@0
    20
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
sl@0
    21
    <StartupObject />
sl@0
    22
    <FileUpgradeFlags>
sl@0
    23
    </FileUpgradeFlags>
sl@0
    24
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
sl@0
    25
    <UpgradeBackupLocation>
sl@0
    26
    </UpgradeBackupLocation>
sl@0
    27
    <OldToolsVersion>0.0</OldToolsVersion>
sl@0
    28
    <IsWebBootstrapper>false</IsWebBootstrapper>
sl@0
    29
    <PublishUrl>publish\</PublishUrl>
sl@0
    30
    <Install>true</Install>
sl@0
    31
    <InstallFrom>Disk</InstallFrom>
sl@0
    32
    <UpdateEnabled>false</UpdateEnabled>
sl@0
    33
    <UpdateMode>Foreground</UpdateMode>
sl@0
    34
    <UpdateInterval>7</UpdateInterval>
sl@0
    35
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@0
    36
    <UpdatePeriodically>false</UpdatePeriodically>
sl@0
    37
    <UpdateRequired>false</UpdateRequired>
sl@0
    38
    <MapFileExtensions>true</MapFileExtensions>
sl@0
    39
    <ApplicationRevision>0</ApplicationRevision>
sl@0
    40
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
sl@0
    41
    <UseApplicationTrust>false</UseApplicationTrust>
sl@0
    42
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    43
  </PropertyGroup>
sl@0
    44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    45
    <OutputPath>bin\Debug\</OutputPath>
sl@1
    46
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
sl@0
    47
    <BaseAddress>285212672</BaseAddress>
sl@0
    48
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
sl@0
    49
    <ConfigurationOverrideFile />
sl@0
    50
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    51
    <DocumentationFile />
sl@0
    52
    <DebugSymbols>true</DebugSymbols>
sl@0
    53
    <FileAlignment>4096</FileAlignment>
sl@0
    54
    <NoStdLib>false</NoStdLib>
sl@0
    55
    <NoWarn />
sl@0
    56
    <Optimize>false</Optimize>
sl@0
    57
    <RegisterForComInterop>false</RegisterForComInterop>
sl@0
    58
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
sl@0
    59
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
sl@0
    60
    <WarningLevel>4</WarningLevel>
sl@0
    61
    <DebugType>full</DebugType>
sl@0
    62
    <ErrorReport>prompt</ErrorReport>
sl@0
    63
  </PropertyGroup>
sl@0
    64
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    65
    <OutputPath>bin\Release\</OutputPath>
sl@0
    66
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
sl@0
    67
    <BaseAddress>285212672</BaseAddress>
sl@0
    68
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
sl@0
    69
    <ConfigurationOverrideFile />
sl@0
    70
    <DefineConstants>TRACE</DefineConstants>
sl@0
    71
    <DocumentationFile />
sl@0
    72
    <DebugSymbols>false</DebugSymbols>
sl@0
    73
    <FileAlignment>4096</FileAlignment>
sl@0
    74
    <NoStdLib>false</NoStdLib>
sl@0
    75
    <NoWarn />
sl@0
    76
    <Optimize>true</Optimize>
sl@0
    77
    <RegisterForComInterop>false</RegisterForComInterop>
sl@0
    78
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
sl@0
    79
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
sl@0
    80
    <WarningLevel>4</WarningLevel>
sl@0
    81
    <DebugType>none</DebugType>
sl@0
    82
    <ErrorReport>prompt</ErrorReport>
sl@0
    83
  </PropertyGroup>
sl@0
    84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@0
    85
    <DebugSymbols>true</DebugSymbols>
sl@0
    86
    <OutputPath>bin\x86\Debug\</OutputPath>
sl@0
    87
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    88
    <BaseAddress>285212672</BaseAddress>
sl@0
    89
    <FileAlignment>4096</FileAlignment>
sl@0
    90
    <DebugType>full</DebugType>
sl@0
    91
    <PlatformTarget>x86</PlatformTarget>
sl@0
    92
    <ErrorReport>prompt</ErrorReport>
sl@0
    93
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
    94
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
sl@0
    95
  </PropertyGroup>
sl@0
    96
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@0
    97
    <OutputPath>bin\x86\Release\</OutputPath>
sl@0
    98
    <DefineConstants>TRACE</DefineConstants>
sl@0
    99
    <BaseAddress>285212672</BaseAddress>
sl@0
   100
    <Optimize>true</Optimize>
sl@0
   101
    <FileAlignment>4096</FileAlignment>
sl@0
   102
    <PlatformTarget>x86</PlatformTarget>
sl@0
   103
    <ErrorReport>prompt</ErrorReport>
sl@0
   104
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
   105
  </PropertyGroup>
sl@0
   106
  <ItemGroup>
sl@0
   107
    <Reference Include="System">
sl@0
   108
      <Name>System</Name>
sl@0
   109
    </Reference>
sl@0
   110
    <Reference Include="System.Data">
sl@0
   111
      <Name>System.Data</Name>
sl@0
   112
    </Reference>
sl@0
   113
    <Reference Include="System.Drawing">
sl@0
   114
      <Name>System.Drawing</Name>
sl@0
   115
    </Reference>
sl@0
   116
    <Reference Include="System.Windows.Forms">
sl@0
   117
      <Name>System.Windows.Forms</Name>
sl@0
   118
    </Reference>
sl@0
   119
    <Reference Include="System.XML">
sl@0
   120
      <Name>System.XML</Name>
sl@0
   121
    </Reference>
sl@0
   122
  </ItemGroup>
sl@0
   123
  <ItemGroup>
sl@0
   124
    <Compile Include="AssemblyInfo.cs">
sl@0
   125
      <SubType>Code</SubType>
sl@0
   126
    </Compile>
sl@37
   127
    <Compile Include="MainForm.cs">
sl@37
   128
      <SubType>Form</SubType>
sl@37
   129
    </Compile>
StephaneLenclud@60
   130
    <Compile Include="MainForm.Designer.cs">
StephaneLenclud@60
   131
      <DependentUpon>MainForm.cs</DependentUpon>
StephaneLenclud@60
   132
    </Compile>
sl@0
   133
    <Content Include="App.ico" />
sl@0
   134
  </ItemGroup>
sl@0
   135
  <ItemGroup>
sl@0
   136
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@0
   137
      <Visible>False</Visible>
sl@0
   138
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@0
   139
      <Install>false</Install>
sl@0
   140
    </BootstrapperPackage>
sl@0
   141
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@0
   142
      <Visible>False</Visible>
sl@0
   143
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@0
   144
      <Install>true</Install>
sl@0
   145
    </BootstrapperPackage>
sl@0
   146
  </ItemGroup>
sl@37
   147
  <ItemGroup>
sl@37
   148
    <EmbeddedResource Include="MainForm.resx">
sl@37
   149
      <DependentUpon>MainForm.cs</DependentUpon>
sl@37
   150
    </EmbeddedResource>
sl@37
   151
  </ItemGroup>
StephaneLenclud@74
   152
  <ItemGroup>
StephaneLenclud@74
   153
    <ProjectReference Include="SharpLibHid.csproj">
StephaneLenclud@74
   154
      <Project>{4f3f96e6-668a-488e-ba0c-ed249aface9e}</Project>
StephaneLenclud@74
   155
      <Name>SharpLibHid</Name>
StephaneLenclud@74
   156
    </ProjectReference>
StephaneLenclud@74
   157
  </ItemGroup>
sl@0
   158
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   159
  <PropertyGroup>
sl@0
   160
    <PreBuildEvent />
sl@0
   161
    <PostBuildEvent />
sl@0
   162
  </PropertyGroup>
sl@0
   163
</Project>