GenericHid.csproj
author sl
Wed, 14 May 2014 07:53:47 +0200
changeset 1 29c8c6738077
parent 0 316364bd7d25
permissions -rw-r--r--
Disabling signing to fix our build.
sl@0
     1
<?xml version="1.0" encoding="utf-8"?>
sl@0
     2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
sl@0
     3
  <PropertyGroup>
sl@0
     4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@0
     5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@0
     6
    <ProductVersion>9.0.30729</ProductVersion>
sl@0
     7
    <SchemaVersion>2.0</SchemaVersion>
sl@0
     8
    <ProjectGuid>{A6E0F52F-4599-4758-B956-9E8420FD28A8}</ProjectGuid>
sl@0
     9
    <OutputType>WinExe</OutputType>
sl@0
    10
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@0
    11
    <RootNamespace>GenericHid</RootNamespace>
sl@0
    12
    <AssemblyName>GenericHid</AssemblyName>
sl@0
    13
    <StartupObject>GenericHid.FrmMain</StartupObject>
sl@0
    14
    <FileUpgradeFlags>
sl@0
    15
    </FileUpgradeFlags>
sl@0
    16
    <OldToolsVersion>3.5</OldToolsVersion>
sl@0
    17
    <UpgradeBackupLocation>
sl@0
    18
    </UpgradeBackupLocation>
sl@0
    19
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
sl@0
    20
    <TargetFrameworkProfile />
sl@0
    21
    <IsWebBootstrapper>false</IsWebBootstrapper>
sl@0
    22
    <PublishUrl>publish\</PublishUrl>
sl@0
    23
    <Install>true</Install>
sl@0
    24
    <InstallFrom>Disk</InstallFrom>
sl@0
    25
    <UpdateEnabled>false</UpdateEnabled>
sl@0
    26
    <UpdateMode>Foreground</UpdateMode>
sl@0
    27
    <UpdateInterval>7</UpdateInterval>
sl@0
    28
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@0
    29
    <UpdatePeriodically>false</UpdatePeriodically>
sl@0
    30
    <UpdateRequired>false</UpdateRequired>
sl@0
    31
    <MapFileExtensions>true</MapFileExtensions>
sl@0
    32
    <ApplicationRevision>0</ApplicationRevision>
sl@0
    33
    <ApplicationVersion>6.2.0.0</ApplicationVersion>
sl@0
    34
    <UseApplicationTrust>false</UseApplicationTrust>
sl@0
    35
    <PublishWizardCompleted>true</PublishWizardCompleted>
sl@0
    36
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    37
  </PropertyGroup>
sl@0
    38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    39
    <DebugSymbols>true</DebugSymbols>
sl@0
    40
    <DebugType>full</DebugType>
sl@0
    41
    <Optimize>false</Optimize>
sl@0
    42
    <OutputPath>bin\Debug\</OutputPath>
sl@0
    43
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    44
    <ErrorReport>prompt</ErrorReport>
sl@0
    45
    <WarningLevel>2</WarningLevel>
sl@0
    46
    <BaseAddress>285212672</BaseAddress>
sl@0
    47
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    48
  </PropertyGroup>
sl@0
    49
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    50
    <DebugType>pdbonly</DebugType>
sl@0
    51
    <Optimize>false</Optimize>
sl@0
    52
    <OutputPath>bin\Release\</OutputPath>
sl@0
    53
    <DefineConstants>TRACE</DefineConstants>
sl@0
    54
    <ErrorReport>prompt</ErrorReport>
sl@0
    55
    <WarningLevel>2</WarningLevel>
sl@0
    56
    <BaseAddress>285212672</BaseAddress>
sl@0
    57
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    58
  </PropertyGroup>
sl@0
    59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@0
    60
    <DebugSymbols>true</DebugSymbols>
sl@0
    61
    <OutputPath>bin\x86\Debug\</OutputPath>
sl@0
    62
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    63
    <BaseAddress>285212672</BaseAddress>
sl@0
    64
    <WarningLevel>2</WarningLevel>
sl@0
    65
    <DebugType>full</DebugType>
sl@0
    66
    <PlatformTarget>x86</PlatformTarget>
sl@0
    67
    <ErrorReport>prompt</ErrorReport>
sl@0
    68
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
    69
  </PropertyGroup>
sl@0
    70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@0
    71
    <OutputPath>bin\x86\Release\</OutputPath>
sl@0
    72
    <DefineConstants>TRACE</DefineConstants>
sl@0
    73
    <BaseAddress>285212672</BaseAddress>
sl@0
    74
    <WarningLevel>2</WarningLevel>
sl@0
    75
    <DebugType>pdbonly</DebugType>
sl@0
    76
    <PlatformTarget>x86</PlatformTarget>
sl@0
    77
    <ErrorReport>prompt</ErrorReport>
sl@0
    78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
    79
  </PropertyGroup>
sl@0
    80
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
sl@0
    81
    <DebugSymbols>true</DebugSymbols>
sl@0
    82
    <OutputPath>bin\x64\Debug\</OutputPath>
sl@0
    83
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    84
    <BaseAddress>285212672</BaseAddress>
sl@0
    85
    <WarningLevel>2</WarningLevel>
sl@0
    86
    <DebugType>full</DebugType>
sl@0
    87
    <PlatformTarget>x64</PlatformTarget>
sl@0
    88
    <ErrorReport>prompt</ErrorReport>
sl@0
    89
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
    90
  </PropertyGroup>
sl@0
    91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
sl@0
    92
    <OutputPath>bin\x64\Release\</OutputPath>
sl@0
    93
    <DefineConstants>TRACE</DefineConstants>
sl@0
    94
    <BaseAddress>285212672</BaseAddress>
sl@0
    95
    <WarningLevel>2</WarningLevel>
sl@0
    96
    <DebugType>pdbonly</DebugType>
sl@0
    97
    <PlatformTarget>x64</PlatformTarget>
sl@0
    98
    <ErrorReport>prompt</ErrorReport>
sl@0
    99
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@0
   100
  </PropertyGroup>
sl@0
   101
  <PropertyGroup>
sl@0
   102
    <ManifestCertificateThumbprint>74AEA279A1F2ABCF00D2AB2668EE07AB57384C56</ManifestCertificateThumbprint>
sl@0
   103
  </PropertyGroup>
sl@0
   104
  <PropertyGroup>
sl@0
   105
    <ManifestKeyFile>GenericHid_TemporaryKey.pfx</ManifestKeyFile>
sl@0
   106
  </PropertyGroup>
sl@0
   107
  <PropertyGroup>
sl@0
   108
    <GenerateManifests>true</GenerateManifests>
sl@0
   109
  </PropertyGroup>
sl@0
   110
  <PropertyGroup>
sl@1
   111
    <SignManifests>false</SignManifests>
sl@0
   112
  </PropertyGroup>
sl@0
   113
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
sl@0
   114
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   115
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   116
  <Target Name="BeforeBuild">
sl@0
   117
  </Target>
sl@0
   118
  <Target Name="AfterBuild">
sl@0
   119
  </Target>
sl@0
   120
  -->
sl@0
   121
  <ItemGroup>
sl@0
   122
    <Reference Include="microsoft.visualbasic" />
sl@0
   123
    <Reference Include="System" />
sl@0
   124
    <Reference Include="System.Data" />
sl@0
   125
    <Reference Include="System.Drawing" />
sl@0
   126
    <Reference Include="System.Management" />
sl@0
   127
    <Reference Include="System.Windows.Forms" />
sl@0
   128
    <Reference Include="System.Xml" />
sl@0
   129
  </ItemGroup>
sl@0
   130
  <ItemGroup>
sl@0
   131
    <Compile Include="AssemblyInfo.cs" />
sl@0
   132
    <Compile Include="Debugging.cs" />
sl@0
   133
    <Compile Include="DebuggingDeclarations.cs" />
sl@0
   134
    <Compile Include="DeviceManagement.cs" />
sl@0
   135
    <Compile Include="DeviceManagementDeclarations.cs" />
sl@0
   136
    <Compile Include="FileIODeclarations.cs" />
sl@0
   137
    <Compile Include="FrmMain.cs">
sl@0
   138
      <SubType>Form</SubType>
sl@0
   139
    </Compile>
sl@0
   140
    <Compile Include="GenericHid.cs" />
sl@0
   141
    <Compile Include="Hid.cs" />
sl@0
   142
    <Compile Include="HidDeclarations.cs" />
sl@0
   143
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   144
      <AutoGen>True</AutoGen>
sl@0
   145
      <DesignTime>True</DesignTime>
sl@0
   146
      <DependentUpon>Resources.resx</DependentUpon>
sl@0
   147
    </Compile>
sl@0
   148
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   149
      <AutoGen>True</AutoGen>
sl@0
   150
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   151
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   152
    </Compile>
sl@0
   153
  </ItemGroup>
sl@0
   154
  <ItemGroup>
sl@0
   155
    <EmbeddedResource Include="FrmMain.resX">
sl@0
   156
      <SubType>Designer</SubType>
sl@0
   157
      <DependentUpon>FrmMain.cs</DependentUpon>
sl@0
   158
    </EmbeddedResource>
sl@0
   159
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   160
      <SubType>Designer</SubType>
sl@0
   161
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   162
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   163
    </EmbeddedResource>
sl@0
   164
  </ItemGroup>
sl@0
   165
  <ItemGroup>
sl@0
   166
    <None Include="app.config" />
sl@0
   167
    <None Include="ClassDiagram1.cd" />
sl@0
   168
    <None Include="GenericHid_TemporaryKey.pfx" />
sl@0
   169
    <None Include="Properties\Settings.settings">
sl@0
   170
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   171
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   172
    </None>
sl@0
   173
  </ItemGroup>
sl@0
   174
  <ItemGroup>
sl@0
   175
    <Content Include="readme.txt" />
sl@0
   176
  </ItemGroup>
sl@0
   177
  <ItemGroup>
sl@0
   178
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
sl@0
   179
      <Visible>False</Visible>
sl@0
   180
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
sl@0
   181
      <Install>true</Install>
sl@0
   182
    </BootstrapperPackage>
sl@0
   183
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@0
   184
      <Visible>False</Visible>
sl@0
   185
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@0
   186
      <Install>false</Install>
sl@0
   187
    </BootstrapperPackage>
sl@0
   188
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@0
   189
      <Visible>False</Visible>
sl@0
   190
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@0
   191
      <Install>false</Install>
sl@0
   192
    </BootstrapperPackage>
sl@0
   193
  </ItemGroup>
sl@0
   194
</Project>