Client/SharpDisplayClient.csproj
author StephaneLenclud
Fri, 19 Jun 2015 17:12:06 +0200
changeset 141 6f1da2b5c2ec
parent 43 86aad774b532
child 159 e7c8c2b500bd
permissions -rw-r--r--
Prevents switching clients too often.
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@84
    15
    <PublishUrl>publish\</PublishUrl>
sl@84
    16
    <Install>true</Install>
sl@84
    17
    <InstallFrom>Disk</InstallFrom>
sl@84
    18
    <UpdateEnabled>false</UpdateEnabled>
sl@84
    19
    <UpdateMode>Foreground</UpdateMode>
sl@84
    20
    <UpdateInterval>7</UpdateInterval>
sl@84
    21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@84
    22
    <UpdatePeriodically>false</UpdatePeriodically>
sl@84
    23
    <UpdateRequired>false</UpdateRequired>
sl@84
    24
    <MapFileExtensions>true</MapFileExtensions>
sl@84
    25
    <ApplicationRevision>0</ApplicationRevision>
sl@84
    26
    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
sl@84
    27
    <IsWebBootstrapper>false</IsWebBootstrapper>
sl@84
    28
    <UseApplicationTrust>false</UseApplicationTrust>
sl@84
    29
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@18
    30
  </PropertyGroup>
sl@18
    31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@18
    32
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    33
    <DebugSymbols>true</DebugSymbols>
sl@18
    34
    <DebugType>full</DebugType>
sl@18
    35
    <Optimize>false</Optimize>
sl@18
    36
    <OutputPath>bin\Debug\</OutputPath>
sl@18
    37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@18
    38
    <ErrorReport>prompt</ErrorReport>
sl@18
    39
    <WarningLevel>4</WarningLevel>
sl@43
    40
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    41
  </PropertyGroup>
sl@18
    42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@18
    43
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@18
    44
    <DebugType>pdbonly</DebugType>
sl@18
    45
    <Optimize>true</Optimize>
sl@18
    46
    <OutputPath>bin\Release\</OutputPath>
sl@18
    47
    <DefineConstants>TRACE</DefineConstants>
sl@18
    48
    <ErrorReport>prompt</ErrorReport>
sl@18
    49
    <WarningLevel>4</WarningLevel>
sl@43
    50
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    51
  </PropertyGroup>
sl@43
    52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    53
    <DebugSymbols>true</DebugSymbols>
sl@43
    54
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    55
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    56
    <DebugType>full</DebugType>
sl@43
    57
    <PlatformTarget>x86</PlatformTarget>
sl@43
    58
    <ErrorReport>prompt</ErrorReport>
sl@43
    59
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    60
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    61
  </PropertyGroup>
sl@43
    62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    63
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    64
    <DefineConstants>TRACE</DefineConstants>
sl@43
    65
    <Optimize>true</Optimize>
sl@43
    66
    <DebugType>pdbonly</DebugType>
sl@43
    67
    <PlatformTarget>x86</PlatformTarget>
sl@43
    68
    <ErrorReport>prompt</ErrorReport>
sl@43
    69
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    70
    <Prefer32Bit>false</Prefer32Bit>
sl@18
    71
  </PropertyGroup>
sl@84
    72
  <PropertyGroup>
sl@84
    73
    <SignManifests>true</SignManifests>
sl@84
    74
  </PropertyGroup>
sl@84
    75
  <PropertyGroup>
sl@84
    76
    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
sl@84
    77
  </PropertyGroup>
sl@84
    78
  <PropertyGroup>
sl@84
    79
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
sl@84
    80
  </PropertyGroup>
sl@84
    81
  <PropertyGroup>
sl@84
    82
    <NoWin32Manifest>true</NoWin32Manifest>
sl@84
    83
  </PropertyGroup>
sl@18
    84
  <ItemGroup>
sl@18
    85
    <Reference Include="System" />
sl@18
    86
    <Reference Include="System.Core" />
sl@18
    87
    <Reference Include="System.ServiceModel" />
sl@18
    88
    <Reference Include="System.Xml.Linq" />
sl@18
    89
    <Reference Include="System.Data.DataSetExtensions" />
sl@18
    90
    <Reference Include="Microsoft.CSharp" />
sl@18
    91
    <Reference Include="System.Data" />
sl@18
    92
    <Reference Include="System.Deployment" />
sl@18
    93
    <Reference Include="System.Drawing" />
sl@18
    94
    <Reference Include="System.Windows.Forms" />
sl@18
    95
    <Reference Include="System.Xml" />
sl@18
    96
  </ItemGroup>
sl@18
    97
  <ItemGroup>
sl@20
    98
    <Compile Include="Client.cs" />
sl@18
    99
    <Compile Include="MainForm.cs">
sl@18
   100
      <SubType>Form</SubType>
sl@18
   101
    </Compile>
sl@18
   102
    <Compile Include="MainForm.Designer.cs">
sl@18
   103
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
   104
    </Compile>
sl@18
   105
    <Compile Include="Program.cs" />
sl@18
   106
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@18
   107
    <EmbeddedResource Include="MainForm.resx">
sl@18
   108
      <DependentUpon>MainForm.cs</DependentUpon>
sl@18
   109
    </EmbeddedResource>
sl@18
   110
    <EmbeddedResource Include="Properties\Resources.resx">
sl@18
   111
      <Generator>ResXFileCodeGenerator</Generator>
sl@18
   112
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@18
   113
      <SubType>Designer</SubType>
sl@18
   114
    </EmbeddedResource>
sl@18
   115
    <Compile Include="Properties\Resources.Designer.cs">
sl@18
   116
      <AutoGen>True</AutoGen>
sl@18
   117
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   118
      <DesignTime>True</DesignTime>
sl@18
   119
    </Compile>
sl@18
   120
    <None Include="Properties\Settings.settings">
sl@18
   121
      <Generator>SettingsSingleFileGenerator</Generator>
sl@18
   122
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@18
   123
    </None>
sl@18
   124
    <Compile Include="Properties\Settings.Designer.cs">
sl@18
   125
      <AutoGen>True</AutoGen>
sl@18
   126
      <DependentUpon>Settings.settings</DependentUpon>
sl@18
   127
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@18
   128
    </Compile>
sl@84
   129
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@18
   130
  </ItemGroup>
sl@18
   131
  <ItemGroup>
sl@18
   132
    <None Include="App.config" />
sl@18
   133
  </ItemGroup>
sl@18
   134
  <ItemGroup>
sl@22
   135
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   136
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   137
      <Name>SharpDisplayInterface</Name>
sl@18
   138
    </ProjectReference>
sl@18
   139
  </ItemGroup>
sl@84
   140
  <ItemGroup>
sl@84
   141
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
sl@84
   142
      <Visible>False</Visible>
sl@84
   143
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
sl@84
   144
      <Install>true</Install>
sl@84
   145
    </BootstrapperPackage>
sl@84
   146
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@84
   147
      <Visible>False</Visible>
sl@84
   148
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@84
   149
      <Install>false</Install>
sl@84
   150
    </BootstrapperPackage>
sl@84
   151
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@84
   152
      <Visible>False</Visible>
sl@84
   153
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@84
   154
      <Install>false</Install>
sl@84
   155
    </BootstrapperPackage>
sl@84
   156
  </ItemGroup>
sl@18
   157
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@18
   158
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@18
   159
       Other similar extension points exist, see Microsoft.Common.targets.
sl@18
   160
  <Target Name="BeforeBuild">
sl@18
   161
  </Target>
sl@18
   162
  <Target Name="AfterBuild">
sl@18
   163
  </Target>
sl@18
   164
  -->
sl@18
   165
</Project>