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