Clients/Idle/SharpDisplayClientIdle.csproj
author StephaneLenclud
Wed, 03 Feb 2016 13:20:16 +0100
changeset 191 7ada476f3fd7
child 195 23229588ebd6
permissions -rw-r--r--
Renaming our clients.
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>
StephaneLenclud@191
    35
  <ItemGroup>
StephaneLenclud@191
    36
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@191
    37
      <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
StephaneLenclud@191
    38
      <Private>True</Private>
StephaneLenclud@191
    39
    </Reference>
StephaneLenclud@191
    40
    <Reference Include="System" />
StephaneLenclud@191
    41
    <Reference Include="System.Core" />
StephaneLenclud@191
    42
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@191
    43
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@191
    44
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@191
    45
    <Reference Include="System.Data" />
StephaneLenclud@191
    46
    <Reference Include="System.Deployment" />
StephaneLenclud@191
    47
    <Reference Include="System.Drawing" />
StephaneLenclud@191
    48
    <Reference Include="System.Net.Http" />
StephaneLenclud@191
    49
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@191
    50
    <Reference Include="System.Xml" />
StephaneLenclud@191
    51
  </ItemGroup>
StephaneLenclud@191
    52
  <ItemGroup>
StephaneLenclud@191
    53
    <Compile Include="FormClientIdle.cs">
StephaneLenclud@191
    54
      <SubType>Form</SubType>
StephaneLenclud@191
    55
    </Compile>
StephaneLenclud@191
    56
    <Compile Include="FormClientIdle.Designer.cs">
StephaneLenclud@191
    57
      <DependentUpon>FormClientIdle.cs</DependentUpon>
StephaneLenclud@191
    58
    </Compile>
StephaneLenclud@191
    59
    <Compile Include="Program.cs" />
StephaneLenclud@191
    60
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@191
    61
    <EmbeddedResource Include="FormClientIdle.resx">
StephaneLenclud@191
    62
      <DependentUpon>FormClientIdle.cs</DependentUpon>
StephaneLenclud@191
    63
    </EmbeddedResource>
StephaneLenclud@191
    64
    <EmbeddedResource Include="Properties\Resources.resx">
StephaneLenclud@191
    65
      <Generator>ResXFileCodeGenerator</Generator>
StephaneLenclud@191
    66
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
StephaneLenclud@191
    67
      <SubType>Designer</SubType>
StephaneLenclud@191
    68
    </EmbeddedResource>
StephaneLenclud@191
    69
    <Compile Include="Properties\Resources.Designer.cs">
StephaneLenclud@191
    70
      <AutoGen>True</AutoGen>
StephaneLenclud@191
    71
      <DependentUpon>Resources.resx</DependentUpon>
StephaneLenclud@191
    72
    </Compile>
StephaneLenclud@191
    73
    <None Include="packages.config" />
StephaneLenclud@191
    74
    <None Include="Properties\Settings.settings">
StephaneLenclud@191
    75
      <Generator>SettingsSingleFileGenerator</Generator>
StephaneLenclud@191
    76
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
StephaneLenclud@191
    77
    </None>
StephaneLenclud@191
    78
    <Compile Include="Properties\Settings.Designer.cs">
StephaneLenclud@191
    79
      <AutoGen>True</AutoGen>
StephaneLenclud@191
    80
      <DependentUpon>Settings.settings</DependentUpon>
StephaneLenclud@191
    81
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
StephaneLenclud@191
    82
    </Compile>
StephaneLenclud@191
    83
  </ItemGroup>
StephaneLenclud@191
    84
  <ItemGroup>
StephaneLenclud@191
    85
    <None Include="App.config" />
StephaneLenclud@191
    86
  </ItemGroup>
StephaneLenclud@191
    87
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@191
    88
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@191
    89
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@191
    90
  <Target Name="BeforeBuild">
StephaneLenclud@191
    91
  </Target>
StephaneLenclud@191
    92
  <Target Name="AfterBuild">
StephaneLenclud@191
    93
  </Target>
StephaneLenclud@191
    94
  -->
StephaneLenclud@191
    95
</Project>