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