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