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