GenericHid.csproj.user
author sl
Wed, 14 May 2014 07:53:47 +0200
changeset 1 29c8c6738077
permissions -rw-r--r--
Disabling signing to fix our build.
sl@0
     1
<?xml version="1.0" encoding="utf-8"?>
sl@0
     2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
sl@0
     3
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
     4
    <StartWithIE>true</StartWithIE>
sl@0
     5
  </PropertyGroup>
sl@0
     6
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
     7
    <StartWithIE>true</StartWithIE>
sl@0
     8
  </PropertyGroup>
sl@0
     9
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@0
    10
    <StartWithIE>true</StartWithIE>
sl@0
    11
  </PropertyGroup>
sl@0
    12
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@0
    13
    <StartWithIE>true</StartWithIE>
sl@0
    14
  </PropertyGroup>
sl@0
    15
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
sl@0
    16
    <StartWithIE>true</StartWithIE>
sl@0
    17
  </PropertyGroup>
sl@0
    18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
sl@0
    19
    <StartWithIE>true</StartWithIE>
sl@0
    20
  </PropertyGroup>
sl@0
    21
  <PropertyGroup>
sl@0
    22
    <PublishUrlHistory>publish\</PublishUrlHistory>
sl@0
    23
    <InstallUrlHistory />
sl@0
    24
    <SupportUrlHistory />
sl@0
    25
    <UpdateUrlHistory />
sl@0
    26
    <BootstrapperUrlHistory />
sl@0
    27
    <ErrorReportUrlHistory />
sl@0
    28
    <FallbackCulture>en-US</FallbackCulture>
sl@0
    29
    <VerifyUploadedFiles>false</VerifyUploadedFiles>
sl@0
    30
  </PropertyGroup>
sl@0
    31
</Project>