Client/SharpDisplayClient.csproj
author StephaneLenclud
Sat, 26 Sep 2015 11:56:49 +0200
changeset 166 22b327842add
parent 163 0c5930689ea1
child 171 151e11cac3b2
permissions -rw-r--r--
MiniDisplay NuGet upgrade to v1.1.8
     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>SharpDisplayClient</RootNamespace>
    11     <AssemblyName>SharpDisplayClient</AssemblyName>
    12     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    13     <FileAlignment>512</FileAlignment>
    14     <TargetFrameworkProfile />
    15     <PublishUrl>publish\</PublishUrl>
    16     <Install>true</Install>
    17     <InstallFrom>Disk</InstallFrom>
    18     <UpdateEnabled>false</UpdateEnabled>
    19     <UpdateMode>Foreground</UpdateMode>
    20     <UpdateInterval>7</UpdateInterval>
    21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    22     <UpdatePeriodically>false</UpdatePeriodically>
    23     <UpdateRequired>false</UpdateRequired>
    24     <MapFileExtensions>true</MapFileExtensions>
    25     <ApplicationRevision>0</ApplicationRevision>
    26     <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    27     <IsWebBootstrapper>false</IsWebBootstrapper>
    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>70A149AB9F89E507D9411D109553BE22455895D6</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="System" />
    88     <Reference Include="System.Core" />
    89     <Reference Include="System.ServiceModel" />
    90     <Reference Include="System.Xml.Linq" />
    91     <Reference Include="System.Data.DataSetExtensions" />
    92     <Reference Include="Microsoft.CSharp" />
    93     <Reference Include="System.Data" />
    94     <Reference Include="System.Deployment" />
    95     <Reference Include="System.Drawing" />
    96     <Reference Include="System.Windows.Forms" />
    97     <Reference Include="System.Xml" />
    98   </ItemGroup>
    99   <ItemGroup>
   100     <Compile Include="Client.cs" />
   101     <Compile Include="MainForm.cs">
   102       <SubType>Form</SubType>
   103     </Compile>
   104     <Compile Include="MainForm.Designer.cs">
   105       <DependentUpon>MainForm.cs</DependentUpon>
   106     </Compile>
   107     <Compile Include="Program.cs" />
   108     <Compile Include="Properties\AssemblyInfo.cs" />
   109     <EmbeddedResource Include="MainForm.resx">
   110       <DependentUpon>MainForm.cs</DependentUpon>
   111     </EmbeddedResource>
   112     <EmbeddedResource Include="Properties\Resources.resx">
   113       <Generator>ResXFileCodeGenerator</Generator>
   114       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   115       <SubType>Designer</SubType>
   116     </EmbeddedResource>
   117     <Compile Include="Properties\Resources.Designer.cs">
   118       <AutoGen>True</AutoGen>
   119       <DependentUpon>Resources.resx</DependentUpon>
   120       <DesignTime>True</DesignTime>
   121     </Compile>
   122     <None Include="Properties\Settings.settings">
   123       <Generator>SettingsSingleFileGenerator</Generator>
   124       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   125     </None>
   126     <Compile Include="Properties\Settings.Designer.cs">
   127       <AutoGen>True</AutoGen>
   128       <DependentUpon>Settings.settings</DependentUpon>
   129       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   130     </Compile>
   131   </ItemGroup>
   132   <ItemGroup>
   133     <None Include="App.config" />
   134   </ItemGroup>
   135   <ItemGroup>
   136     <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
   137       <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
   138       <Name>SharpDisplayInterface</Name>
   139     </ProjectReference>
   140   </ItemGroup>
   141   <ItemGroup>
   142     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
   143       <Visible>False</Visible>
   144       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
   145       <Install>true</Install>
   146     </BootstrapperPackage>
   147     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   148       <Visible>False</Visible>
   149       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   150       <Install>false</Install>
   151     </BootstrapperPackage>
   152     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   153       <Visible>False</Visible>
   154       <ProductName>.NET Framework 3.5 SP1</ProductName>
   155       <Install>false</Install>
   156     </BootstrapperPackage>
   157   </ItemGroup>
   158   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   159   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   160        Other similar extension points exist, see Microsoft.Common.targets.
   161   <Target Name="BeforeBuild">
   162   </Target>
   163   <Target Name="AfterBuild">
   164   </Target>
   165   -->
   166 </Project>