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