Server/SharpDisplayManager.csproj
author StephaneLenclud
Wed, 06 May 2015 19:40:00 +0200
changeset 133 004d7509f280
parent 132 f9e6c13eea9c
child 134 3f6d708e6499
permissions -rw-r--r--
Update to latest version of NAudio and 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     <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
    17     <Install>true</Install>
    18     <InstallFrom>Web</InstallFrom>
    19     <UpdateEnabled>true</UpdateEnabled>
    20     <UpdateMode>Background</UpdateMode>
    21     <UpdateInterval>7</UpdateInterval>
    22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    23     <UpdatePeriodically>true</UpdatePeriodically>
    24     <UpdateRequired>false</UpdateRequired>
    25     <MapFileExtensions>true</MapFileExtensions>
    26     <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
    27     <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
    28     <ProductName>Sharp Display Manager</ProductName>
    29     <PublisherName>Slions</PublisherName>
    30     <SuiteName>Sharp Display Manager</SuiteName>
    31     <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
    32     <WebPage>index.htm</WebPage>
    33     <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
    34     <ApplicationRevision>2</ApplicationRevision>
    35     <ApplicationVersion>0.3.3.%2a</ApplicationVersion>
    36     <UseApplicationTrust>false</UseApplicationTrust>
    37     <CreateDesktopShortcut>true</CreateDesktopShortcut>
    38     <PublishWizardCompleted>true</PublishWizardCompleted>
    39     <BootstrapperEnabled>true</BootstrapperEnabled>
    40   </PropertyGroup>
    41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    42     <PlatformTarget>AnyCPU</PlatformTarget>
    43     <DebugSymbols>true</DebugSymbols>
    44     <DebugType>full</DebugType>
    45     <Optimize>false</Optimize>
    46     <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    47     <DefineConstants>DEBUG;TRACE</DefineConstants>
    48     <ErrorReport>prompt</ErrorReport>
    49     <WarningLevel>4</WarningLevel>
    50     <Prefer32Bit>false</Prefer32Bit>
    51   </PropertyGroup>
    52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    53     <PlatformTarget>AnyCPU</PlatformTarget>
    54     <DebugType>pdbonly</DebugType>
    55     <Optimize>true</Optimize>
    56     <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
    57     <DefineConstants>TRACE</DefineConstants>
    58     <ErrorReport>prompt</ErrorReport>
    59     <WarningLevel>4</WarningLevel>
    60     <Prefer32Bit>false</Prefer32Bit>
    61   </PropertyGroup>
    62   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    63     <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    65     <DefineConstants>DEBUG;TRACE</DefineConstants>
    66     <DebugType>full</DebugType>
    67     <PlatformTarget>x86</PlatformTarget>
    68     <ErrorReport>prompt</ErrorReport>
    69     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    70     <Prefer32Bit>false</Prefer32Bit>
    71   </PropertyGroup>
    72   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    73     <OutputPath>bin\x86\Release\</OutputPath>
    74     <DefineConstants>TRACE</DefineConstants>
    75     <Optimize>true</Optimize>
    76     <DebugType>pdbonly</DebugType>
    77     <PlatformTarget>x86</PlatformTarget>
    78     <ErrorReport>prompt</ErrorReport>
    79     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    80     <Prefer32Bit>false</Prefer32Bit>
    81   </PropertyGroup>
    82   <PropertyGroup>
    83     <SignManifests>true</SignManifests>
    84   </PropertyGroup>
    85   <PropertyGroup>
    86     <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
    87   </PropertyGroup>
    88   <PropertyGroup>
    89     <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    90   </PropertyGroup>
    91   <PropertyGroup>
    92     <GenerateManifests>true</GenerateManifests>
    93   </PropertyGroup>
    94   <PropertyGroup>
    95     <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
    96   </PropertyGroup>
    97   <PropertyGroup>
    98     <StartupObject>SharpDisplayManager.Program</StartupObject>
    99   </PropertyGroup>
   100   <PropertyGroup>
   101     <ApplicationManifest>app.manifest</ApplicationManifest>
   102   </PropertyGroup>
   103   <PropertyGroup>
   104     <TargetZone>LocalIntranet</TargetZone>
   105   </PropertyGroup>
   106   <ItemGroup>
   107     <Reference Include="Microsoft.VisualBasic" />
   108     <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
   109     <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
   110       <SpecificVersion>False</SpecificVersion>
   111       <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
   112     </Reference>
   113     <Reference Include="LibMiniDisplay">
   114     </Reference>
   115     <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
   116       <SpecificVersion>False</SpecificVersion>
   117       <HintPath>..\packages\SharpLibHid.1.0.7\lib\net20\SharpLibHid.dll</HintPath>
   118     </Reference>
   119     <Reference Include="System" />
   120     <Reference Include="System.Configuration" />
   121     <Reference Include="System.Core" />
   122     <Reference Include="System.Runtime.Serialization" />
   123     <Reference Include="System.Security" />
   124     <Reference Include="System.ServiceModel" />
   125     <Reference Include="System.Xml.Linq" />
   126     <Reference Include="System.Data.DataSetExtensions" />
   127     <Reference Include="Microsoft.CSharp" />
   128     <Reference Include="System.Data" />
   129     <Reference Include="System.Deployment" />
   130     <Reference Include="System.Drawing" />
   131     <Reference Include="System.Windows.Forms" />
   132     <Reference Include="System.Xml" />
   133     <Reference Include="System.Xml.Serialization" />
   134   </ItemGroup>
   135   <ItemGroup>
   136     <Compile Include="CbtHook.cs" />
   137     <Compile Include="MainForm.Hid.cs">
   138       <DependentUpon>MainForm.cs</DependentUpon>
   139     </Compile>
   140     <Compile Include="NetworkManager.cs" />
   141     <Compile Include="DialogBox.cs" />
   142     <Compile Include="Display.cs" />
   143     <Compile Include="DisplaySettings.cs" />
   144     <Compile Include="MainForm.cs">
   145       <SubType>Form</SubType>
   146     </Compile>
   147     <Compile Include="MainForm.Designer.cs">
   148       <DependentUpon>MainForm.cs</DependentUpon>
   149     </Compile>
   150     <Compile Include="MarqueeLabel.cs" />
   151     <Compile Include="NotifyIconAdv.cs" />
   152     <Compile Include="Program.cs" />
   153     <Compile Include="ProgressForm.cs">
   154       <SubType>Form</SubType>
   155     </Compile>
   156     <Compile Include="ProgressForm.Designer.cs">
   157       <DependentUpon>ProgressForm.cs</DependentUpon>
   158     </Compile>
   159     <Compile Include="Properties\AssemblyInfo.cs" />
   160     <Compile Include="Session.cs" />
   161     <Compile Include="Settings.cs" />
   162     <Compile Include="StartupManager.cs" />
   163     <Compile Include="TaskScheduler.cs" />
   164     <Compile Include="Win32API.cs" />
   165     <Compile Include="WindowsHook.cs" />
   166     <Compile Include="WndProcRetHook.cs" />
   167     <EmbeddedResource Include="MainForm.resx">
   168       <DependentUpon>MainForm.cs</DependentUpon>
   169     </EmbeddedResource>
   170     <EmbeddedResource Include="ProgressForm.resx">
   171       <DependentUpon>ProgressForm.cs</DependentUpon>
   172     </EmbeddedResource>
   173     <EmbeddedResource Include="Properties\Resources.resx">
   174       <Generator>ResXFileCodeGenerator</Generator>
   175       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   176       <SubType>Designer</SubType>
   177     </EmbeddedResource>
   178     <Compile Include="Properties\Resources.Designer.cs">
   179       <AutoGen>True</AutoGen>
   180       <DependentUpon>Resources.resx</DependentUpon>
   181       <DesignTime>True</DesignTime>
   182     </Compile>
   183     <None Include="app.manifest">
   184       <SubType>Designer</SubType>
   185     </None>
   186     <None Include="packages.config" />
   187     <None Include="Properties\Settings.settings">
   188       <Generator>SettingsSingleFileGenerator</Generator>
   189       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   190     </None>
   191     <Compile Include="Properties\Settings.Designer.cs">
   192       <AutoGen>True</AutoGen>
   193       <DependentUpon>Settings.settings</DependentUpon>
   194       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   195     </Compile>
   196     <None Include="Resources\Windows-Media-Center-icon-32.png" />
   197     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   198   </ItemGroup>
   199   <ItemGroup>
   200     <None Include="App.config" />
   201   </ItemGroup>
   202   <ItemGroup>
   203     <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
   204       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   205       <Name>SharpDisplayClient</Name>
   206     </ProjectReference>
   207     <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
   208       <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
   209       <Name>SharpDisplayInterface</Name>
   210     </ProjectReference>
   211   </ItemGroup>
   212   <ItemGroup>
   213     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
   214       <Visible>False</Visible>
   215       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
   216       <Install>true</Install>
   217     </BootstrapperPackage>
   218     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   219       <Visible>False</Visible>
   220       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   221       <Install>false</Install>
   222     </BootstrapperPackage>
   223     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   224       <Visible>False</Visible>
   225       <ProductName>.NET Framework 3.5 SP1</ProductName>
   226       <Install>false</Install>
   227     </BootstrapperPackage>
   228     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   229       <Visible>False</Visible>
   230       <ProductName>Windows Installer 4.5</ProductName>
   231       <Install>true</Install>
   232     </BootstrapperPackage>
   233   </ItemGroup>
   234   <ItemGroup>
   235     <Content Include="MiniDisplay.dll" />
   236     <EmbeddedResource Include="Resources\vfd.ico" />
   237   </ItemGroup>
   238   <ItemGroup>
   239     <COMReference Include="NETWORKLIST">
   240       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   241       <VersionMajor>1</VersionMajor>
   242       <VersionMinor>0</VersionMinor>
   243       <Lcid>0</Lcid>
   244       <WrapperTool>tlbimp</WrapperTool>
   245       <Isolated>False</Isolated>
   246       <EmbedInteropTypes>True</EmbedInteropTypes>
   247     </COMReference>
   248     <COMReference Include="Shell32">
   249       <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
   250       <VersionMajor>1</VersionMajor>
   251       <VersionMinor>0</VersionMinor>
   252       <Lcid>0</Lcid>
   253       <WrapperTool>tlbimp</WrapperTool>
   254       <Isolated>False</Isolated>
   255       <EmbedInteropTypes>True</EmbedInteropTypes>
   256     </COMReference>
   257   </ItemGroup>
   258   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   259   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   260        Other similar extension points exist, see Microsoft.Common.targets.
   261   <Target Name="BeforeBuild">
   262   </Target>
   263   <Target Name="AfterBuild">
   264   </Target>
   265   -->
   266 </Project>