Clients/Message/SharpDisplayClientMessage.csproj
author Stephane Lenclud
Sun, 31 Jul 2016 12:03:52 +0200
changeset 230 8c5cf2228e9a
parent 225 6ccaa430aa23
child 232 5a739e2e5255
permissions -rw-r--r--
Published v0.10.2.0.
StephaneLenclud@225
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@225
     2
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
StephaneLenclud@225
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
StephaneLenclud@225
     4
  <PropertyGroup>
StephaneLenclud@225
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
StephaneLenclud@225
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
StephaneLenclud@225
     7
    <ProjectGuid>{D9AAD299-E97F-47E0-8E92-110F49F2B89C}</ProjectGuid>
StephaneLenclud@225
     8
    <OutputType>WinExe</OutputType>
StephaneLenclud@225
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
StephaneLenclud@225
    10
    <RootNamespace>SharpDisplayClientMessage</RootNamespace>
StephaneLenclud@225
    11
    <AssemblyName>SharpDisplayClientMessage</AssemblyName>
StephaneLenclud@225
    12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
StephaneLenclud@225
    13
    <FileAlignment>512</FileAlignment>
StephaneLenclud@225
    14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
StephaneLenclud@225
    15
  </PropertyGroup>
StephaneLenclud@225
    16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
StephaneLenclud@225
    17
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@225
    18
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@225
    19
    <DebugType>full</DebugType>
StephaneLenclud@225
    20
    <Optimize>false</Optimize>
StephaneLenclud@225
    21
    <OutputPath>bin\Debug\</OutputPath>
StephaneLenclud@225
    22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
StephaneLenclud@225
    23
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@225
    24
    <WarningLevel>4</WarningLevel>
StephaneLenclud@225
    25
  </PropertyGroup>
StephaneLenclud@225
    26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
StephaneLenclud@225
    27
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@225
    28
    <DebugType>pdbonly</DebugType>
StephaneLenclud@225
    29
    <Optimize>true</Optimize>
StephaneLenclud@225
    30
    <OutputPath>bin\Release\</OutputPath>
StephaneLenclud@225
    31
    <DefineConstants>TRACE</DefineConstants>
StephaneLenclud@225
    32
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@225
    33
    <WarningLevel>4</WarningLevel>
StephaneLenclud@225
    34
  </PropertyGroup>
Stephane@230
    35
  <PropertyGroup>
Stephane@230
    36
    <SignManifests>true</SignManifests>
Stephane@230
    37
  </PropertyGroup>
Stephane@230
    38
  <PropertyGroup>
Stephane@230
    39
    <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
Stephane@230
    40
  </PropertyGroup>
Stephane@230
    41
  <PropertyGroup>
Stephane@230
    42
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
Stephane@230
    43
  </PropertyGroup>
Stephane@230
    44
  <PropertyGroup>
Stephane@230
    45
    <NoWin32Manifest>true</NoWin32Manifest>
Stephane@230
    46
  </PropertyGroup>
StephaneLenclud@225
    47
  <ItemGroup>
StephaneLenclud@225
    48
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@225
    49
      <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
StephaneLenclud@225
    50
      <Private>True</Private>
StephaneLenclud@225
    51
    </Reference>
StephaneLenclud@225
    52
    <Reference Include="System" />
StephaneLenclud@225
    53
    <Reference Include="System.Core" />
StephaneLenclud@225
    54
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@225
    55
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@225
    56
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@225
    57
    <Reference Include="System.Data" />
StephaneLenclud@225
    58
    <Reference Include="System.Deployment" />
StephaneLenclud@225
    59
    <Reference Include="System.Drawing" />
StephaneLenclud@225
    60
    <Reference Include="System.Net.Http" />
StephaneLenclud@225
    61
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@225
    62
    <Reference Include="System.Xml" />
StephaneLenclud@225
    63
  </ItemGroup>
StephaneLenclud@225
    64
  <ItemGroup>
StephaneLenclud@225
    65
    <Compile Include="FormClientMessage.cs">
StephaneLenclud@225
    66
      <SubType>Form</SubType>
StephaneLenclud@225
    67
    </Compile>
StephaneLenclud@225
    68
    <Compile Include="FormClientMessage.Designer.cs">
StephaneLenclud@225
    69
      <DependentUpon>FormClientMessage.cs</DependentUpon>
StephaneLenclud@225
    70
    </Compile>
StephaneLenclud@225
    71
    <Compile Include="Program.cs" />
StephaneLenclud@225
    72
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@225
    73
    <EmbeddedResource Include="FormClientMessage.resx">
StephaneLenclud@225
    74
      <DependentUpon>FormClientMessage.cs</DependentUpon>
StephaneLenclud@225
    75
    </EmbeddedResource>
StephaneLenclud@225
    76
    <EmbeddedResource Include="Properties\Resources.resx">
StephaneLenclud@225
    77
      <Generator>ResXFileCodeGenerator</Generator>
StephaneLenclud@225
    78
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
StephaneLenclud@225
    79
      <SubType>Designer</SubType>
StephaneLenclud@225
    80
    </EmbeddedResource>
StephaneLenclud@225
    81
    <Compile Include="Properties\Resources.Designer.cs">
StephaneLenclud@225
    82
      <AutoGen>True</AutoGen>
StephaneLenclud@225
    83
      <DependentUpon>Resources.resx</DependentUpon>
StephaneLenclud@225
    84
    </Compile>
StephaneLenclud@225
    85
    <None Include="packages.config" />
StephaneLenclud@225
    86
    <None Include="Properties\Settings.settings">
StephaneLenclud@225
    87
      <Generator>SettingsSingleFileGenerator</Generator>
StephaneLenclud@225
    88
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
StephaneLenclud@225
    89
    </None>
StephaneLenclud@225
    90
    <Compile Include="Properties\Settings.Designer.cs">
StephaneLenclud@225
    91
      <AutoGen>True</AutoGen>
StephaneLenclud@225
    92
      <DependentUpon>Settings.settings</DependentUpon>
StephaneLenclud@225
    93
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
StephaneLenclud@225
    94
    </Compile>
Stephane@230
    95
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
StephaneLenclud@225
    96
  </ItemGroup>
StephaneLenclud@225
    97
  <ItemGroup>
StephaneLenclud@225
    98
    <None Include="App.config" />
StephaneLenclud@225
    99
  </ItemGroup>
StephaneLenclud@225
   100
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@225
   101
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@225
   102
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@225
   103
  <Target Name="BeforeBuild">
StephaneLenclud@225
   104
  </Target>
StephaneLenclud@225
   105
  <Target Name="AfterBuild">
StephaneLenclud@225
   106
  </Target>
StephaneLenclud@225
   107
  -->
StephaneLenclud@225
   108
</Project>