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