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.
     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   <ItemGroup>
    49     <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    50       <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
    51       <Private>True</Private>
    52     </Reference>
    53     <Reference Include="System" />
    54     <Reference Include="System.Core" />
    55     <Reference Include="System.Xml.Linq" />
    56     <Reference Include="System.Data.DataSetExtensions" />
    57     <Reference Include="Microsoft.CSharp" />
    58     <Reference Include="System.Data" />
    59     <Reference Include="System.Deployment" />
    60     <Reference Include="System.Drawing" />
    61     <Reference Include="System.Net.Http" />
    62     <Reference Include="System.Windows.Forms" />
    63     <Reference Include="System.Xml" />
    64   </ItemGroup>
    65   <ItemGroup>
    66     <Compile Include="FormClientIdle.cs">
    67       <SubType>Form</SubType>
    68     </Compile>
    69     <Compile Include="FormClientIdle.Designer.cs">
    70       <DependentUpon>FormClientIdle.cs</DependentUpon>
    71     </Compile>
    72     <Compile Include="Program.cs" />
    73     <Compile Include="Properties\AssemblyInfo.cs" />
    74     <EmbeddedResource Include="FormClientIdle.resx">
    75       <DependentUpon>FormClientIdle.cs</DependentUpon>
    76     </EmbeddedResource>
    77     <EmbeddedResource Include="Properties\Resources.resx">
    78       <Generator>ResXFileCodeGenerator</Generator>
    79       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    80       <SubType>Designer</SubType>
    81     </EmbeddedResource>
    82     <Compile Include="Properties\Resources.Designer.cs">
    83       <AutoGen>True</AutoGen>
    84       <DependentUpon>Resources.resx</DependentUpon>
    85       <DesignTime>True</DesignTime>
    86     </Compile>
    87     <None Include="packages.config" />
    88     <None Include="Properties\Settings.settings">
    89       <Generator>SettingsSingleFileGenerator</Generator>
    90       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    91     </None>
    92     <Compile Include="Properties\Settings.Designer.cs">
    93       <AutoGen>True</AutoGen>
    94       <DependentUpon>Settings.settings</DependentUpon>
    95       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    96     </Compile>
    97   </ItemGroup>
    98   <ItemGroup>
    99     <None Include="App.config" />
   100   </ItemGroup>
   101   <ItemGroup>
   102     <ProjectReference Include="..\..\PowerManager\PowerManager.vcxproj">
   103       <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
   104       <Name>PowerManager</Name>
   105     </ProjectReference>
   106   </ItemGroup>
   107   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   108   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   109        Other similar extension points exist, see Microsoft.Common.targets.
   110   <Target Name="BeforeBuild">
   111   </Target>
   112   <Target Name="AfterBuild">
   113   </Target>
   114   -->
   115 </Project>