HidDemo.csproj
changeset 75 e8bb372ae58b
parent 74 e5e903ee681d
child 78 72885c950813
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/HidDemo.csproj	Sun Mar 15 14:07:17 2015 +0100
     1.3 @@ -0,0 +1,166 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
     1.6 +  <PropertyGroup>
     1.7 +    <ProjectType>Local</ProjectType>
     1.8 +    <ProductVersion>7.10.3077</ProductVersion>
     1.9 +    <SchemaVersion>2.0</SchemaVersion>
    1.10 +    <ProjectGuid>{7435D21C-6A5C-4F57-8868-94A8D911980E}</ProjectGuid>
    1.11 +    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    1.12 +    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    1.13 +    <ApplicationIcon>App.ico</ApplicationIcon>
    1.14 +    <AssemblyKeyContainerName />
    1.15 +    <AssemblyName>RemoteControlSample</AssemblyName>
    1.16 +    <AssemblyOriginatorKeyFile />
    1.17 +    <DefaultClientScript>JScript</DefaultClientScript>
    1.18 +    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    1.19 +    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    1.20 +    <DelaySign>false</DelaySign>
    1.21 +    <OutputType>WinExe</OutputType>
    1.22 +    <RootNamespace>RemoteControlSample</RootNamespace>
    1.23 +    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    1.24 +    <StartupObject />
    1.25 +    <FileUpgradeFlags>
    1.26 +    </FileUpgradeFlags>
    1.27 +    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    1.28 +    <UpgradeBackupLocation>
    1.29 +    </UpgradeBackupLocation>
    1.30 +    <OldToolsVersion>0.0</OldToolsVersion>
    1.31 +    <IsWebBootstrapper>false</IsWebBootstrapper>
    1.32 +    <PublishUrl>publish\</PublishUrl>
    1.33 +    <Install>true</Install>
    1.34 +    <InstallFrom>Disk</InstallFrom>
    1.35 +    <UpdateEnabled>false</UpdateEnabled>
    1.36 +    <UpdateMode>Foreground</UpdateMode>
    1.37 +    <UpdateInterval>7</UpdateInterval>
    1.38 +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    1.39 +    <UpdatePeriodically>false</UpdatePeriodically>
    1.40 +    <UpdateRequired>false</UpdateRequired>
    1.41 +    <MapFileExtensions>true</MapFileExtensions>
    1.42 +    <ApplicationRevision>0</ApplicationRevision>
    1.43 +    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    1.44 +    <UseApplicationTrust>false</UseApplicationTrust>
    1.45 +    <BootstrapperEnabled>true</BootstrapperEnabled>
    1.46 +  </PropertyGroup>
    1.47 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.48 +    <OutputPath>bin\Debug\</OutputPath>
    1.49 +    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    1.50 +    <BaseAddress>285212672</BaseAddress>
    1.51 +    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    1.52 +    <ConfigurationOverrideFile />
    1.53 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.54 +    <DocumentationFile />
    1.55 +    <DebugSymbols>true</DebugSymbols>
    1.56 +    <FileAlignment>4096</FileAlignment>
    1.57 +    <NoStdLib>false</NoStdLib>
    1.58 +    <NoWarn />
    1.59 +    <Optimize>false</Optimize>
    1.60 +    <RegisterForComInterop>false</RegisterForComInterop>
    1.61 +    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    1.62 +    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    1.63 +    <WarningLevel>4</WarningLevel>
    1.64 +    <DebugType>full</DebugType>
    1.65 +    <ErrorReport>prompt</ErrorReport>
    1.66 +  </PropertyGroup>
    1.67 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.68 +    <OutputPath>bin\Release\</OutputPath>
    1.69 +    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    1.70 +    <BaseAddress>285212672</BaseAddress>
    1.71 +    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    1.72 +    <ConfigurationOverrideFile />
    1.73 +    <DefineConstants>TRACE</DefineConstants>
    1.74 +    <DocumentationFile />
    1.75 +    <DebugSymbols>false</DebugSymbols>
    1.76 +    <FileAlignment>4096</FileAlignment>
    1.77 +    <NoStdLib>false</NoStdLib>
    1.78 +    <NoWarn />
    1.79 +    <Optimize>true</Optimize>
    1.80 +    <RegisterForComInterop>false</RegisterForComInterop>
    1.81 +    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    1.82 +    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    1.83 +    <WarningLevel>4</WarningLevel>
    1.84 +    <DebugType>none</DebugType>
    1.85 +    <ErrorReport>prompt</ErrorReport>
    1.86 +  </PropertyGroup>
    1.87 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    1.88 +    <DebugSymbols>true</DebugSymbols>
    1.89 +    <OutputPath>bin\x86\Debug\</OutputPath>
    1.90 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.91 +    <BaseAddress>285212672</BaseAddress>
    1.92 +    <FileAlignment>4096</FileAlignment>
    1.93 +    <DebugType>full</DebugType>
    1.94 +    <PlatformTarget>x86</PlatformTarget>
    1.95 +    <ErrorReport>prompt</ErrorReport>
    1.96 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.97 +    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    1.98 +  </PropertyGroup>
    1.99 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
   1.100 +    <OutputPath>bin\x86\Release\</OutputPath>
   1.101 +    <DefineConstants>TRACE</DefineConstants>
   1.102 +    <BaseAddress>285212672</BaseAddress>
   1.103 +    <Optimize>true</Optimize>
   1.104 +    <FileAlignment>4096</FileAlignment>
   1.105 +    <PlatformTarget>x86</PlatformTarget>
   1.106 +    <ErrorReport>prompt</ErrorReport>
   1.107 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
   1.108 +  </PropertyGroup>
   1.109 +  <ItemGroup>
   1.110 +    <Reference Include="System">
   1.111 +      <Name>System</Name>
   1.112 +    </Reference>
   1.113 +    <Reference Include="System.Data">
   1.114 +      <Name>System.Data</Name>
   1.115 +    </Reference>
   1.116 +    <Reference Include="System.Drawing">
   1.117 +      <Name>System.Drawing</Name>
   1.118 +    </Reference>
   1.119 +    <Reference Include="System.Windows.Forms">
   1.120 +      <Name>System.Windows.Forms</Name>
   1.121 +    </Reference>
   1.122 +    <Reference Include="System.XML">
   1.123 +      <Name>System.XML</Name>
   1.124 +    </Reference>
   1.125 +  </ItemGroup>
   1.126 +  <ItemGroup>
   1.127 +    <Compile Include="AssemblyInfo.cs">
   1.128 +      <SubType>Code</SubType>
   1.129 +    </Compile>
   1.130 +    <Compile Include="MainForm.cs">
   1.131 +      <SubType>Form</SubType>
   1.132 +    </Compile>
   1.133 +    <Compile Include="MainForm.Designer.cs">
   1.134 +      <DependentUpon>MainForm.cs</DependentUpon>
   1.135 +    </Compile>
   1.136 +    <Compile Include="RemoteControlDevice.cs">
   1.137 +      <SubType>Code</SubType>
   1.138 +    </Compile>
   1.139 +    <Content Include="App.ico" />
   1.140 +  </ItemGroup>
   1.141 +  <ItemGroup>
   1.142 +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   1.143 +      <Visible>False</Visible>
   1.144 +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   1.145 +      <Install>false</Install>
   1.146 +    </BootstrapperPackage>
   1.147 +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   1.148 +      <Visible>False</Visible>
   1.149 +      <ProductName>.NET Framework 3.5 SP1</ProductName>
   1.150 +      <Install>true</Install>
   1.151 +    </BootstrapperPackage>
   1.152 +  </ItemGroup>
   1.153 +  <ItemGroup>
   1.154 +    <EmbeddedResource Include="MainForm.resx">
   1.155 +      <DependentUpon>MainForm.cs</DependentUpon>
   1.156 +    </EmbeddedResource>
   1.157 +  </ItemGroup>
   1.158 +  <ItemGroup>
   1.159 +    <ProjectReference Include="SharpLibHid.csproj">
   1.160 +      <Project>{4f3f96e6-668a-488e-ba0c-ed249aface9e}</Project>
   1.161 +      <Name>SharpLibHid</Name>
   1.162 +    </ProjectReference>
   1.163 +  </ItemGroup>
   1.164 +  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   1.165 +  <PropertyGroup>
   1.166 +    <PreBuildEvent />
   1.167 +    <PostBuildEvent />
   1.168 +  </PropertyGroup>
   1.169 +</Project>
   1.170 \ No newline at end of file