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