Server/SharpDisplayManager.csproj
author StephaneLenclud
Tue, 10 Feb 2015 15:41:34 +0100
changeset 122 300f3d3114a8
parent 121 5551b64e1eeb
child 123 0df386e37e29
permissions -rw-r--r--
More consistent clock and clear support.
     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.2.1.%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">
   110       <HintPath>..\packages\NAudio.1.7.2\lib\net35\NAudio.dll</HintPath>
   111     </Reference>
   112     <Reference Include="System" />
   113     <Reference Include="System.Configuration" />
   114     <Reference Include="System.Core" />
   115     <Reference Include="System.Runtime.Serialization" />
   116     <Reference Include="System.Security" />
   117     <Reference Include="System.ServiceModel" />
   118     <Reference Include="System.Xml.Linq" />
   119     <Reference Include="System.Data.DataSetExtensions" />
   120     <Reference Include="Microsoft.CSharp" />
   121     <Reference Include="System.Data" />
   122     <Reference Include="System.Deployment" />
   123     <Reference Include="System.Drawing" />
   124     <Reference Include="System.Windows.Forms" />
   125     <Reference Include="System.Xml" />
   126     <Reference Include="System.Xml.Serialization" />
   127   </ItemGroup>
   128   <ItemGroup>
   129     <Compile Include="CbtHook.cs" />
   130     <Compile Include="NetworkManager.cs" />
   131     <Compile Include="DialogBox.cs" />
   132     <Compile Include="Display.cs" />
   133     <Compile Include="DisplaySettings.cs" />
   134     <Compile Include="MainForm.cs">
   135       <SubType>Form</SubType>
   136     </Compile>
   137     <Compile Include="MainForm.Designer.cs">
   138       <DependentUpon>MainForm.cs</DependentUpon>
   139     </Compile>
   140     <Compile Include="MarqueeLabel.cs" />
   141     <Compile Include="NotifyIconAdv.cs" />
   142     <Compile Include="Program.cs" />
   143     <Compile Include="ProgressForm.cs">
   144       <SubType>Form</SubType>
   145     </Compile>
   146     <Compile Include="ProgressForm.Designer.cs">
   147       <DependentUpon>ProgressForm.cs</DependentUpon>
   148     </Compile>
   149     <Compile Include="Properties\AssemblyInfo.cs" />
   150     <Compile Include="Session.cs" />
   151     <Compile Include="Settings.cs" />
   152     <Compile Include="StartupManager.cs" />
   153     <Compile Include="TaskScheduler.cs" />
   154     <Compile Include="Win32API.cs" />
   155     <Compile Include="WindowsHook.cs" />
   156     <Compile Include="WndProcRetHook.cs" />
   157     <EmbeddedResource Include="MainForm.resx">
   158       <DependentUpon>MainForm.cs</DependentUpon>
   159     </EmbeddedResource>
   160     <EmbeddedResource Include="ProgressForm.resx">
   161       <DependentUpon>ProgressForm.cs</DependentUpon>
   162     </EmbeddedResource>
   163     <EmbeddedResource Include="Properties\Resources.resx">
   164       <Generator>ResXFileCodeGenerator</Generator>
   165       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   166       <SubType>Designer</SubType>
   167     </EmbeddedResource>
   168     <Compile Include="Properties\Resources.Designer.cs">
   169       <AutoGen>True</AutoGen>
   170       <DependentUpon>Resources.resx</DependentUpon>
   171       <DesignTime>True</DesignTime>
   172     </Compile>
   173     <None Include="app.manifest">
   174       <SubType>Designer</SubType>
   175     </None>
   176     <None Include="packages.config" />
   177     <None Include="Properties\Settings.settings">
   178       <Generator>SettingsSingleFileGenerator</Generator>
   179       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   180     </None>
   181     <Compile Include="Properties\Settings.Designer.cs">
   182       <AutoGen>True</AutoGen>
   183       <DependentUpon>Settings.settings</DependentUpon>
   184       <DesignTimeSharedInput>True</DesignTimeSharedInput>
   185     </Compile>
   186     <None Include="SharpDisplayManager_TemporaryKey.pfx" />
   187   </ItemGroup>
   188   <ItemGroup>
   189     <None Include="App.config" />
   190   </ItemGroup>
   191   <ItemGroup>
   192     <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
   193       <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
   194       <Name>SharpDisplayClient</Name>
   195     </ProjectReference>
   196     <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
   197       <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
   198       <Name>SharpDisplayInterface</Name>
   199     </ProjectReference>
   200   </ItemGroup>
   201   <ItemGroup>
   202     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
   203       <Visible>False</Visible>
   204       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
   205       <Install>true</Install>
   206     </BootstrapperPackage>
   207     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   208       <Visible>False</Visible>
   209       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   210       <Install>false</Install>
   211     </BootstrapperPackage>
   212     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   213       <Visible>False</Visible>
   214       <ProductName>.NET Framework 3.5 SP1</ProductName>
   215       <Install>false</Install>
   216     </BootstrapperPackage>
   217     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
   218       <Visible>False</Visible>
   219       <ProductName>Windows Installer 4.5</ProductName>
   220       <Install>true</Install>
   221     </BootstrapperPackage>
   222   </ItemGroup>
   223   <ItemGroup>
   224     <Content Include="MiniDisplay.dll" />
   225     <EmbeddedResource Include="Resources\vfd.ico" />
   226   </ItemGroup>
   227   <ItemGroup>
   228     <COMReference Include="NETWORKLIST">
   229       <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
   230       <VersionMajor>1</VersionMajor>
   231       <VersionMinor>0</VersionMinor>
   232       <Lcid>0</Lcid>
   233       <WrapperTool>tlbimp</WrapperTool>
   234       <Isolated>False</Isolated>
   235       <EmbedInteropTypes>True</EmbedInteropTypes>
   236     </COMReference>
   237   </ItemGroup>
   238   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   239   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   240        Other similar extension points exist, see Microsoft.Common.targets.
   241   <Target Name="BeforeBuild">
   242   </Target>
   243   <Target Name="AfterBuild">
   244   </Target>
   245   -->
   246 </Project>