Clients/Test/SharpDisplayClientTest.csproj
author StephaneLenclud
Tue, 30 Aug 2016 21:14:18 +0200
changeset 261 e2729a990e8b
parent 242 0a956121c273
child 274 920fea7a6427
permissions -rw-r--r--
Published v1.2.1.0
Support for Event Trigger through SharpLibDisplay.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="12.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>{7EE64074-8CDB-4448-B40C-81B75D6B31CD}</ProjectGuid>
     8     <OutputType>WinExe</OutputType>
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>SharpDisplayClientTest</RootNamespace>
    11     <AssemblyName>SharpDisplayClientTest</AssemblyName>
    12     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    13     <FileAlignment>512</FileAlignment>
    14     <TargetFrameworkProfile />
    15     <IsWebBootstrapper>false</IsWebBootstrapper>
    16     <PublishUrl>publish\</PublishUrl>
    17     <Install>true</Install>
    18     <InstallFrom>Disk</InstallFrom>
    19     <UpdateEnabled>false</UpdateEnabled>
    20     <UpdateMode>Foreground</UpdateMode>
    21     <UpdateInterval>7</UpdateInterval>
    22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    23     <UpdatePeriodically>false</UpdatePeriodically>
    24     <UpdateRequired>false</UpdateRequired>
    25     <MapFileExtensions>true</MapFileExtensions>
    26     <ApplicationRevision>0</ApplicationRevision>
    27     <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    28     <UseApplicationTrust>false</UseApplicationTrust>
    29     <BootstrapperEnabled>true</BootstrapperEnabled>
    30   </PropertyGroup>
    31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    32     <PlatformTarget>AnyCPU</PlatformTarget>
    33     <DebugSymbols>true</DebugSymbols>
    34     <DebugType>full</DebugType>
    35     <Optimize>false</Optimize>
    36     <OutputPath>bin\Debug\</OutputPath>
    37     <DefineConstants>DEBUG;TRACE</DefineConstants>
    38     <ErrorReport>prompt</ErrorReport>
    39     <WarningLevel>4</WarningLevel>
    40     <Prefer32Bit>false</Prefer32Bit>
    41   </PropertyGroup>
    42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    43     <PlatformTarget>AnyCPU</PlatformTarget>
    44     <DebugType>pdbonly</DebugType>
    45     <Optimize>true</Optimize>
    46     <OutputPath>bin\Release\</OutputPath>
    47     <DefineConstants>TRACE</DefineConstants>
    48     <ErrorReport>prompt</ErrorReport>
    49     <WarningLevel>4</WarningLevel>
    50     <Prefer32Bit>false</Prefer32Bit>
    51   </PropertyGroup>
    52   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    53     <DebugSymbols>true</DebugSymbols>
    54     <OutputPath>..\bin\x86\Debug\</OutputPath>
    55     <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
    56     <DefineConstants>DEBUG;TRACE</DefineConstants>
    57     <DebugType>full</DebugType>
    58     <PlatformTarget>x86</PlatformTarget>
    59     <ErrorReport>prompt</ErrorReport>
    60     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    61     <Prefer32Bit>false</Prefer32Bit>
    62   </PropertyGroup>
    63   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    64     <OutputPath>..\bin\x86\Release\</OutputPath>
    65     <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    66     <DefineConstants>TRACE</DefineConstants>
    67     <Optimize>true</Optimize>
    68     <DebugType>pdbonly</DebugType>
    69     <PlatformTarget>x86</PlatformTarget>
    70     <ErrorReport>prompt</ErrorReport>
    71     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    72     <Prefer32Bit>false</Prefer32Bit>
    73   </PropertyGroup>
    74   <PropertyGroup>
    75     <SignManifests>true</SignManifests>
    76   </PropertyGroup>
    77   <PropertyGroup>
    78     <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
    79   </PropertyGroup>
    80   <PropertyGroup>
    81     <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    82   </PropertyGroup>
    83   <PropertyGroup>
    84     <NoWin32Manifest>true</NoWin32Manifest>
    85   </PropertyGroup>
    86   <ItemGroup>
    87     <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    88       <HintPath>..\..\packages\SharpLibDisplay.0.2.6\lib\net40\SharpLibDisplay.dll</HintPath>
    89       <Private>True</Private>
    90     </Reference>
    91     <Reference Include="System" />
    92     <Reference Include="System.Core" />
    93     <Reference Include="System.ServiceModel" />
    94     <Reference Include="System.Xml.Linq" />
    95     <Reference Include="System.Data.DataSetExtensions" />
    96     <Reference Include="Microsoft.CSharp" />
    97     <Reference Include="System.Data" />
    98     <Reference Include="System.Deployment" />
    99     <Reference Include="System.Drawing" />
   100     <Reference Include="System.Windows.Forms" />
   101     <Reference Include="System.Xml" />
   102   </ItemGroup>
   103   <ItemGroup>
   104     <Compile Include="FormClientTest.cs">
   105       <SubType>Form</SubType>
   106     </Compile>
   107     <Compile Include="FormClientTest.Designer.cs">
   108       <DependentUpon>FormClientTest.cs</DependentUpon>
   109     </Compile>
   110     <Compile Include="Program.cs" />
   111     <Compile Include="Properties\AssemblyInfo.cs" />
   112     <EmbeddedResource Include="FormClientTest.resx">
   113       <DependentUpon>FormClientTest.cs</DependentUpon>
   114     </EmbeddedResource>
   115     <EmbeddedResource Include="Properties\Resources.resx">
   116       <Generator>ResXFileCodeGenerator</Generator>
   117       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   118       <SubType>Designer</SubType>
   119     </EmbeddedResource>
   120     <Compile Include="Properties\Resources.Designer.cs">
   121       <AutoGen>True</AutoGen>
   122       <DependentUpon>Resources.resx</DependentUpon>
   123       <DesignTime>True</DesignTime>
   124     </Compile>
   125     <None Include="packages.config" />
   126     <None Include="Properties\Settings.settings">
   127       <Generator>SettingsSingleFileGenerator</Generator>
   128       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   129     </None>
   130     <Compile Include="Properties\Settings.Designer.cs">
   131       <AutoGen>True</AutoGen>
   132       <DependentUpon>Settings.settings</DependentUpon>
   133       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   134     </Compile>
   135   </ItemGroup>
   136   <ItemGroup>
   137     <None Include="App.config" />
   138   </ItemGroup>
   139   <ItemGroup>
   140     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
   141       <Visible>False</Visible>
   142       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
   143       <Install>true</Install>
   144     </BootstrapperPackage>
   145     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   146       <Visible>False</Visible>
   147       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   148       <Install>false</Install>
   149     </BootstrapperPackage>
   150     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   151       <Visible>False</Visible>
   152       <ProductName>.NET Framework 3.5 SP1</ProductName>
   153       <Install>false</Install>
   154     </BootstrapperPackage>
   155   </ItemGroup>
   156   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   157   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   158        Other similar extension points exist, see Microsoft.Common.targets.
   159   <Target Name="BeforeBuild">
   160   </Target>
   161   <Target Name="AfterBuild">
   162   </Target>
   163   -->
   164 </Project>