Published v0.11.0.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')" />
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>
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>
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>
36 <SignManifests>true</SignManifests>
39 <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
42 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
45 <NoWin32Manifest>true</NoWin32Manifest>
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>
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>
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>
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" />
85 <Compile Include="FormClientMessage.cs">
86 <SubType>Form</SubType>
88 <Compile Include="FormClientMessage.Designer.cs">
89 <DependentUpon>FormClientMessage.cs</DependentUpon>
91 <Compile Include="Program.cs" />
92 <Compile Include="Properties\AssemblyInfo.cs" />
93 <EmbeddedResource Include="FormClientMessage.resx">
94 <DependentUpon>FormClientMessage.cs</DependentUpon>
96 <EmbeddedResource Include="Properties\Resources.resx">
97 <Generator>ResXFileCodeGenerator</Generator>
98 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
99 <SubType>Designer</SubType>
101 <Compile Include="Properties\Resources.Designer.cs">
102 <AutoGen>True</AutoGen>
103 <DependentUpon>Resources.resx</DependentUpon>
105 <None Include="packages.config" />
106 <None Include="Properties\Settings.settings">
107 <Generator>SettingsSingleFileGenerator</Generator>
108 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
110 <Compile Include="Properties\Settings.Designer.cs">
111 <AutoGen>True</AutoGen>
112 <DependentUpon>Settings.settings</DependentUpon>
113 <DesignTimeSharedInput>True</DesignTimeSharedInput>
115 <None Include="SharpDisplayManager_TemporaryKey.pfx" />
118 <None Include="App.config" />
120 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122 Other similar extension points exist, see Microsoft.Common.targets.
123 <Target Name="BeforeBuild">
125 <Target Name="AfterBuild">