Client/SharpDisplayClient.csproj
author sl
Sun, 31 Aug 2014 16:12:59 +0200
changeset 48 9039acfde091
parent 22 cac466b1b6e6
child 84 38e39df95b0a
permissions -rw-r--r--
Extending our settings framework to store custom settings for each display type.
sl@18
     1
<?xml version="1.0" encoding="utf-8"?>
sl@18
     2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@18
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@18
     4
  <PropertyGroup>
sl@18
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@18
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@18
     7
    <ProjectGuid>{7EE64074-8CDB-4448-B40C-81B75D6B31CD}</ProjectGuid>
sl@18
     8
    <OutputType>WinExe</OutputType>
sl@18
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@18
    10
    <RootNamespace>SharpDisplayClient</RootNamespace>
sl@18
    11
    <AssemblyName>SharpDisplayClient</AssemblyName>
sl@18
    12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
sl@18
    13
    <FileAlignment>512</FileAlignment>
sl@43
    14
    <TargetFrameworkProfile />
sl@18
    15
  </PropertyGroup>
sl@18
    16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@18
    17
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    18
    <DebugSymbols>true</DebugSymbols>
sl@18
    19
    <DebugType>full</DebugType>
sl@18
    20
    <Optimize>false</Optimize>
sl@18
    21
    <OutputPath>bin\Debug\</OutputPath>
sl@18
    22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@18
    23
    <ErrorReport>prompt</ErrorReport>
sl@18
    24
    <WarningLevel>4</WarningLevel>
sl@43
    25
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    26
  </PropertyGroup>
sl@18
    27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@18
    28
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    29
    <DebugType>pdbonly</DebugType>
sl@18
    30
    <Optimize>true</Optimize>
sl@18
    31
    <OutputPath>bin\Release\</OutputPath>
sl@18
    32
    <DefineConstants>TRACE</DefineConstants>
sl@18
    33
    <ErrorReport>prompt</ErrorReport>
sl@18
    34
    <WarningLevel>4</WarningLevel>
sl@43
    35
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    36
  </PropertyGroup>
sl@43
    37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    38
    <DebugSymbols>true</DebugSymbols>
sl@43
    39
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    41
    <DebugType>full</DebugType>
sl@43
    42
    <PlatformTarget>x86</PlatformTarget>
sl@43
    43
    <ErrorReport>prompt</ErrorReport>
sl@43
    44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    45
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    46
  </PropertyGroup>
sl@43
    47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    48
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    49
    <DefineConstants>TRACE</DefineConstants>
sl@43
    50
    <Optimize>true</Optimize>
sl@43
    51
    <DebugType>pdbonly</DebugType>
sl@43
    52
    <PlatformTarget>x86</PlatformTarget>
sl@43
    53
    <ErrorReport>prompt</ErrorReport>
sl@43
    54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    55
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    56
  </PropertyGroup>
sl@18
    57
  <ItemGroup>
sl@18
    58
    <Reference Include="System" />
sl@18
    59
    <Reference Include="System.Core" />
sl@18
    60
    <Reference Include="System.ServiceModel" />
sl@18
    61
    <Reference Include="System.Xml.Linq" />
sl@18
    62
    <Reference Include="System.Data.DataSetExtensions" />
sl@18
    63
    <Reference Include="Microsoft.CSharp" />
sl@18
    64
    <Reference Include="System.Data" />
sl@18
    65
    <Reference Include="System.Deployment" />
sl@18
    66
    <Reference Include="System.Drawing" />
sl@18
    67
    <Reference Include="System.Windows.Forms" />
sl@18
    68
    <Reference Include="System.Xml" />
sl@18
    69
  </ItemGroup>
sl@18
    70
  <ItemGroup>
sl@20
    71
    <Compile Include="Client.cs" />
sl@18
    72
    <Compile Include="MainForm.cs">
sl@18
    73
      <SubType>Form</SubType>
sl@18
    74
    </Compile>
sl@18
    75
    <Compile Include="MainForm.Designer.cs">
sl@18
    76
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
    77
    </Compile>
sl@18
    78
    <Compile Include="Program.cs" />
sl@18
    79
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@18
    80
    <EmbeddedResource Include="MainForm.resx">
sl@18
    81
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
    82
    </EmbeddedResource>
sl@18
    83
    <EmbeddedResource Include="Properties\Resources.resx">
sl@18
    84
      <Generator>ResXFileCodeGenerator</Generator>
sl@18
    85
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@18
    86
      <SubType>Designer</SubType>
sl@18
    87
    </EmbeddedResource>
sl@18
    88
    <Compile Include="Properties\Resources.Designer.cs">
sl@18
    89
      <AutoGen>True</AutoGen>
sl@18
    90
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
    91
      <DesignTime>True</DesignTime>
sl@18
    92
    </Compile>
sl@18
    93
    <None Include="Properties\Settings.settings">
sl@18
    94
      <Generator>SettingsSingleFileGenerator</Generator>
sl@18
    95
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@18
    96
    </None>
sl@18
    97
    <Compile Include="Properties\Settings.Designer.cs">
sl@18
    98
      <AutoGen>True</AutoGen>
sl@18
    99
      <DependentUpon>Settings.settings</DependentUpon>
sl@18
   100
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@18
   101
    </Compile>
sl@18
   102
  </ItemGroup>
sl@18
   103
  <ItemGroup>
sl@18
   104
    <None Include="App.config" />
sl@18
   105
  </ItemGroup>
sl@18
   106
  <ItemGroup>
sl@22
   107
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   108
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   109
      <Name>SharpDisplayInterface</Name>
sl@18
   110
    </ProjectReference>
sl@18
   111
  </ItemGroup>
sl@18
   112
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@18
   113
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@18
   114
       Other similar extension points exist, see Microsoft.Common.targets.
sl@18
   115
  <Target Name="BeforeBuild">
sl@18
   116
  </Target>
sl@18
   117
  <Target Name="AfterBuild">
sl@18
   118
  </Target>
sl@18
   119
  -->
sl@18
   120
</Project>