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