Server/SharpDisplayManager.csproj
author StephaneLenclud
Wed, 18 Mar 2015 20:10:38 +0100
changeset 127 75addfa85201
parent 126 791786747ba6
child 128 2e0571e50ab3
permissions -rw-r--r--
Adding Green Start Icon and Publish.
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@124
    34
    <ApplicationRevision>1</ApplicationRevision>
StephaneLenclud@127
    35
    <ApplicationVersion>0.3.2.%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>
StephaneLenclud@125
   112
    <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@125
   113
      <SpecificVersion>False</SpecificVersion>
StephaneLenclud@125
   114
      <HintPath>..\packages\SharpLibHid.1.0.1\lib\net20\SharpLibHid.dll</HintPath>
StephaneLenclud@124
   115
    </Reference>
sl@0
   116
    <Reference Include="System" />
sl@48
   117
    <Reference Include="System.Configuration" />
sl@0
   118
    <Reference Include="System.Core" />
sl@46
   119
    <Reference Include="System.Runtime.Serialization" />
sl@92
   120
    <Reference Include="System.Security" />
sl@17
   121
    <Reference Include="System.ServiceModel" />
sl@0
   122
    <Reference Include="System.Xml.Linq" />
sl@0
   123
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   124
    <Reference Include="Microsoft.CSharp" />
sl@0
   125
    <Reference Include="System.Data" />
sl@0
   126
    <Reference Include="System.Deployment" />
sl@0
   127
    <Reference Include="System.Drawing" />
sl@0
   128
    <Reference Include="System.Windows.Forms" />
sl@0
   129
    <Reference Include="System.Xml" />
sl@46
   130
    <Reference Include="System.Xml.Serialization" />
sl@0
   131
  </ItemGroup>
sl@0
   132
  <ItemGroup>
sl@0
   133
    <Compile Include="CbtHook.cs" />
StephaneLenclud@126
   134
    <Compile Include="MainForm.Hid.cs">
StephaneLenclud@126
   135
      <DependentUpon>MainForm.cs</DependentUpon>
StephaneLenclud@126
   136
    </Compile>
StephaneLenclud@117
   137
    <Compile Include="NetworkManager.cs" />
sl@0
   138
    <Compile Include="DialogBox.cs" />
sl@3
   139
    <Compile Include="Display.cs" />
sl@48
   140
    <Compile Include="DisplaySettings.cs" />
StephaneLenclud@126
   141
    <Compile Include="MainForm.cs">
StephaneLenclud@126
   142
      <SubType>Form</SubType>
StephaneLenclud@126
   143
    </Compile>
sl@0
   144
    <Compile Include="MainForm.Designer.cs">
sl@0
   145
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   146
    </Compile>
sl@16
   147
    <Compile Include="MarqueeLabel.cs" />
sl@94
   148
    <Compile Include="NotifyIconAdv.cs" />
sl@0
   149
    <Compile Include="Program.cs" />
sl@91
   150
    <Compile Include="ProgressForm.cs">
sl@91
   151
      <SubType>Form</SubType>
sl@91
   152
    </Compile>
sl@91
   153
    <Compile Include="ProgressForm.Designer.cs">
sl@91
   154
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   155
    </Compile>
sl@0
   156
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@56
   157
    <Compile Include="Session.cs" />
sl@46
   158
    <Compile Include="Settings.cs" />
sl@92
   159
    <Compile Include="StartupManager.cs" />
sl@92
   160
    <Compile Include="TaskScheduler.cs" />
sl@0
   161
    <Compile Include="Win32API.cs" />
sl@0
   162
    <Compile Include="WindowsHook.cs" />
sl@0
   163
    <Compile Include="WndProcRetHook.cs" />
sl@0
   164
    <EmbeddedResource Include="MainForm.resx">
sl@0
   165
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   166
    </EmbeddedResource>
sl@91
   167
    <EmbeddedResource Include="ProgressForm.resx">
sl@91
   168
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   169
    </EmbeddedResource>
sl@0
   170
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   171
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   172
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   173
      <SubType>Designer</SubType>
sl@0
   174
    </EmbeddedResource>
sl@0
   175
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   176
      <AutoGen>True</AutoGen>
sl@0
   177
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   178
      <DesignTime>True</DesignTime>
sl@0
   179
    </Compile>
sl@99
   180
    <None Include="app.manifest">
sl@99
   181
      <SubType>Designer</SubType>
sl@99
   182
    </None>
StephaneLenclud@112
   183
    <None Include="packages.config" />
sl@0
   184
    <None Include="Properties\Settings.settings">
sl@0
   185
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   186
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   187
    </None>
sl@0
   188
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   189
      <AutoGen>True</AutoGen>
sl@0
   190
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   191
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   192
    </Compile>
StephaneLenclud@127
   193
    <None Include="Resources\Windows-Media-Center-icon-32.png" />
sl@84
   194
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   195
  </ItemGroup>
sl@0
   196
  <ItemGroup>
sl@0
   197
    <None Include="App.config" />
sl@0
   198
  </ItemGroup>
sl@22
   199
  <ItemGroup>
sl@25
   200
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   201
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   202
      <Name>SharpDisplayClient</Name>
sl@25
   203
    </ProjectReference>
sl@22
   204
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   205
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   206
      <Name>SharpDisplayInterface</Name>
sl@22
   207
    </ProjectReference>
sl@22
   208
  </ItemGroup>
sl@43
   209
  <ItemGroup>
sl@43
   210
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   211
      <Visible>False</Visible>
sl@43
   212
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   213
      <Install>true</Install>
sl@43
   214
    </BootstrapperPackage>
sl@43
   215
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   216
      <Visible>False</Visible>
sl@43
   217
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   218
      <Install>false</Install>
sl@43
   219
    </BootstrapperPackage>
sl@43
   220
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   221
      <Visible>False</Visible>
sl@43
   222
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   223
      <Install>false</Install>
sl@43
   224
    </BootstrapperPackage>
sl@43
   225
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   226
      <Visible>False</Visible>
sl@43
   227
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   228
      <Install>true</Install>
sl@43
   229
    </BootstrapperPackage>
sl@43
   230
  </ItemGroup>
sl@84
   231
  <ItemGroup>
sl@84
   232
    <Content Include="MiniDisplay.dll" />
sl@94
   233
    <EmbeddedResource Include="Resources\vfd.ico" />
sl@84
   234
  </ItemGroup>
StephaneLenclud@117
   235
  <ItemGroup>
StephaneLenclud@117
   236
    <COMReference Include="NETWORKLIST">
StephaneLenclud@117
   237
      <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
StephaneLenclud@117
   238
      <VersionMajor>1</VersionMajor>
StephaneLenclud@117
   239
      <VersionMinor>0</VersionMinor>
StephaneLenclud@117
   240
      <Lcid>0</Lcid>
StephaneLenclud@117
   241
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@117
   242
      <Isolated>False</Isolated>
StephaneLenclud@117
   243
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@117
   244
    </COMReference>
StephaneLenclud@126
   245
    <COMReference Include="Shell32">
StephaneLenclud@126
   246
      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
StephaneLenclud@126
   247
      <VersionMajor>1</VersionMajor>
StephaneLenclud@126
   248
      <VersionMinor>0</VersionMinor>
StephaneLenclud@126
   249
      <Lcid>0</Lcid>
StephaneLenclud@126
   250
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@126
   251
      <Isolated>False</Isolated>
StephaneLenclud@126
   252
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@126
   253
    </COMReference>
StephaneLenclud@117
   254
  </ItemGroup>
sl@0
   255
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   256
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   257
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   258
  <Target Name="BeforeBuild">
sl@0
   259
  </Target>
sl@0
   260
  <Target Name="AfterBuild">
sl@0
   261
  </Target>
sl@0
   262
  -->
sl@0
   263
</Project>