Server/SharpDisplayManager.csproj
author StephaneLenclud
Wed, 02 Sep 2015 16:02:24 +0200
changeset 153 95f253aaf588
parent 150 728fe28168e2
child 155 703daa997f59
permissions -rw-r--r--
Persisting selection of optical drive to eject.
     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     <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.2.%2a</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   </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="SharpLibHid">
   119       <HintPath>..\packages\SharpLibHid.1.2.1\lib\net20\SharpLibHid.dll</HintPath>
   120       <Private>True</Private>
   121     </Reference>
   122     <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
   123       <SpecificVersion>False</SpecificVersion>
   124       <HintPath>..\packages\SharpLibWin32.0.0.6\lib\net20\SharpLibWin32.dll</HintPath>
   125     </Reference>
   126     <Reference Include="System" />
   127     <Reference Include="System.Configuration" />
   128     <Reference Include="System.Core" />
   129     <Reference Include="System.Runtime.Serialization" />
   130     <Reference Include="System.Security" />
   131     <Reference Include="System.ServiceModel" />
   132     <Reference Include="System.Xml.Linq" />
   133     <Reference Include="System.Data.DataSetExtensions" />
   134     <Reference Include="Microsoft.CSharp" />
   135     <Reference Include="System.Data" />
   136     <Reference Include="System.Deployment" />
   137     <Reference Include="System.Drawing" />
   138     <Reference Include="System.Windows.Forms" />
   139     <Reference Include="System.Xml" />
   140     <Reference Include="System.Xml.Serialization" />
   141   </ItemGroup>
   142   <ItemGroup>
   143     <Compile Include="CbtHook.cs" />
   144     <Compile Include="ClientData.cs" />
   145     <Compile Include="MainForm.Hid.cs">
   146       <DependentUpon>MainForm.cs</DependentUpon>
   147     </Compile>
   148     <Compile Include="NetworkManager.cs" />
   149     <Compile Include="DialogBox.cs" />
   150     <Compile Include="Display.cs" />
   151     <Compile Include="DisplaySettings.cs" />
   152     <Compile Include="MainForm.cs">
   153       <SubType>Form</SubType>
   154     </Compile>
   155     <Compile Include="MainForm.Designer.cs">
   156       <DependentUpon>MainForm.cs</DependentUpon>
   157     </Compile>
   158     <Compile Include="MarqueeLabel.cs" />
   159     <Compile Include="NotifyIconAdv.cs" />
   160     <Compile Include="Program.cs" />
   161     <Compile Include="ProgressForm.cs">
   162       <SubType>Form</SubType>
   163     </Compile>
   164     <Compile Include="ProgressForm.Designer.cs">
   165       <DependentUpon>ProgressForm.cs</DependentUpon>
   166     </Compile>
   167     <Compile Include="Properties\AssemblyInfo.cs" />
   168     <Compile Include="Session.cs" />
   169     <Compile Include="Settings.cs" />
   170     <Compile Include="StartupManager.cs" />
   171     <Compile Include="TaskScheduler.cs" />
   172     <Compile Include="Win32API.cs" />
   173     <Compile Include="WindowsHook.cs" />
   174     <Compile Include="WndProcRetHook.cs" />
   175     <EmbeddedResource Include="MainForm.resx">
   176       <DependentUpon>MainForm.cs</DependentUpon>
   177     </EmbeddedResource>
   178     <EmbeddedResource Include="ProgressForm.resx">
   179       <DependentUpon>ProgressForm.cs</DependentUpon>
   180     </EmbeddedResource>
   181     <EmbeddedResource Include="Properties\Resources.resx">
   182       <Generator>ResXFileCodeGenerator</Generator>
   183       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   184       <SubType>Designer</SubType>
   185     </EmbeddedResource>
   186     <Compile Include="Properties\Resources.Designer.cs">
   187       <AutoGen>True</AutoGen>
   188       <DependentUpon>Resources.resx</DependentUpon>
   189       <DesignTime>True</DesignTime>
   190     </Compile>
   191     <None Include="app.manifest">
   192       <SubType>Designer</SubType>
   193     </None>
   194     <None Include="packages.config" />
   195     <None Include="Properties\Settings.settings">
   196       <Generator>SettingsSingleFileGenerator</Generator>
   197       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   198     </None>
   199     <Compile Include="Properties\Settings.Designer.cs">
   200       <AutoGen>True</AutoGen>
   201       <DependentUpon>Settings.settings</DependentUpon>
   202       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   203     </Compile>
   204     <None Include="Resources\Windows-Media-Center-icon-32.png" />
   205     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   206   </ItemGroup>
   207   <ItemGroup>
   208     <None Include="App.config" />
   209   </ItemGroup>
   210   <ItemGroup>
   211     <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
   212       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   213       <Name>SharpDisplayClient</Name>
   214     </ProjectReference>
   215     <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
   216       <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
   217       <Name>SharpDisplayInterface</Name>
   218     </ProjectReference>
   219   </ItemGroup>
   220   <ItemGroup>
   221     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
   222       <Visible>False</Visible>
   223       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
   224       <Install>true</Install>
   225     </BootstrapperPackage>
   226     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   227       <Visible>False</Visible>
   228       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   229       <Install>false</Install>
   230     </BootstrapperPackage>
   231     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   232       <Visible>False</Visible>
   233       <ProductName>.NET Framework 3.5 SP1</ProductName>
   234       <Install>false</Install>
   235     </BootstrapperPackage>
   236     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   237       <Visible>False</Visible>
   238       <ProductName>Windows Installer 4.5</ProductName>
   239       <Install>true</Install>
   240     </BootstrapperPackage>
   241   </ItemGroup>
   242   <ItemGroup>
   243     <EmbeddedResource Include="Resources\vfd.ico" />
   244   </ItemGroup>
   245   <ItemGroup>
   246     <COMReference Include="NETWORKLIST">
   247       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   248       <VersionMajor>1</VersionMajor>
   249       <VersionMinor>0</VersionMinor>
   250       <Lcid>0</Lcid>
   251       <WrapperTool>tlbimp</WrapperTool>
   252       <Isolated>False</Isolated>
   253       <EmbedInteropTypes>True</EmbedInteropTypes>
   254     </COMReference>
   255     <COMReference Include="Shell32">
   256       <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
   257       <VersionMajor>1</VersionMajor>
   258       <VersionMinor>0</VersionMinor>
   259       <Lcid>0</Lcid>
   260       <WrapperTool>tlbimp</WrapperTool>
   261       <Isolated>False</Isolated>
   262       <EmbedInteropTypes>True</EmbedInteropTypes>
   263     </COMReference>
   264   </ItemGroup>
   265   <ItemGroup>
   266     <WCFMetadata Include="Service References\" />
   267   </ItemGroup>
   268   <ItemGroup>
   269     <Content Include="MiniDisplay.dll" />
   270   </ItemGroup>
   271   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   272   <Import Project="..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" />
   273   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
   274     <PropertyGroup>
   275       <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>
   276     </PropertyGroup>
   277     <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets'))" />
   278   </Target>
   279   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   280        Other similar extension points exist, see Microsoft.Common.targets.
   281   <Target Name="BeforeBuild">
   282   </Target>
   283   <Target Name="AfterBuild">
   284   </Target>
   285   -->
   286 </Project>