Server/SharpDisplayManager.csproj
author StephaneLenclud
Sun, 08 Feb 2015 17:27:02 +0100
changeset 112 57b1c6507bd7
parent 111 1b6de6f9b7c6
child 116 5fc39c560179
permissions -rw-r--r--
Adding 'Audio' tab.
Volume indicator of MDM16AA display now working.
Adding server side dependency on NAudio.
It was decided to have a server side dependency so that we could implement
new fields control such as:
* Volume indicator
* Mute indicator
* Spectrum visualizer
* Meter visualizer
* Fancy visualizer
sl@0
     1
<?xml version="1.0" encoding="utf-8"?>
sl@0
     2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@0
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@0
     4
  <PropertyGroup>
sl@0
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@0
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@0
     7
    <ProjectGuid>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
sl@0
     8
    <OutputType>WinExe</OutputType>
sl@0
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@0
    10
    <RootNamespace>SharpDisplayManager</RootNamespace>
sl@0
    11
    <AssemblyName>SharpDisplayManager</AssemblyName>
sl@0
    12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
sl@0
    13
    <FileAlignment>512</FileAlignment>
sl@43
    14
    <TargetFrameworkProfile />
sl@84
    15
    <IsWebBootstrapper>true</IsWebBootstrapper>
sl@85
    16
    <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
sl@43
    17
    <Install>true</Install>
sl@84
    18
    <InstallFrom>Web</InstallFrom>
sl@84
    19
    <UpdateEnabled>true</UpdateEnabled>
sl@88
    20
    <UpdateMode>Background</UpdateMode>
sl@43
    21
    <UpdateInterval>7</UpdateInterval>
sl@43
    22
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@88
    23
    <UpdatePeriodically>true</UpdatePeriodically>
sl@43
    24
    <UpdateRequired>false</UpdateRequired>
sl@43
    25
    <MapFileExtensions>true</MapFileExtensions>
sl@84
    26
    <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
sl@85
    27
    <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
sl@85
    28
    <ProductName>Sharp Display Manager</ProductName>
sl@85
    29
    <PublisherName>Slions</PublisherName>
sl@93
    30
    <SuiteName>Sharp Display Manager</SuiteName>
sl@84
    31
    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
sl@85
    32
    <WebPage>index.htm</WebPage>
sl@85
    33
    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
StephaneLenclud@108
    34
    <ApplicationRevision>1</ApplicationRevision>
StephaneLenclud@111
    35
    <ApplicationVersion>0.1.3.%2a</ApplicationVersion>
sl@43
    36
    <UseApplicationTrust>false</UseApplicationTrust>
sl@85
    37
    <CreateDesktopShortcut>true</CreateDesktopShortcut>
sl@84
    38
    <PublishWizardCompleted>true</PublishWizardCompleted>
sl@43
    39
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    40
  </PropertyGroup>
sl@0
    41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    42
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    43
    <DebugSymbols>true</DebugSymbols>
sl@0
    44
    <DebugType>full</DebugType>
sl@0
    45
    <Optimize>false</Optimize>
sl@18
    46
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@0
    47
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    48
    <ErrorReport>prompt</ErrorReport>
sl@0
    49
    <WarningLevel>4</WarningLevel>
sl@43
    50
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    51
  </PropertyGroup>
sl@0
    52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    53
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    54
    <DebugType>pdbonly</DebugType>
sl@0
    55
    <Optimize>true</Optimize>
sl@18
    56
    <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
sl@0
    57
    <DefineConstants>TRACE</DefineConstants>
sl@0
    58
    <ErrorReport>prompt</ErrorReport>
sl@0
    59
    <WarningLevel>4</WarningLevel>
sl@43
    60
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    61
  </PropertyGroup>
sl@43
    62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    63
    <DebugSymbols>true</DebugSymbols>
sl@43
    64
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    65
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    66
    <DebugType>full</DebugType>
sl@43
    67
    <PlatformTarget>x86</PlatformTarget>
sl@43
    68
    <ErrorReport>prompt</ErrorReport>
sl@43
    69
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    70
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    71
  </PropertyGroup>
sl@43
    72
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    73
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    74
    <DefineConstants>TRACE</DefineConstants>
sl@43
    75
    <Optimize>true</Optimize>
sl@43
    76
    <DebugType>pdbonly</DebugType>
sl@43
    77
    <PlatformTarget>x86</PlatformTarget>
sl@43
    78
    <ErrorReport>prompt</ErrorReport>
sl@43
    79
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    80
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    81
  </PropertyGroup>
sl@84
    82
  <PropertyGroup>
sl@84
    83
    <SignManifests>true</SignManifests>
sl@84
    84
  </PropertyGroup>
sl@84
    85
  <PropertyGroup>
sl@84
    86
    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
sl@84
    87
  </PropertyGroup>
sl@84
    88
  <PropertyGroup>
sl@84
    89
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
sl@84
    90
  </PropertyGroup>
sl@84
    91
  <PropertyGroup>
sl@89
    92
    <GenerateManifests>true</GenerateManifests>
sl@84
    93
  </PropertyGroup>
sl@85
    94
  <PropertyGroup>
sl@94
    95
    <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
sl@85
    96
  </PropertyGroup>
sl@85
    97
  <PropertyGroup>
sl@85
    98
    <StartupObject>SharpDisplayManager.Program</StartupObject>
sl@85
    99
  </PropertyGroup>
sl@88
   100
  <PropertyGroup>
sl@88
   101
    <ApplicationManifest>app.manifest</ApplicationManifest>
sl@88
   102
  </PropertyGroup>
sl@88
   103
  <PropertyGroup>
sl@88
   104
    <TargetZone>LocalIntranet</TargetZone>
sl@88
   105
  </PropertyGroup>
sl@0
   106
  <ItemGroup>
sl@0
   107
    <Reference Include="Microsoft.VisualBasic" />
sl@0
   108
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
StephaneLenclud@112
   109
    <Reference Include="NAudio">
StephaneLenclud@112
   110
      <HintPath>..\packages\NAudio.1.7.2\lib\net35\NAudio.dll</HintPath>
StephaneLenclud@112
   111
    </Reference>
sl@0
   112
    <Reference Include="System" />
sl@48
   113
    <Reference Include="System.Configuration" />
sl@0
   114
    <Reference Include="System.Core" />
sl@46
   115
    <Reference Include="System.Runtime.Serialization" />
sl@92
   116
    <Reference Include="System.Security" />
sl@17
   117
    <Reference Include="System.ServiceModel" />
sl@0
   118
    <Reference Include="System.Xml.Linq" />
sl@0
   119
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   120
    <Reference Include="Microsoft.CSharp" />
sl@0
   121
    <Reference Include="System.Data" />
sl@0
   122
    <Reference Include="System.Deployment" />
sl@0
   123
    <Reference Include="System.Drawing" />
sl@0
   124
    <Reference Include="System.Windows.Forms" />
sl@0
   125
    <Reference Include="System.Xml" />
sl@46
   126
    <Reference Include="System.Xml.Serialization" />
sl@0
   127
  </ItemGroup>
sl@0
   128
  <ItemGroup>
sl@0
   129
    <Compile Include="CbtHook.cs" />
sl@0
   130
    <Compile Include="DialogBox.cs" />
sl@3
   131
    <Compile Include="Display.cs" />
sl@48
   132
    <Compile Include="DisplaySettings.cs" />
sl@0
   133
    <Compile Include="MainForm.cs">
sl@0
   134
      <SubType>Form</SubType>
sl@0
   135
    </Compile>
sl@0
   136
    <Compile Include="MainForm.Designer.cs">
sl@0
   137
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   138
    </Compile>
sl@16
   139
    <Compile Include="MarqueeLabel.cs" />
sl@94
   140
    <Compile Include="NotifyIconAdv.cs" />
sl@0
   141
    <Compile Include="Program.cs" />
sl@91
   142
    <Compile Include="ProgressForm.cs">
sl@91
   143
      <SubType>Form</SubType>
sl@91
   144
    </Compile>
sl@91
   145
    <Compile Include="ProgressForm.Designer.cs">
sl@91
   146
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   147
    </Compile>
sl@0
   148
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@56
   149
    <Compile Include="Session.cs" />
sl@46
   150
    <Compile Include="Settings.cs" />
sl@92
   151
    <Compile Include="StartupManager.cs" />
sl@92
   152
    <Compile Include="TaskScheduler.cs" />
sl@0
   153
    <Compile Include="Win32API.cs" />
sl@0
   154
    <Compile Include="WindowsHook.cs" />
sl@0
   155
    <Compile Include="WndProcRetHook.cs" />
sl@0
   156
    <EmbeddedResource Include="MainForm.resx">
sl@0
   157
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   158
    </EmbeddedResource>
sl@91
   159
    <EmbeddedResource Include="ProgressForm.resx">
sl@91
   160
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   161
    </EmbeddedResource>
sl@0
   162
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   163
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   164
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   165
      <SubType>Designer</SubType>
sl@0
   166
    </EmbeddedResource>
sl@0
   167
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   168
      <AutoGen>True</AutoGen>
sl@0
   169
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   170
      <DesignTime>True</DesignTime>
sl@0
   171
    </Compile>
sl@99
   172
    <None Include="app.manifest">
sl@99
   173
      <SubType>Designer</SubType>
sl@99
   174
    </None>
StephaneLenclud@112
   175
    <None Include="packages.config" />
sl@0
   176
    <None Include="Properties\Settings.settings">
sl@0
   177
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   178
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   179
    </None>
sl@0
   180
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   181
      <AutoGen>True</AutoGen>
sl@0
   182
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   183
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   184
    </Compile>
sl@84
   185
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   186
  </ItemGroup>
sl@0
   187
  <ItemGroup>
sl@0
   188
    <None Include="App.config" />
sl@0
   189
  </ItemGroup>
sl@22
   190
  <ItemGroup>
sl@25
   191
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   192
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   193
      <Name>SharpDisplayClient</Name>
sl@25
   194
    </ProjectReference>
sl@22
   195
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   196
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   197
      <Name>SharpDisplayInterface</Name>
sl@22
   198
    </ProjectReference>
sl@22
   199
  </ItemGroup>
sl@43
   200
  <ItemGroup>
sl@43
   201
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   202
      <Visible>False</Visible>
sl@43
   203
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   204
      <Install>true</Install>
sl@43
   205
    </BootstrapperPackage>
sl@43
   206
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   207
      <Visible>False</Visible>
sl@43
   208
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   209
      <Install>false</Install>
sl@43
   210
    </BootstrapperPackage>
sl@43
   211
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   212
      <Visible>False</Visible>
sl@43
   213
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   214
      <Install>false</Install>
sl@43
   215
    </BootstrapperPackage>
sl@43
   216
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   217
      <Visible>False</Visible>
sl@43
   218
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   219
      <Install>true</Install>
sl@43
   220
    </BootstrapperPackage>
sl@43
   221
  </ItemGroup>
sl@84
   222
  <ItemGroup>
sl@84
   223
    <Content Include="MiniDisplay.dll" />
sl@94
   224
    <EmbeddedResource Include="Resources\vfd.ico" />
sl@84
   225
  </ItemGroup>
sl@0
   226
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   227
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   228
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   229
  <Target Name="BeforeBuild">
sl@0
   230
  </Target>
sl@0
   231
  <Target Name="AfterBuild">
sl@0
   232
  </Target>
sl@0
   233
  -->
sl@0
   234
</Project>