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