Server/SharpDisplayManager.csproj
author StephaneLenclud
Mon, 06 Mar 2017 15:11:27 +0100
changeset 282 29b4bdeda281
parent 281 5fb86ef890f9
permissions -rw-r--r--
Published v1.4.7.0
Adding back runtime dependencies.
     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>1.4.7.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>83A2785F3A22E7BD2E504F7D873075F2903F7812</ManifestCertificateThumbprint>
    92   </PropertyGroup>
    93   <PropertyGroup>
    94     <ManifestKeyFile>SharpDisplayManager_1_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="agsXMPP, Version=1.3.1.0, Culture=neutral, PublicKeyToken=ff839b81f1debe86, processorArchitecture=MSIL">
   111       <HintPath>..\packages\Loamen.agsXMPP.1.3.1\lib\net45\agsXMPP.dll</HintPath>
   112       <Private>True</Private>
   113     </Reference>
   114     <Reference Include="CSCore, Version=1.1.5992.18249, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
   115       <HintPath>..\packages\CSCore.1.1.0\lib\net35-client\CSCore.dll</HintPath>
   116       <Private>True</Private>
   117     </Reference>
   118     <Reference Include="HarmonyHub, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   119       <HintPath>..\packages\SharpLibHarmony.0.7.0\lib\net451\HarmonyHub.dll</HintPath>
   120       <Private>True</Private>
   121     </Reference>
   122     <Reference Include="LibCecSharp, Version=2.2.0.0, Culture=neutral, processorArchitecture=x86">
   123       <HintPath>.\LibCecSharp.dll</HintPath>
   124       <SpecificVersion>False</SpecificVersion>
   125     </Reference>
   126     <Reference Include="Microsoft.VisualBasic" />
   127     <Reference Include="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   128       <HintPath>..\packages\LibMiniDisplay.1.1.8\lib\net20\MiniDisplayInterop.dll</HintPath>
   129       <Private>True</Private>
   130     </Reference>
   131     <Reference Include="SharpLibDisplay, Version=0.2.8.17764, Culture=neutral, processorArchitecture=MSIL">
   132       <HintPath>..\packages\SharpLibDisplay.0.3.3\lib\net40\SharpLibDisplay.dll</HintPath>
   133       <Private>True</Private>
   134     </Reference>
   135     <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
   136       <HintPath>..\packages\SharpLibHid.1.4.2\lib\net40\SharpLibHid.dll</HintPath>
   137       <Private>True</Private>
   138     </Reference>
   139     <Reference Include="SharpLibNotification, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   140       <HintPath>..\packages\SharpLibNotification.0.0.1\lib\net40\SharpLibNotification.dll</HintPath>
   141       <Private>True</Private>
   142     </Reference>
   143     <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
   144       <HintPath>..\packages\SharpLibWin32.0.0.9\lib\net20\SharpLibWin32.dll</HintPath>
   145       <Private>True</Private>
   146     </Reference>
   147     <Reference Include="System" />
   148     <Reference Include="System.Configuration" />
   149     <Reference Include="System.Core" />
   150     <Reference Include="System.Runtime.Serialization" />
   151     <Reference Include="System.Security" />
   152     <Reference Include="System.ServiceModel" />
   153     <Reference Include="System.Xml.Linq" />
   154     <Reference Include="System.Data.DataSetExtensions" />
   155     <Reference Include="Microsoft.CSharp" />
   156     <Reference Include="System.Data" />
   157     <Reference Include="System.Deployment" />
   158     <Reference Include="System.Drawing" />
   159     <Reference Include="System.Windows.Forms" />
   160     <Reference Include="System.Xml" />
   161     <Reference Include="System.Xml.Serialization" />
   162   </ItemGroup>
   163   <ItemGroup>
   164     <Compile Include="Actions\ActionCecClose.cs" />
   165     <Compile Include="Actions\ActionCecDevice.cs" />
   166     <Compile Include="Actions\ActionCecDeviceType.cs" />
   167     <Compile Include="Actions\ActionCecInactiveSource.cs" />
   168     <Compile Include="Actions\ActionCecOpen.cs" />
   169     <Compile Include="Actions\ActionCecDevicePowerOn.cs" />
   170     <Compile Include="Actions\ActionCecActiveSource.cs" />
   171     <Compile Include="Actions\ActionCecScan.cs" />
   172     <Compile Include="Actions\ActionCecUserControlPressed.cs" />
   173     <Compile Include="Actions\ActionCecDeviceStandby.cs" />
   174     <Compile Include="Actions\ActionCecUserControlReleased.cs" />
   175     <Compile Include="Actions\ActionDisplayMessage.cs" />
   176     <Compile Include="Actions\ActionHarmonyCommand.cs" />
   177     <Compile Include="AudioManager.cs" />
   178     <Compile Include="Spectrum\BasicSpectrumProvider.cs" />
   179     <Compile Include="CbtHook.cs" />
   180     <Compile Include="CecClient.cs" />
   181     <Compile Include="ConsumerElectronicControl.cs" />
   182     <Compile Include="ClientData.cs" />
   183     <Compile Include="EarManager.cs" />
   184     <Compile Include="Spectrum\ISpectrumProvider.cs" />
   185     <Compile Include="Spectrum\LineSpectrum.cs" />
   186     <Compile Include="Spectrum\ScalingStrategy.cs" />
   187     <Compile Include="Secure.cs" />
   188     <Compile Include="Events\EventHid.cs" />
   189     <Compile Include="FormEditObject.cs">
   190       <SubType>Form</SubType>
   191     </Compile>
   192     <Compile Include="FormEditObject.Designer.cs">
   193       <DependentUpon>FormEditObject.cs</DependentUpon>
   194     </Compile>
   195     <Compile Include="FormMain.cs">
   196       <SubType>Form</SubType>
   197     </Compile>
   198     <Compile Include="FormMain.Designer.cs">
   199       <DependentUpon>FormMain.cs</DependentUpon>
   200     </Compile>
   201     <Compile Include="FormMain.Hid.cs" />
   202     <Compile Include="FormSelectHarmonyCommand.cs">
   203       <SubType>Form</SubType>
   204     </Compile>
   205     <Compile Include="FormSelectHarmonyCommand.Designer.cs">
   206       <DependentUpon>FormSelectHarmonyCommand.cs</DependentUpon>
   207     </Compile>
   208     <Compile Include="FxControl.cs">
   209       <SubType>UserControl</SubType>
   210     </Compile>
   211     <Compile Include="FxControl.Designer.cs">
   212       <DependentUpon>FxControl.cs</DependentUpon>
   213     </Compile>
   214     <Compile Include="ItemActionType.cs" />
   215     <Compile Include="NetworkManager.cs" />
   216     <Compile Include="DialogBox.cs" />
   217     <Compile Include="Display.cs" />
   218     <Compile Include="DisplaySettings.cs" />
   219     <Compile Include="MarqueeLabel.cs" />
   220     <Compile Include="Program.cs" />
   221     <Compile Include="ProgressForm.cs">
   222       <SubType>Form</SubType>
   223     </Compile>
   224     <Compile Include="ProgressForm.Designer.cs">
   225       <DependentUpon>ProgressForm.cs</DependentUpon>
   226     </Compile>
   227     <Compile Include="Properties\AssemblyInfo.cs" />
   228     <Compile Include="RichTextBoxTraceListener.cs" />
   229     <Compile Include="Session.cs" />
   230     <Compile Include="Settings.cs" />
   231     <Compile Include="Spectrum\SpectrumBase.cs" />
   232     <Compile Include="StartupManager.cs" />
   233     <Compile Include="TaskScheduler.cs" />
   234     <Compile Include="Win32API.cs" />
   235     <Compile Include="WindowsHook.cs" />
   236     <Compile Include="WndProcRetHook.cs" />
   237     <EmbeddedResource Include="FormEditObject.resx">
   238       <DependentUpon>FormEditObject.cs</DependentUpon>
   239     </EmbeddedResource>
   240     <EmbeddedResource Include="FormMain.resx">
   241       <DependentUpon>FormMain.cs</DependentUpon>
   242     </EmbeddedResource>
   243     <EmbeddedResource Include="FormSelectHarmonyCommand.resx">
   244       <DependentUpon>FormSelectHarmonyCommand.cs</DependentUpon>
   245     </EmbeddedResource>
   246     <EmbeddedResource Include="FxControl.resx">
   247       <DependentUpon>FxControl.cs</DependentUpon>
   248     </EmbeddedResource>
   249     <EmbeddedResource Include="ProgressForm.resx">
   250       <DependentUpon>ProgressForm.cs</DependentUpon>
   251     </EmbeddedResource>
   252     <EmbeddedResource Include="Properties\Resources.resx">
   253       <Generator>ResXFileCodeGenerator</Generator>
   254       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   255       <SubType>Designer</SubType>
   256     </EmbeddedResource>
   257     <Compile Include="Properties\Resources.Designer.cs">
   258       <AutoGen>True</AutoGen>
   259       <DependentUpon>Resources.resx</DependentUpon>
   260       <DesignTime>True</DesignTime>
   261     </Compile>
   262     <None Include="App.config">
   263       <SubType>Designer</SubType>
   264     </None>
   265     <None Include="app.manifest" />
   266     <None Include="packages.config" />
   267     <None Include="Properties\Settings.settings">
   268       <Generator>SettingsSingleFileGenerator</Generator>
   269       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   270       <SubType>Designer</SubType>
   271     </None>
   272     <Compile Include="Properties\Settings.Designer.cs">
   273       <AutoGen>True</AutoGen>
   274       <DependentUpon>Settings.settings</DependentUpon>
   275       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   276     </Compile>
   277     <None Include="Resources\Windows-Media-Center-icon-32.png" />
   278     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   279   </ItemGroup>
   280   <ItemGroup>
   281     <ProjectReference Include="..\Clients\Idle\SharpDisplayClientIdle.csproj">
   282       <Project>{a76579e5-aa8d-45a3-99e1-239a5c030a78}</Project>
   283       <Name>SharpDisplayClientIdle</Name>
   284     </ProjectReference>
   285     <ProjectReference Include="..\Clients\Message\SharpDisplayClientMessage.csproj">
   286       <Project>{d9aad299-e97f-47e0-8e92-110f49f2b89c}</Project>
   287       <Name>SharpDisplayClientMessage</Name>
   288     </ProjectReference>
   289     <ProjectReference Include="..\Clients\Test\SharpDisplayClientTest.csproj">
   290       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   291       <Name>SharpDisplayClientTest</Name>
   292     </ProjectReference>
   293     <ProjectReference Include="..\PowerManager\PowerManager.vcxproj">
   294       <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
   295       <Name>PowerManager</Name>
   296     </ProjectReference>
   297     <ProjectReference Include="..\SharpLibEar\SharpLibEar.csproj">
   298       <Project>{84a9ed37-e6ea-4cbd-b995-b713f46eaab0}</Project>
   299       <Name>SharpLibEar</Name>
   300     </ProjectReference>
   301     <ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj">
   302       <Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project>
   303       <Name>SharpLibUtils</Name>
   304     </ProjectReference>
   305   </ItemGroup>
   306   <ItemGroup>
   307     <BootstrapperPackage Include=".NETFramework,Version=v4.6">
   308       <Visible>False</Visible>
   309       <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
   310       <Install>true</Install>
   311     </BootstrapperPackage>
   312     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   313       <Visible>False</Visible>
   314       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   315       <Install>false</Install>
   316     </BootstrapperPackage>
   317     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   318       <Visible>False</Visible>
   319       <ProductName>.NET Framework 3.5 SP1</ProductName>
   320       <Install>false</Install>
   321     </BootstrapperPackage>
   322     <BootstrapperPackage Include="Microsoft.Visual.C++.14.0.x86">
   323       <Visible>False</Visible>
   324       <ProductName>Visual C++ "14" Runtime Libraries %28x86%29</ProductName>
   325       <Install>true</Install>
   326     </BootstrapperPackage>
   327     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   328       <Visible>False</Visible>
   329       <ProductName>Windows Installer 4.5</ProductName>
   330       <Install>true</Install>
   331     </BootstrapperPackage>
   332   </ItemGroup>
   333   <ItemGroup>
   334     <EmbeddedResource Include="Resources\vfd.ico" />
   335   </ItemGroup>
   336   <ItemGroup>
   337     <COMReference Include="NETWORKLIST">
   338       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   339       <VersionMajor>1</VersionMajor>
   340       <VersionMinor>0</VersionMinor>
   341       <Lcid>0</Lcid>
   342       <WrapperTool>tlbimp</WrapperTool>
   343       <Isolated>False</Isolated>
   344       <EmbedInteropTypes>True</EmbedInteropTypes>
   345     </COMReference>
   346     <COMReference Include="Shell32">
   347       <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
   348       <VersionMajor>1</VersionMajor>
   349       <VersionMinor>0</VersionMinor>
   350       <Lcid>0</Lcid>
   351       <WrapperTool>tlbimp</WrapperTool>
   352       <Isolated>False</Isolated>
   353       <EmbedInteropTypes>True</EmbedInteropTypes>
   354     </COMReference>
   355   </ItemGroup>
   356   <ItemGroup>
   357     <Content Include="..\bin\x86\Release\MiniDisplay.dll">
   358       <Link>MiniDisplay.dll</Link>
   359     </Content>
   360     <Content Include="cec.dll">
   361       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
   362     </Content>
   363     <EmbeddedResource Include="Resources\record.ico" />
   364   </ItemGroup>
   365   <ItemGroup />
   366   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   367   <Import Project="..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" />
   368   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
   369     <PropertyGroup>
   370       <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>
   371     </PropertyGroup>
   372     <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets'))" />
   373   </Target>
   374   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   375        Other similar extension points exist, see Microsoft.Common.targets.
   376   <Target Name="BeforeBuild">
   377   </Target>
   378   <Target Name="AfterBuild">
   379   </Target>
   380   -->
   381 </Project>