Clients/Idle/SharpDisplayClientIdle.csproj
author Stephane Lenclud
Sun, 31 Jul 2016 12:03:52 +0200
changeset 230 8c5cf2228e9a
parent 197 c66ec88ed19d
child 232 5a739e2e5255
permissions -rw-r--r--
Published v0.10.2.0.
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>
Stephane@230
    10
    <RootNamespace>SharpDisplayClientIdle</RootNamespace>
Stephane@230
    11
    <AssemblyName>SharpDisplayClientIdle</AssemblyName>
Stephane@197
    12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
StephaneLenclud@191
    13
    <FileAlignment>512</FileAlignment>
StephaneLenclud@191
    14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Stephane@197
    15
    <TargetFrameworkProfile />
StephaneLenclud@191
    16
  </PropertyGroup>
StephaneLenclud@191
    17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
StephaneLenclud@191
    18
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@191
    19
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@191
    20
    <DebugType>full</DebugType>
StephaneLenclud@191
    21
    <Optimize>false</Optimize>
StephaneLenclud@191
    22
    <OutputPath>bin\Debug\</OutputPath>
StephaneLenclud@191
    23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
StephaneLenclud@191
    24
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@191
    25
    <WarningLevel>4</WarningLevel>
StephaneLenclud@191
    26
  </PropertyGroup>
StephaneLenclud@191
    27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
StephaneLenclud@191
    28
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@191
    29
    <DebugType>pdbonly</DebugType>
StephaneLenclud@191
    30
    <Optimize>true</Optimize>
StephaneLenclud@191
    31
    <OutputPath>bin\Release\</OutputPath>
StephaneLenclud@191
    32
    <DefineConstants>TRACE</DefineConstants>
StephaneLenclud@191
    33
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@191
    34
    <WarningLevel>4</WarningLevel>
StephaneLenclud@191
    35
  </PropertyGroup>
Stephane@195
    36
  <PropertyGroup>
Stephane@195
    37
    <SignManifests>true</SignManifests>
Stephane@195
    38
  </PropertyGroup>
Stephane@195
    39
  <PropertyGroup>
Stephane@195
    40
    <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
Stephane@195
    41
  </PropertyGroup>
Stephane@195
    42
  <PropertyGroup>
Stephane@195
    43
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
Stephane@195
    44
  </PropertyGroup>
Stephane@195
    45
  <PropertyGroup>
Stephane@195
    46
    <NoWin32Manifest>true</NoWin32Manifest>
Stephane@195
    47
  </PropertyGroup>
StephaneLenclud@191
    48
  <ItemGroup>
StephaneLenclud@191
    49
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@191
    50
      <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
StephaneLenclud@191
    51
      <Private>True</Private>
StephaneLenclud@191
    52
    </Reference>
StephaneLenclud@191
    53
    <Reference Include="System" />
StephaneLenclud@191
    54
    <Reference Include="System.Core" />
StephaneLenclud@191
    55
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@191
    56
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@191
    57
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@191
    58
    <Reference Include="System.Data" />
StephaneLenclud@191
    59
    <Reference Include="System.Deployment" />
StephaneLenclud@191
    60
    <Reference Include="System.Drawing" />
StephaneLenclud@191
    61
    <Reference Include="System.Net.Http" />
StephaneLenclud@191
    62
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@191
    63
    <Reference Include="System.Xml" />
StephaneLenclud@191
    64
  </ItemGroup>
StephaneLenclud@191
    65
  <ItemGroup>
StephaneLenclud@191
    66
    <Compile Include="FormClientIdle.cs">
StephaneLenclud@191
    67
      <SubType>Form</SubType>
StephaneLenclud@191
    68
    </Compile>
StephaneLenclud@191
    69
    <Compile Include="FormClientIdle.Designer.cs">
StephaneLenclud@191
    70
      <DependentUpon>FormClientIdle.cs</DependentUpon>
StephaneLenclud@191
    71
    </Compile>
StephaneLenclud@191
    72
    <Compile Include="Program.cs" />
StephaneLenclud@191
    73
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@191
    74
    <EmbeddedResource Include="FormClientIdle.resx">
StephaneLenclud@191
    75
      <DependentUpon>FormClientIdle.cs</DependentUpon>
StephaneLenclud@191
    76
    </EmbeddedResource>
StephaneLenclud@191
    77
    <EmbeddedResource Include="Properties\Resources.resx">
StephaneLenclud@191
    78
      <Generator>ResXFileCodeGenerator</Generator>
StephaneLenclud@191
    79
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
StephaneLenclud@191
    80
      <SubType>Designer</SubType>
StephaneLenclud@191
    81
    </EmbeddedResource>
StephaneLenclud@191
    82
    <Compile Include="Properties\Resources.Designer.cs">
StephaneLenclud@191
    83
      <AutoGen>True</AutoGen>
StephaneLenclud@191
    84
      <DependentUpon>Resources.resx</DependentUpon>
Stephane@197
    85
      <DesignTime>True</DesignTime>
StephaneLenclud@191
    86
    </Compile>
StephaneLenclud@191
    87
    <None Include="packages.config" />
StephaneLenclud@191
    88
    <None Include="Properties\Settings.settings">
StephaneLenclud@191
    89
      <Generator>SettingsSingleFileGenerator</Generator>
StephaneLenclud@191
    90
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
StephaneLenclud@191
    91
    </None>
StephaneLenclud@191
    92
    <Compile Include="Properties\Settings.Designer.cs">
StephaneLenclud@191
    93
      <AutoGen>True</AutoGen>
StephaneLenclud@191
    94
      <DependentUpon>Settings.settings</DependentUpon>
StephaneLenclud@191
    95
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
StephaneLenclud@191
    96
    </Compile>
StephaneLenclud@191
    97
  </ItemGroup>
StephaneLenclud@191
    98
  <ItemGroup>
StephaneLenclud@191
    99
    <None Include="App.config" />
StephaneLenclud@191
   100
  </ItemGroup>
Stephane@197
   101
  <ItemGroup>
Stephane@197
   102
    <ProjectReference Include="..\..\PowerManager\PowerManager.vcxproj">
Stephane@197
   103
      <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
Stephane@197
   104
      <Name>PowerManager</Name>
Stephane@197
   105
    </ProjectReference>
Stephane@197
   106
  </ItemGroup>
StephaneLenclud@191
   107
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@191
   108
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@191
   109
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@191
   110
  <Target Name="BeforeBuild">
StephaneLenclud@191
   111
  </Target>
StephaneLenclud@191
   112
  <Target Name="AfterBuild">
StephaneLenclud@191
   113
  </Target>
StephaneLenclud@191
   114
  -->
StephaneLenclud@191
   115
</Project>