Clients/Idle/SharpDisplayIdleClient.csproj
author StephaneLenclud
Tue, 02 Feb 2016 19:50:33 +0100
changeset 189 bedae992f4ee
permissions -rw-r--r--
Creating Idle Client project.
StephaneLenclud@189
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@189
     2
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
StephaneLenclud@189
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
StephaneLenclud@189
     4
  <PropertyGroup>
StephaneLenclud@189
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
StephaneLenclud@189
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
StephaneLenclud@189
     7
    <ProjectGuid>{A76579E5-AA8D-45A3-99E1-239A5C030A78}</ProjectGuid>
StephaneLenclud@189
     8
    <OutputType>WinExe</OutputType>
StephaneLenclud@189
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
StephaneLenclud@189
    10
    <RootNamespace>SharpDisplayIdleClient</RootNamespace>
StephaneLenclud@189
    11
    <AssemblyName>SharpDisplayIdleClient</AssemblyName>
StephaneLenclud@189
    12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
StephaneLenclud@189
    13
    <FileAlignment>512</FileAlignment>
StephaneLenclud@189
    14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
StephaneLenclud@189
    15
  </PropertyGroup>
StephaneLenclud@189
    16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
StephaneLenclud@189
    17
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@189
    18
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@189
    19
    <DebugType>full</DebugType>
StephaneLenclud@189
    20
    <Optimize>false</Optimize>
StephaneLenclud@189
    21
    <OutputPath>bin\Debug\</OutputPath>
StephaneLenclud@189
    22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
StephaneLenclud@189
    23
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@189
    24
    <WarningLevel>4</WarningLevel>
StephaneLenclud@189
    25
  </PropertyGroup>
StephaneLenclud@189
    26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
StephaneLenclud@189
    27
    <PlatformTarget>AnyCPU</PlatformTarget>
StephaneLenclud@189
    28
    <DebugType>pdbonly</DebugType>
StephaneLenclud@189
    29
    <Optimize>true</Optimize>
StephaneLenclud@189
    30
    <OutputPath>bin\Release\</OutputPath>
StephaneLenclud@189
    31
    <DefineConstants>TRACE</DefineConstants>
StephaneLenclud@189
    32
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@189
    33
    <WarningLevel>4</WarningLevel>
StephaneLenclud@189
    34
  </PropertyGroup>
StephaneLenclud@189
    35
  <ItemGroup>
StephaneLenclud@189
    36
    <Reference Include="System" />
StephaneLenclud@189
    37
    <Reference Include="System.Core" />
StephaneLenclud@189
    38
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@189
    39
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@189
    40
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@189
    41
    <Reference Include="System.Data" />
StephaneLenclud@189
    42
    <Reference Include="System.Deployment" />
StephaneLenclud@189
    43
    <Reference Include="System.Drawing" />
StephaneLenclud@189
    44
    <Reference Include="System.Net.Http" />
StephaneLenclud@189
    45
    <Reference Include="System.Windows.Forms" />
StephaneLenclud@189
    46
    <Reference Include="System.Xml" />
StephaneLenclud@189
    47
  </ItemGroup>
StephaneLenclud@189
    48
  <ItemGroup>
StephaneLenclud@189
    49
    <Compile Include="FormIdleClient.cs">
StephaneLenclud@189
    50
      <SubType>Form</SubType>
StephaneLenclud@189
    51
    </Compile>
StephaneLenclud@189
    52
    <Compile Include="FormIdleClient.Designer.cs">
StephaneLenclud@189
    53
      <DependentUpon>FormIdleClient.cs</DependentUpon>
StephaneLenclud@189
    54
    </Compile>
StephaneLenclud@189
    55
    <Compile Include="Program.cs" />
StephaneLenclud@189
    56
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@189
    57
    <EmbeddedResource Include="FormIdleClient.resx">
StephaneLenclud@189
    58
      <DependentUpon>FormIdleClient.cs</DependentUpon>
StephaneLenclud@189
    59
    </EmbeddedResource>
StephaneLenclud@189
    60
    <EmbeddedResource Include="Properties\Resources.resx">
StephaneLenclud@189
    61
      <Generator>ResXFileCodeGenerator</Generator>
StephaneLenclud@189
    62
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
StephaneLenclud@189
    63
      <SubType>Designer</SubType>
StephaneLenclud@189
    64
    </EmbeddedResource>
StephaneLenclud@189
    65
    <Compile Include="Properties\Resources.Designer.cs">
StephaneLenclud@189
    66
      <AutoGen>True</AutoGen>
StephaneLenclud@189
    67
      <DependentUpon>Resources.resx</DependentUpon>
StephaneLenclud@189
    68
    </Compile>
StephaneLenclud@189
    69
    <None Include="Properties\Settings.settings">
StephaneLenclud@189
    70
      <Generator>SettingsSingleFileGenerator</Generator>
StephaneLenclud@189
    71
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
StephaneLenclud@189
    72
    </None>
StephaneLenclud@189
    73
    <Compile Include="Properties\Settings.Designer.cs">
StephaneLenclud@189
    74
      <AutoGen>True</AutoGen>
StephaneLenclud@189
    75
      <DependentUpon>Settings.settings</DependentUpon>
StephaneLenclud@189
    76
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
StephaneLenclud@189
    77
    </Compile>
StephaneLenclud@189
    78
  </ItemGroup>
StephaneLenclud@189
    79
  <ItemGroup>
StephaneLenclud@189
    80
    <None Include="App.config" />
StephaneLenclud@189
    81
  </ItemGroup>
StephaneLenclud@189
    82
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@189
    83
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@189
    84
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@189
    85
  <Target Name="BeforeBuild">
StephaneLenclud@189
    86
  </Target>
StephaneLenclud@189
    87
  <Target Name="AfterBuild">
StephaneLenclud@189
    88
  </Target>
StephaneLenclud@189
    89
  -->
StephaneLenclud@189
    90
</Project>