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