Server/SharpDisplayManager.csproj
author StephaneLenclud
Wed, 06 May 2015 21:56:21 +0200
changeset 135 2edc5da1796e
parent 134 3f6d708e6499
child 136 8badd89fb78c
permissions -rw-r--r--
Porting to new MiniDisplay interop naming from NuGet LibMiniDisplay package.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="4.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>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
     8     <OutputType>WinExe</OutputType>
     9     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>SharpDisplayManager</RootNamespace>
    11     <AssemblyName>SharpDisplayManager</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    13     <FileAlignment>512</FileAlignment>
    14     <TargetFrameworkProfile />
    15     <IsWebBootstrapper>true</IsWebBootstrapper>
    16     <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
    17     <Install>true</Install>
    18     <InstallFrom>Web</InstallFrom>
    19     <UpdateEnabled>true</UpdateEnabled>
    20     <UpdateMode>Background</UpdateMode>
    21     <UpdateInterval>7</UpdateInterval>
    22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    23     <UpdatePeriodically>true</UpdatePeriodically>
    24     <UpdateRequired>false</UpdateRequired>
    25     <MapFileExtensions>true</MapFileExtensions>
    26     <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
    27     <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
    28     <ProductName>Sharp Display Manager</ProductName>
    29     <PublisherName>Slions</PublisherName>
    30     <SuiteName>Sharp Display Manager</SuiteName>
    31     <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
    32     <WebPage>index.htm</WebPage>
    33     <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
    34     <ApplicationRevision>2</ApplicationRevision>
    35     <ApplicationVersion>0.3.3.%2a</ApplicationVersion>
    36     <UseApplicationTrust>false</UseApplicationTrust>
    37     <CreateDesktopShortcut>true</CreateDesktopShortcut>
    38     <PublishWizardCompleted>true</PublishWizardCompleted>
    39     <BootstrapperEnabled>true</BootstrapperEnabled>
    40     <NuGetPackageImportStamp>c59d0cd0</NuGetPackageImportStamp>
    41   </PropertyGroup>
    42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    43     <PlatformTarget>AnyCPU</PlatformTarget>
    44     <DebugSymbols>true</DebugSymbols>
    45     <DebugType>full</DebugType>
    46     <Optimize>false</Optimize>
    47     <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    48     <DefineConstants>DEBUG;TRACE</DefineConstants>
    49     <ErrorReport>prompt</ErrorReport>
    50     <WarningLevel>4</WarningLevel>
    51     <Prefer32Bit>false</Prefer32Bit>
    52   </PropertyGroup>
    53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    54     <PlatformTarget>AnyCPU</PlatformTarget>
    55     <DebugType>pdbonly</DebugType>
    56     <Optimize>true</Optimize>
    57     <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
    58     <DefineConstants>TRACE</DefineConstants>
    59     <ErrorReport>prompt</ErrorReport>
    60     <WarningLevel>4</WarningLevel>
    61     <Prefer32Bit>false</Prefer32Bit>
    62   </PropertyGroup>
    63   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    64     <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    66     <DefineConstants>DEBUG;TRACE</DefineConstants>
    67     <DebugType>full</DebugType>
    68     <PlatformTarget>x86</PlatformTarget>
    69     <ErrorReport>prompt</ErrorReport>
    70     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    71     <Prefer32Bit>false</Prefer32Bit>
    72   </PropertyGroup>
    73   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    74     <OutputPath>bin\x86\Release\</OutputPath>
    75     <DefineConstants>TRACE</DefineConstants>
    76     <Optimize>true</Optimize>
    77     <DebugType>pdbonly</DebugType>
    78     <PlatformTarget>x86</PlatformTarget>
    79     <ErrorReport>prompt</ErrorReport>
    80     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    81     <Prefer32Bit>false</Prefer32Bit>
    82   </PropertyGroup>
    83   <PropertyGroup>
    84     <SignManifests>true</SignManifests>
    85   </PropertyGroup>
    86   <PropertyGroup>
    87     <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
    88   </PropertyGroup>
    89   <PropertyGroup>
    90     <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    91   </PropertyGroup>
    92   <PropertyGroup>
    93     <GenerateManifests>true</GenerateManifests>
    94   </PropertyGroup>
    95   <PropertyGroup>
    96     <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
    97   </PropertyGroup>
    98   <PropertyGroup>
    99     <StartupObject>SharpDisplayManager.Program</StartupObject>
   100   </PropertyGroup>
   101   <PropertyGroup>
   102     <ApplicationManifest>app.manifest</ApplicationManifest>
   103   </PropertyGroup>
   104   <PropertyGroup>
   105     <TargetZone>LocalIntranet</TargetZone>
   106   </PropertyGroup>
   107   <ItemGroup>
   108     <Reference Include="Microsoft.VisualBasic" />
   109     <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
   110     <Reference Include="MiniDisplayInterop">
   111       <HintPath>..\packages\LibMiniDisplay.1.1.4\lib\MiniDisplayInterop.dll</HintPath>
   112       <Private>True</Private>
   113     </Reference>
   114     <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
   115       <SpecificVersion>False</SpecificVersion>
   116       <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
   117     </Reference>
   118     <Reference Include="LibMiniDisplay">
   119     </Reference>
   120     <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   121       <SpecificVersion>False</SpecificVersion>
   122       <HintPath>..\packages\SharpLibHid.1.0.7\lib\net20\SharpLibHid.dll</HintPath>
   123     </Reference>
   124     <Reference Include="System" />
   125     <Reference Include="System.Configuration" />
   126     <Reference Include="System.Core" />
   127     <Reference Include="System.Runtime.Serialization" />
   128     <Reference Include="System.Security" />
   129     <Reference Include="System.ServiceModel" />
   130     <Reference Include="System.Xml.Linq" />
   131     <Reference Include="System.Data.DataSetExtensions" />
   132     <Reference Include="Microsoft.CSharp" />
   133     <Reference Include="System.Data" />
   134     <Reference Include="System.Deployment" />
   135     <Reference Include="System.Drawing" />
   136     <Reference Include="System.Windows.Forms" />
   137     <Reference Include="System.Xml" />
   138     <Reference Include="System.Xml.Serialization" />
   139   </ItemGroup>
   140   <ItemGroup>
   141     <Compile Include="CbtHook.cs" />
   142     <Compile Include="MainForm.Hid.cs">
   143       <DependentUpon>MainForm.cs</DependentUpon>
   144     </Compile>
   145     <Compile Include="NetworkManager.cs" />
   146     <Compile Include="DialogBox.cs" />
   147     <Compile Include="Display.cs" />
   148     <Compile Include="DisplaySettings.cs" />
   149     <Compile Include="MainForm.cs">
   150       <SubType>Form</SubType>
   151     </Compile>
   152     <Compile Include="MainForm.Designer.cs">
   153       <DependentUpon>MainForm.cs</DependentUpon>
   154     </Compile>
   155     <Compile Include="MarqueeLabel.cs" />
   156     <Compile Include="NotifyIconAdv.cs" />
   157     <Compile Include="Program.cs" />
   158     <Compile Include="ProgressForm.cs">
   159       <SubType>Form</SubType>
   160     </Compile>
   161     <Compile Include="ProgressForm.Designer.cs">
   162       <DependentUpon>ProgressForm.cs</DependentUpon>
   163     </Compile>
   164     <Compile Include="Properties\AssemblyInfo.cs" />
   165     <Compile Include="Session.cs" />
   166     <Compile Include="Settings.cs" />
   167     <Compile Include="StartupManager.cs" />
   168     <Compile Include="TaskScheduler.cs" />
   169     <Compile Include="Win32API.cs" />
   170     <Compile Include="WindowsHook.cs" />
   171     <Compile Include="WndProcRetHook.cs" />
   172     <EmbeddedResource Include="MainForm.resx">
   173       <DependentUpon>MainForm.cs</DependentUpon>
   174     </EmbeddedResource>
   175     <EmbeddedResource Include="ProgressForm.resx">
   176       <DependentUpon>ProgressForm.cs</DependentUpon>
   177     </EmbeddedResource>
   178     <EmbeddedResource Include="Properties\Resources.resx">
   179       <Generator>ResXFileCodeGenerator</Generator>
   180       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   181       <SubType>Designer</SubType>
   182     </EmbeddedResource>
   183     <Compile Include="Properties\Resources.Designer.cs">
   184       <AutoGen>True</AutoGen>
   185       <DependentUpon>Resources.resx</DependentUpon>
   186       <DesignTime>True</DesignTime>
   187     </Compile>
   188     <None Include="app.manifest">
   189       <SubType>Designer</SubType>
   190     </None>
   191     <None Include="packages.config" />
   192     <None Include="Properties\Settings.settings">
   193       <Generator>SettingsSingleFileGenerator</Generator>
   194       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   195     </None>
   196     <Compile Include="Properties\Settings.Designer.cs">
   197       <AutoGen>True</AutoGen>
   198       <DependentUpon>Settings.settings</DependentUpon>
   199       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   200     </Compile>
   201     <None Include="Resources\Windows-Media-Center-icon-32.png" />
   202     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   203   </ItemGroup>
   204   <ItemGroup>
   205     <None Include="App.config" />
   206   </ItemGroup>
   207   <ItemGroup>
   208     <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
   209       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   210       <Name>SharpDisplayClient</Name>
   211     </ProjectReference>
   212     <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
   213       <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
   214       <Name>SharpDisplayInterface</Name>
   215     </ProjectReference>
   216   </ItemGroup>
   217   <ItemGroup>
   218     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
   219       <Visible>False</Visible>
   220       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
   221       <Install>true</Install>
   222     </BootstrapperPackage>
   223     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   224       <Visible>False</Visible>
   225       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   226       <Install>false</Install>
   227     </BootstrapperPackage>
   228     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   229       <Visible>False</Visible>
   230       <ProductName>.NET Framework 3.5 SP1</ProductName>
   231       <Install>false</Install>
   232     </BootstrapperPackage>
   233     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   234       <Visible>False</Visible>
   235       <ProductName>Windows Installer 4.5</ProductName>
   236       <Install>true</Install>
   237     </BootstrapperPackage>
   238   </ItemGroup>
   239   <ItemGroup>
   240     <Content Include="MiniDisplay.dll" />
   241     <Content Include="MiniDisplay.h" />
   242     <EmbeddedResource Include="Resources\vfd.ico" />
   243   </ItemGroup>
   244   <ItemGroup>
   245     <COMReference Include="NETWORKLIST">
   246       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   247       <VersionMajor>1</VersionMajor>
   248       <VersionMinor>0</VersionMinor>
   249       <Lcid>0</Lcid>
   250       <WrapperTool>tlbimp</WrapperTool>
   251       <Isolated>False</Isolated>
   252       <EmbedInteropTypes>True</EmbedInteropTypes>
   253     </COMReference>
   254     <COMReference Include="Shell32">
   255       <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
   256       <VersionMajor>1</VersionMajor>
   257       <VersionMinor>0</VersionMinor>
   258       <Lcid>0</Lcid>
   259       <WrapperTool>tlbimp</WrapperTool>
   260       <Isolated>False</Isolated>
   261       <EmbedInteropTypes>True</EmbedInteropTypes>
   262     </COMReference>
   263   </ItemGroup>
   264   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   265   <Import Project="..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" />
   266   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
   267     <PropertyGroup>
   268       <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
   269     </PropertyGroup>
   270     <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets'))" />
   271   </Target>
   272   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   273        Other similar extension points exist, see Microsoft.Common.targets.
   274   <Target Name="BeforeBuild">
   275   </Target>
   276   <Target Name="AfterBuild">
   277   </Target>
   278   -->
   279 </Project>