Clients/Idle/SharpDisplayClientIdle.csproj
author StephaneLenclud
Sun, 15 Jan 2017 18:49:06 +0100
changeset 279 10f0de70b69b
parent 274 920fea7a6427
permissions -rw-r--r--
Ground work for display layout support.
     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')" />
     4   <PropertyGroup>
     5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     7     <ProjectGuid>{A76579E5-AA8D-45A3-99E1-239A5C030A78}</ProjectGuid>
     8     <OutputType>WinExe</OutputType>
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>SharpDisplayClientIdle</RootNamespace>
    11     <AssemblyName>SharpDisplayClientIdle</AssemblyName>
    12     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    13     <FileAlignment>512</FileAlignment>
    14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    15     <TargetFrameworkProfile />
    16   </PropertyGroup>
    17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    18     <PlatformTarget>AnyCPU</PlatformTarget>
    19     <DebugSymbols>true</DebugSymbols>
    20     <DebugType>full</DebugType>
    21     <Optimize>false</Optimize>
    22     <OutputPath>bin\Debug\</OutputPath>
    23     <DefineConstants>DEBUG;TRACE</DefineConstants>
    24     <ErrorReport>prompt</ErrorReport>
    25     <WarningLevel>4</WarningLevel>
    26   </PropertyGroup>
    27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    28     <PlatformTarget>AnyCPU</PlatformTarget>
    29     <DebugType>pdbonly</DebugType>
    30     <Optimize>true</Optimize>
    31     <OutputPath>bin\Release\</OutputPath>
    32     <DefineConstants>TRACE</DefineConstants>
    33     <ErrorReport>prompt</ErrorReport>
    34     <WarningLevel>4</WarningLevel>
    35   </PropertyGroup>
    36   <PropertyGroup>
    37     <SignManifests>true</SignManifests>
    38   </PropertyGroup>
    39   <PropertyGroup>
    40     <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
    41   </PropertyGroup>
    42   <PropertyGroup>
    43     <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    44   </PropertyGroup>
    45   <PropertyGroup>
    46     <NoWin32Manifest>true</NoWin32Manifest>
    47   </PropertyGroup>
    48   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    49     <DebugSymbols>true</DebugSymbols>
    50     <OutputPath>bin\x86\Debug\</OutputPath>
    51     <DefineConstants>DEBUG;TRACE</DefineConstants>
    52     <DebugType>full</DebugType>
    53     <PlatformTarget>x86</PlatformTarget>
    54     <ErrorReport>prompt</ErrorReport>
    55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    56     <Prefer32Bit>true</Prefer32Bit>
    57   </PropertyGroup>
    58   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    59     <OutputPath>bin\x86\Release\</OutputPath>
    60     <DefineConstants>TRACE</DefineConstants>
    61     <Optimize>true</Optimize>
    62     <DebugType>pdbonly</DebugType>
    63     <PlatformTarget>x86</PlatformTarget>
    64     <ErrorReport>prompt</ErrorReport>
    65     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    66     <Prefer32Bit>true</Prefer32Bit>
    67   </PropertyGroup>
    68   <ItemGroup>
    69     <Reference Include="SharpLibDisplay, Version=0.2.8.17764, Culture=neutral, processorArchitecture=MSIL">
    70       <HintPath>..\..\packages\SharpLibDisplay.0.3.3\lib\net40\SharpLibDisplay.dll</HintPath>
    71       <Private>True</Private>
    72     </Reference>
    73     <Reference Include="System" />
    74     <Reference Include="System.Core" />
    75     <Reference Include="System.Xml.Linq" />
    76     <Reference Include="System.Data.DataSetExtensions" />
    77     <Reference Include="Microsoft.CSharp" />
    78     <Reference Include="System.Data" />
    79     <Reference Include="System.Deployment" />
    80     <Reference Include="System.Drawing" />
    81     <Reference Include="System.Net.Http" />
    82     <Reference Include="System.Windows.Forms" />
    83     <Reference Include="System.Xml" />
    84   </ItemGroup>
    85   <ItemGroup>
    86     <Compile Include="FormClientIdle.cs">
    87       <SubType>Form</SubType>
    88     </Compile>
    89     <Compile Include="FormClientIdle.Designer.cs">
    90       <DependentUpon>FormClientIdle.cs</DependentUpon>
    91     </Compile>
    92     <Compile Include="Program.cs" />
    93     <Compile Include="Properties\AssemblyInfo.cs" />
    94     <EmbeddedResource Include="FormClientIdle.resx">
    95       <DependentUpon>FormClientIdle.cs</DependentUpon>
    96     </EmbeddedResource>
    97     <EmbeddedResource Include="Properties\Resources.resx">
    98       <Generator>ResXFileCodeGenerator</Generator>
    99       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   100       <SubType>Designer</SubType>
   101     </EmbeddedResource>
   102     <Compile Include="Properties\Resources.Designer.cs">
   103       <AutoGen>True</AutoGen>
   104       <DependentUpon>Resources.resx</DependentUpon>
   105       <DesignTime>True</DesignTime>
   106     </Compile>
   107     <None Include="packages.config" />
   108     <None Include="Properties\Settings.settings">
   109       <Generator>SettingsSingleFileGenerator</Generator>
   110       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   111     </None>
   112     <Compile Include="Properties\Settings.Designer.cs">
   113       <AutoGen>True</AutoGen>
   114       <DependentUpon>Settings.settings</DependentUpon>
   115       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   116     </Compile>
   117   </ItemGroup>
   118   <ItemGroup>
   119     <None Include="App.config" />
   120   </ItemGroup>
   121   <ItemGroup>
   122     <ProjectReference Include="..\..\PowerManager\PowerManager.vcxproj">
   123       <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
   124       <Name>PowerManager</Name>
   125     </ProjectReference>
   126   </ItemGroup>
   127   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   128   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   129        Other similar extension points exist, see Microsoft.Common.targets.
   130   <Target Name="BeforeBuild">
   131   </Target>
   132   <Target Name="AfterBuild">
   133   </Target>
   134   -->
   135 </Project>