Server/SharpDisplayManager.csproj
author StephaneLenclud
Thu, 28 Jul 2016 19:32:40 +0200
changeset 225 6ccaa430aa23
parent 222 0e8c6c2f4777
child 226 91763ba41c0c
permissions -rw-r--r--
Adding support for Display Messages.
     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.10.0.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\x86\Debug\</OutputPath>
    67     <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
    68     <DefineConstants>DEBUG;TRACE</DefineConstants>
    69     <DebugType>full</DebugType>
    70     <PlatformTarget>x86</PlatformTarget>
    71     <ErrorReport>prompt</ErrorReport>
    72     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    73     <Prefer32Bit>false</Prefer32Bit>
    74     <UseVSHostingProcess>true</UseVSHostingProcess>
    75   </PropertyGroup>
    76   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    77     <OutputPath>..\bin\x86\Release\</OutputPath>
    78     <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    79     <DefineConstants>TRACE</DefineConstants>
    80     <Optimize>true</Optimize>
    81     <DebugType>pdbonly</DebugType>
    82     <PlatformTarget>x86</PlatformTarget>
    83     <ErrorReport>prompt</ErrorReport>
    84     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    85     <Prefer32Bit>false</Prefer32Bit>
    86   </PropertyGroup>
    87   <PropertyGroup>
    88     <SignManifests>true</SignManifests>
    89   </PropertyGroup>
    90   <PropertyGroup>
    91     <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
    92   </PropertyGroup>
    93   <PropertyGroup>
    94     <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    95   </PropertyGroup>
    96   <PropertyGroup>
    97     <GenerateManifests>true</GenerateManifests>
    98   </PropertyGroup>
    99   <PropertyGroup>
   100     <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
   101   </PropertyGroup>
   102   <PropertyGroup>
   103     <StartupObject>SharpDisplayManager.Program</StartupObject>
   104   </PropertyGroup>
   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="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   116       <HintPath>..\packages\LibMiniDisplay.1.1.8\lib\net20\MiniDisplayInterop.dll</HintPath>
   117       <Private>True</Private>
   118     </Reference>
   119     <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
   120       <SpecificVersion>False</SpecificVersion>
   121       <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
   122     </Reference>
   123     <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   124       <HintPath>..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
   125       <Private>True</Private>
   126     </Reference>
   127     <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
   128       <HintPath>..\packages\SharpLibHid.1.3.1\lib\net20\SharpLibHid.dll</HintPath>
   129       <Private>True</Private>
   130     </Reference>
   131     <Reference Include="SharpLibNotification, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   132       <HintPath>..\packages\SharpLibNotification.0.0.1\lib\net40\SharpLibNotification.dll</HintPath>
   133       <Private>True</Private>
   134     </Reference>
   135     <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
   136       <SpecificVersion>False</SpecificVersion>
   137       <HintPath>..\packages\SharpLibWin32.0.0.7\lib\net20\SharpLibWin32.dll</HintPath>
   138     </Reference>
   139     <Reference Include="System" />
   140     <Reference Include="System.Configuration" />
   141     <Reference Include="System.Core" />
   142     <Reference Include="System.Runtime.Serialization" />
   143     <Reference Include="System.Security" />
   144     <Reference Include="System.ServiceModel" />
   145     <Reference Include="System.Xml.Linq" />
   146     <Reference Include="System.Data.DataSetExtensions" />
   147     <Reference Include="Microsoft.CSharp" />
   148     <Reference Include="System.Data" />
   149     <Reference Include="System.Deployment" />
   150     <Reference Include="System.Drawing" />
   151     <Reference Include="System.Windows.Forms" />
   152     <Reference Include="System.Xml" />
   153     <Reference Include="System.Xml.Serialization" />
   154   </ItemGroup>
   155   <ItemGroup>
   156     <Compile Include="Actions\ActionCecClose.cs" />
   157     <Compile Include="Actions\ActionCecDevice.cs" />
   158     <Compile Include="Actions\ActionCecDeviceType.cs" />
   159     <Compile Include="Actions\ActionCecInactiveSource.cs" />
   160     <Compile Include="Actions\ActionCecOpen.cs" />
   161     <Compile Include="Actions\ActionCecDevicePowerOn.cs" />
   162     <Compile Include="Actions\ActionCecActiveSource.cs" />
   163     <Compile Include="Actions\ActionCecScan.cs" />
   164     <Compile Include="Actions\ActionCecUserControlPressed.cs" />
   165     <Compile Include="Actions\ActionCecDeviceStandby.cs" />
   166     <Compile Include="Actions\ActionCecUserControlReleased.cs" />
   167     <Compile Include="Actions\ActionDisplayMessage.cs" />
   168     <Compile Include="CbtHook.cs" />
   169     <Compile Include="CecClient.cs" />
   170     <Compile Include="ConsumerElectronicControl.cs" />
   171     <Compile Include="ClientData.cs" />
   172     <Compile Include="FormEditAction.cs">
   173       <SubType>Form</SubType>
   174     </Compile>
   175     <Compile Include="FormEditAction.Designer.cs">
   176       <DependentUpon>FormEditAction.cs</DependentUpon>
   177     </Compile>
   178     <Compile Include="FxControl.cs">
   179       <SubType>UserControl</SubType>
   180     </Compile>
   181     <Compile Include="FxControl.Designer.cs">
   182       <DependentUpon>FxControl.cs</DependentUpon>
   183     </Compile>
   184     <Compile Include="ItemActionType.cs" />
   185     <Compile Include="MainForm.Hid.cs">
   186       <DependentUpon>MainForm.cs</DependentUpon>
   187     </Compile>
   188     <Compile Include="NetworkManager.cs" />
   189     <Compile Include="DialogBox.cs" />
   190     <Compile Include="Display.cs" />
   191     <Compile Include="DisplaySettings.cs" />
   192     <Compile Include="MainForm.cs">
   193       <SubType>Form</SubType>
   194     </Compile>
   195     <Compile Include="MainForm.Designer.cs">
   196       <DependentUpon>MainForm.cs</DependentUpon>
   197     </Compile>
   198     <Compile Include="MarqueeLabel.cs" />
   199     <Compile Include="Program.cs" />
   200     <Compile Include="ProgressForm.cs">
   201       <SubType>Form</SubType>
   202     </Compile>
   203     <Compile Include="ProgressForm.Designer.cs">
   204       <DependentUpon>ProgressForm.cs</DependentUpon>
   205     </Compile>
   206     <Compile Include="Properties\AssemblyInfo.cs" />
   207     <Compile Include="RichTextBoxTextWriter.cs" />
   208     <Compile Include="Session.cs" />
   209     <Compile Include="Settings.cs" />
   210     <Compile Include="StartupManager.cs" />
   211     <Compile Include="TaskScheduler.cs" />
   212     <Compile Include="Win32API.cs" />
   213     <Compile Include="WindowsHook.cs" />
   214     <Compile Include="WndProcRetHook.cs" />
   215     <EmbeddedResource Include="FormEditAction.resx">
   216       <DependentUpon>FormEditAction.cs</DependentUpon>
   217     </EmbeddedResource>
   218     <EmbeddedResource Include="FxControl.resx">
   219       <DependentUpon>FxControl.cs</DependentUpon>
   220     </EmbeddedResource>
   221     <EmbeddedResource Include="MainForm.resx">
   222       <DependentUpon>MainForm.cs</DependentUpon>
   223     </EmbeddedResource>
   224     <EmbeddedResource Include="ProgressForm.resx">
   225       <DependentUpon>ProgressForm.cs</DependentUpon>
   226     </EmbeddedResource>
   227     <EmbeddedResource Include="Properties\Resources.resx">
   228       <Generator>ResXFileCodeGenerator</Generator>
   229       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   230       <SubType>Designer</SubType>
   231     </EmbeddedResource>
   232     <Compile Include="Properties\Resources.Designer.cs">
   233       <AutoGen>True</AutoGen>
   234       <DependentUpon>Resources.resx</DependentUpon>
   235       <DesignTime>True</DesignTime>
   236     </Compile>
   237     <None Include="App.config">
   238       <SubType>Designer</SubType>
   239     </None>
   240     <None Include="app.manifest" />
   241     <None Include="packages.config" />
   242     <None Include="Properties\Settings.settings">
   243       <Generator>SettingsSingleFileGenerator</Generator>
   244       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   245     </None>
   246     <Compile Include="Properties\Settings.Designer.cs">
   247       <AutoGen>True</AutoGen>
   248       <DependentUpon>Settings.settings</DependentUpon>
   249       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   250     </Compile>
   251     <None Include="Resources\Windows-Media-Center-icon-32.png" />
   252     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   253   </ItemGroup>
   254   <ItemGroup>
   255     <ProjectReference Include="..\Clients\Idle\SharpDisplayClientIdle.csproj">
   256       <Project>{a76579e5-aa8d-45a3-99e1-239a5c030a78}</Project>
   257       <Name>SharpDisplayClientIdle</Name>
   258     </ProjectReference>
   259     <ProjectReference Include="..\Clients\Message\SharpDisplayClientMessage.csproj">
   260       <Project>{d9aad299-e97f-47e0-8e92-110f49f2b89c}</Project>
   261       <Name>SharpDisplayClientMessage</Name>
   262     </ProjectReference>
   263     <ProjectReference Include="..\Clients\Test\SharpDisplayClientTest.csproj">
   264       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   265       <Name>SharpDisplayClientTest</Name>
   266     </ProjectReference>
   267     <ProjectReference Include="..\PowerManager\PowerManager.vcxproj">
   268       <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
   269       <Name>PowerManager</Name>
   270     </ProjectReference>
   271     <ProjectReference Include="..\SharpLibEar\SharpLibEar.csproj">
   272       <Project>{84a9ed37-e6ea-4cbd-b995-b713f46eaab0}</Project>
   273       <Name>SharpLibEar</Name>
   274     </ProjectReference>
   275     <ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj">
   276       <Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project>
   277       <Name>SharpLibUtils</Name>
   278     </ProjectReference>
   279   </ItemGroup>
   280   <ItemGroup>
   281     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
   282       <Visible>False</Visible>
   283       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
   284       <Install>true</Install>
   285     </BootstrapperPackage>
   286     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   287       <Visible>False</Visible>
   288       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   289       <Install>false</Install>
   290     </BootstrapperPackage>
   291     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   292       <Visible>False</Visible>
   293       <ProductName>.NET Framework 3.5 SP1</ProductName>
   294       <Install>false</Install>
   295     </BootstrapperPackage>
   296     <BootstrapperPackage Include="Microsoft.Visual.C++.14.0.x86">
   297       <Visible>False</Visible>
   298       <ProductName>Visual C++ "14" Runtime Libraries %28x86%29</ProductName>
   299       <Install>true</Install>
   300     </BootstrapperPackage>
   301     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   302       <Visible>False</Visible>
   303       <ProductName>Windows Installer 4.5</ProductName>
   304       <Install>true</Install>
   305     </BootstrapperPackage>
   306   </ItemGroup>
   307   <ItemGroup>
   308     <EmbeddedResource Include="Resources\vfd.ico" />
   309   </ItemGroup>
   310   <ItemGroup>
   311     <COMReference Include="NETWORKLIST">
   312       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   313       <VersionMajor>1</VersionMajor>
   314       <VersionMinor>0</VersionMinor>
   315       <Lcid>0</Lcid>
   316       <WrapperTool>tlbimp</WrapperTool>
   317       <Isolated>False</Isolated>
   318       <EmbedInteropTypes>True</EmbedInteropTypes>
   319     </COMReference>
   320     <COMReference Include="Shell32">
   321       <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
   322       <VersionMajor>1</VersionMajor>
   323       <VersionMinor>0</VersionMinor>
   324       <Lcid>0</Lcid>
   325       <WrapperTool>tlbimp</WrapperTool>
   326       <Isolated>False</Isolated>
   327       <EmbedInteropTypes>True</EmbedInteropTypes>
   328     </COMReference>
   329   </ItemGroup>
   330   <ItemGroup>
   331     <Content Include="..\bin\x86\Release\MiniDisplay.dll">
   332       <Link>MiniDisplay.dll</Link>
   333     </Content>
   334     <Content Include="cec.dll">
   335       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
   336     </Content>
   337     <EmbeddedResource Include="Resources\record.ico" />
   338   </ItemGroup>
   339   <ItemGroup />
   340   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   341   <Import Project="..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" />
   342   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
   343     <PropertyGroup>
   344       <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>
   345     </PropertyGroup>
   346     <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets'))" />
   347   </Target>
   348   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   349        Other similar extension points exist, see Microsoft.Common.targets.
   350   <Target Name="BeforeBuild">
   351   </Target>
   352   <Target Name="AfterBuild">
   353   </Target>
   354   -->
   355 </Project>