Clients/Message/SharpDisplayClientMessage.csproj
author Stephane Lenclud
Thu, 18 Aug 2016 20:14:30 +0200
changeset 242 0a956121c273
parent 232 5a739e2e5255
child 261 e2729a990e8b
permissions -rw-r--r--
Weird signing crap.
     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   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    48     <DebugSymbols>true</DebugSymbols>
    49     <OutputPath>bin\x86\Debug\</OutputPath>
    50     <DefineConstants>DEBUG;TRACE</DefineConstants>
    51     <DebugType>full</DebugType>
    52     <PlatformTarget>x86</PlatformTarget>
    53     <ErrorReport>prompt</ErrorReport>
    54     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    55     <Prefer32Bit>true</Prefer32Bit>
    56   </PropertyGroup>
    57   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    58     <OutputPath>bin\x86\Release\</OutputPath>
    59     <DefineConstants>TRACE</DefineConstants>
    60     <Optimize>true</Optimize>
    61     <DebugType>pdbonly</DebugType>
    62     <PlatformTarget>x86</PlatformTarget>
    63     <ErrorReport>prompt</ErrorReport>
    64     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    65     <Prefer32Bit>true</Prefer32Bit>
    66   </PropertyGroup>
    67   <ItemGroup>
    68     <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    69       <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
    70       <Private>True</Private>
    71     </Reference>
    72     <Reference Include="System" />
    73     <Reference Include="System.Core" />
    74     <Reference Include="System.Xml.Linq" />
    75     <Reference Include="System.Data.DataSetExtensions" />
    76     <Reference Include="Microsoft.CSharp" />
    77     <Reference Include="System.Data" />
    78     <Reference Include="System.Deployment" />
    79     <Reference Include="System.Drawing" />
    80     <Reference Include="System.Net.Http" />
    81     <Reference Include="System.Windows.Forms" />
    82     <Reference Include="System.Xml" />
    83   </ItemGroup>
    84   <ItemGroup>
    85     <Compile Include="FormClientMessage.cs">
    86       <SubType>Form</SubType>
    87     </Compile>
    88     <Compile Include="FormClientMessage.Designer.cs">
    89       <DependentUpon>FormClientMessage.cs</DependentUpon>
    90     </Compile>
    91     <Compile Include="Program.cs" />
    92     <Compile Include="Properties\AssemblyInfo.cs" />
    93     <EmbeddedResource Include="FormClientMessage.resx">
    94       <DependentUpon>FormClientMessage.cs</DependentUpon>
    95     </EmbeddedResource>
    96     <EmbeddedResource Include="Properties\Resources.resx">
    97       <Generator>ResXFileCodeGenerator</Generator>
    98       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    99       <SubType>Designer</SubType>
   100     </EmbeddedResource>
   101     <Compile Include="Properties\Resources.Designer.cs">
   102       <AutoGen>True</AutoGen>
   103       <DependentUpon>Resources.resx</DependentUpon>
   104     </Compile>
   105     <None Include="packages.config" />
   106     <None Include="Properties\Settings.settings">
   107       <Generator>SettingsSingleFileGenerator</Generator>
   108       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   109     </None>
   110     <Compile Include="Properties\Settings.Designer.cs">
   111       <AutoGen>True</AutoGen>
   112       <DependentUpon>Settings.settings</DependentUpon>
   113       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   114     </Compile>
   115   </ItemGroup>
   116   <ItemGroup>
   117     <None Include="App.config" />
   118   </ItemGroup>
   119   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   120   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   121        Other similar extension points exist, see Microsoft.Common.targets.
   122   <Target Name="BeforeBuild">
   123   </Target>
   124   <Target Name="AfterBuild">
   125   </Target>
   126   -->
   127 </Project>