Client/SharpDisplayClient.csproj
author StephaneLenclud
Fri, 30 Oct 2015 16:45:33 +0100
changeset 171 151e11cac3b2
parent 166 22b327842add
child 172 5be2191d4be3
permissions -rw-r--r--
Migration to SharpLibDisplay.
sl@18
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@159
     2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@18
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@18
     4
  <PropertyGroup>
sl@18
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@18
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@18
     7
    <ProjectGuid>{7EE64074-8CDB-4448-B40C-81B75D6B31CD}</ProjectGuid>
sl@18
     8
    <OutputType>WinExe</OutputType>
sl@18
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@18
    10
    <RootNamespace>SharpDisplayClient</RootNamespace>
sl@18
    11
    <AssemblyName>SharpDisplayClient</AssemblyName>
StephaneLenclud@159
    12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
sl@18
    13
    <FileAlignment>512</FileAlignment>
sl@43
    14
    <TargetFrameworkProfile />
sl@84
    15
    <PublishUrl>publish\</PublishUrl>
sl@84
    16
    <Install>true</Install>
sl@84
    17
    <InstallFrom>Disk</InstallFrom>
sl@84
    18
    <UpdateEnabled>false</UpdateEnabled>
sl@84
    19
    <UpdateMode>Foreground</UpdateMode>
sl@84
    20
    <UpdateInterval>7</UpdateInterval>
sl@84
    21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@84
    22
    <UpdatePeriodically>false</UpdatePeriodically>
sl@84
    23
    <UpdateRequired>false</UpdateRequired>
sl@84
    24
    <MapFileExtensions>true</MapFileExtensions>
sl@84
    25
    <ApplicationRevision>0</ApplicationRevision>
sl@84
    26
    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
sl@84
    27
    <IsWebBootstrapper>false</IsWebBootstrapper>
sl@84
    28
    <UseApplicationTrust>false</UseApplicationTrust>
sl@84
    29
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@18
    30
  </PropertyGroup>
sl@18
    31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@18
    32
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    33
    <DebugSymbols>true</DebugSymbols>
sl@18
    34
    <DebugType>full</DebugType>
sl@18
    35
    <Optimize>false</Optimize>
sl@18
    36
    <OutputPath>bin\Debug\</OutputPath>
sl@18
    37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@18
    38
    <ErrorReport>prompt</ErrorReport>
sl@18
    39
    <WarningLevel>4</WarningLevel>
sl@43
    40
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    41
  </PropertyGroup>
sl@18
    42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@18
    43
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    44
    <DebugType>pdbonly</DebugType>
sl@18
    45
    <Optimize>true</Optimize>
sl@18
    46
    <OutputPath>bin\Release\</OutputPath>
sl@18
    47
    <DefineConstants>TRACE</DefineConstants>
sl@18
    48
    <ErrorReport>prompt</ErrorReport>
sl@18
    49
    <WarningLevel>4</WarningLevel>
sl@43
    50
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    51
  </PropertyGroup>
sl@43
    52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    53
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@163
    54
    <OutputPath>..\bin\x86\Debug\</OutputPath>
StephaneLenclud@166
    55
    <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
sl@43
    56
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    57
    <DebugType>full</DebugType>
sl@43
    58
    <PlatformTarget>x86</PlatformTarget>
sl@43
    59
    <ErrorReport>prompt</ErrorReport>
sl@43
    60
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    61
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    62
  </PropertyGroup>
sl@43
    63
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
StephaneLenclud@163
    64
    <OutputPath>..\bin\x86\Release\</OutputPath>
StephaneLenclud@166
    65
    <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
sl@43
    66
    <DefineConstants>TRACE</DefineConstants>
sl@43
    67
    <Optimize>true</Optimize>
sl@43
    68
    <DebugType>pdbonly</DebugType>
sl@43
    69
    <PlatformTarget>x86</PlatformTarget>
sl@43
    70
    <ErrorReport>prompt</ErrorReport>
sl@43
    71
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    72
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    73
  </PropertyGroup>
sl@84
    74
  <PropertyGroup>
sl@84
    75
    <SignManifests>true</SignManifests>
sl@84
    76
  </PropertyGroup>
sl@84
    77
  <PropertyGroup>
sl@84
    78
    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
sl@84
    79
  </PropertyGroup>
sl@84
    80
  <PropertyGroup>
sl@84
    81
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
sl@84
    82
  </PropertyGroup>
sl@84
    83
  <PropertyGroup>
sl@84
    84
    <NoWin32Manifest>true</NoWin32Manifest>
sl@84
    85
  </PropertyGroup>
sl@18
    86
  <ItemGroup>
StephaneLenclud@171
    87
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@171
    88
      <HintPath>..\packages\SharpLibDisplay.0.0.2\lib\net40\SharpLibDisplay.dll</HintPath>
StephaneLenclud@171
    89
      <Private>True</Private>
StephaneLenclud@171
    90
    </Reference>
sl@18
    91
    <Reference Include="System" />
sl@18
    92
    <Reference Include="System.Core" />
sl@18
    93
    <Reference Include="System.ServiceModel" />
sl@18
    94
    <Reference Include="System.Xml.Linq" />
sl@18
    95
    <Reference Include="System.Data.DataSetExtensions" />
sl@18
    96
    <Reference Include="Microsoft.CSharp" />
sl@18
    97
    <Reference Include="System.Data" />
sl@18
    98
    <Reference Include="System.Deployment" />
sl@18
    99
    <Reference Include="System.Drawing" />
sl@18
   100
    <Reference Include="System.Windows.Forms" />
sl@18
   101
    <Reference Include="System.Xml" />
sl@18
   102
  </ItemGroup>
sl@18
   103
  <ItemGroup>
sl@18
   104
    <Compile Include="MainForm.cs">
sl@18
   105
      <SubType>Form</SubType>
sl@18
   106
    </Compile>
sl@18
   107
    <Compile Include="MainForm.Designer.cs">
sl@18
   108
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
   109
    </Compile>
sl@18
   110
    <Compile Include="Program.cs" />
sl@18
   111
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@18
   112
    <EmbeddedResource Include="MainForm.resx">
sl@18
   113
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
   114
    </EmbeddedResource>
sl@18
   115
    <EmbeddedResource Include="Properties\Resources.resx">
sl@18
   116
      <Generator>ResXFileCodeGenerator</Generator>
sl@18
   117
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@18
   118
      <SubType>Designer</SubType>
sl@18
   119
    </EmbeddedResource>
sl@18
   120
    <Compile Include="Properties\Resources.Designer.cs">
sl@18
   121
      <AutoGen>True</AutoGen>
sl@18
   122
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   123
      <DesignTime>True</DesignTime>
sl@18
   124
    </Compile>
StephaneLenclud@171
   125
    <None Include="packages.config" />
sl@18
   126
    <None Include="Properties\Settings.settings">
sl@18
   127
      <Generator>SettingsSingleFileGenerator</Generator>
sl@18
   128
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@18
   129
    </None>
sl@18
   130
    <Compile Include="Properties\Settings.Designer.cs">
sl@18
   131
      <AutoGen>True</AutoGen>
sl@18
   132
      <DependentUpon>Settings.settings</DependentUpon>
sl@18
   133
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@18
   134
    </Compile>
sl@18
   135
  </ItemGroup>
sl@18
   136
  <ItemGroup>
sl@18
   137
    <None Include="App.config" />
sl@18
   138
  </ItemGroup>
sl@18
   139
  <ItemGroup>
sl@84
   140
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
sl@84
   141
      <Visible>False</Visible>
sl@84
   142
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
sl@84
   143
      <Install>true</Install>
sl@84
   144
    </BootstrapperPackage>
sl@84
   145
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@84
   146
      <Visible>False</Visible>
sl@84
   147
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@84
   148
      <Install>false</Install>
sl@84
   149
    </BootstrapperPackage>
sl@84
   150
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@84
   151
      <Visible>False</Visible>
sl@84
   152
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@84
   153
      <Install>false</Install>
sl@84
   154
    </BootstrapperPackage>
sl@84
   155
  </ItemGroup>
sl@18
   156
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@18
   157
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@18
   158
       Other similar extension points exist, see Microsoft.Common.targets.
sl@18
   159
  <Target Name="BeforeBuild">
sl@18
   160
  </Target>
sl@18
   161
  <Target Name="AfterBuild">
sl@18
   162
  </Target>
sl@18
   163
  -->
sl@18
   164
</Project>