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