Server/SharpDisplayManager.csproj
author StephaneLenclud
Thu, 05 Feb 2015 17:04:59 +0100
changeset 106 32270ff62819
parent 99 cf60911d08a7
child 107 db9769597834
permissions -rw-r--r--
Server: Adding scrolling speed setting.
Fixing issue with alignment of newly created text field not being set properly.
Client: Now starting-up first client automatically in debug mode.
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@101
    34
    <ApplicationRevision>1</ApplicationRevision>
StephaneLenclud@101
    35
    <ApplicationVersion>0.1.1.%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" />
sl@0
   109
    <Reference Include="System" />
sl@48
   110
    <Reference Include="System.Configuration" />
sl@0
   111
    <Reference Include="System.Core" />
sl@46
   112
    <Reference Include="System.Runtime.Serialization" />
sl@92
   113
    <Reference Include="System.Security" />
sl@17
   114
    <Reference Include="System.ServiceModel" />
sl@0
   115
    <Reference Include="System.Xml.Linq" />
sl@0
   116
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   117
    <Reference Include="Microsoft.CSharp" />
sl@0
   118
    <Reference Include="System.Data" />
sl@0
   119
    <Reference Include="System.Deployment" />
sl@0
   120
    <Reference Include="System.Drawing" />
sl@0
   121
    <Reference Include="System.Windows.Forms" />
sl@0
   122
    <Reference Include="System.Xml" />
sl@46
   123
    <Reference Include="System.Xml.Serialization" />
sl@0
   124
  </ItemGroup>
sl@0
   125
  <ItemGroup>
sl@0
   126
    <Compile Include="CbtHook.cs" />
sl@0
   127
    <Compile Include="DialogBox.cs" />
sl@3
   128
    <Compile Include="Display.cs" />
sl@48
   129
    <Compile Include="DisplaySettings.cs" />
sl@0
   130
    <Compile Include="MainForm.cs">
sl@0
   131
      <SubType>Form</SubType>
sl@0
   132
    </Compile>
sl@0
   133
    <Compile Include="MainForm.Designer.cs">
sl@0
   134
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   135
    </Compile>
sl@16
   136
    <Compile Include="MarqueeLabel.cs" />
sl@94
   137
    <Compile Include="NotifyIconAdv.cs" />
sl@0
   138
    <Compile Include="Program.cs" />
sl@91
   139
    <Compile Include="ProgressForm.cs">
sl@91
   140
      <SubType>Form</SubType>
sl@91
   141
    </Compile>
sl@91
   142
    <Compile Include="ProgressForm.Designer.cs">
sl@91
   143
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   144
    </Compile>
sl@0
   145
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@56
   146
    <Compile Include="Session.cs" />
sl@46
   147
    <Compile Include="Settings.cs" />
sl@92
   148
    <Compile Include="StartupManager.cs" />
sl@92
   149
    <Compile Include="TaskScheduler.cs" />
sl@0
   150
    <Compile Include="Win32API.cs" />
sl@0
   151
    <Compile Include="WindowsHook.cs" />
sl@0
   152
    <Compile Include="WndProcRetHook.cs" />
sl@0
   153
    <EmbeddedResource Include="MainForm.resx">
sl@0
   154
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   155
    </EmbeddedResource>
sl@91
   156
    <EmbeddedResource Include="ProgressForm.resx">
sl@91
   157
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   158
    </EmbeddedResource>
sl@0
   159
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   160
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   161
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   162
      <SubType>Designer</SubType>
sl@0
   163
    </EmbeddedResource>
sl@0
   164
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   165
      <AutoGen>True</AutoGen>
sl@0
   166
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   167
      <DesignTime>True</DesignTime>
sl@0
   168
    </Compile>
sl@99
   169
    <None Include="app.manifest">
sl@99
   170
      <SubType>Designer</SubType>
sl@99
   171
    </None>
sl@0
   172
    <None Include="Properties\Settings.settings">
sl@0
   173
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   174
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   175
    </None>
sl@0
   176
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   177
      <AutoGen>True</AutoGen>
sl@0
   178
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   179
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   180
    </Compile>
sl@84
   181
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   182
  </ItemGroup>
sl@0
   183
  <ItemGroup>
sl@0
   184
    <None Include="App.config" />
sl@0
   185
  </ItemGroup>
sl@22
   186
  <ItemGroup>
sl@25
   187
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   188
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   189
      <Name>SharpDisplayClient</Name>
sl@25
   190
    </ProjectReference>
sl@22
   191
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   192
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   193
      <Name>SharpDisplayInterface</Name>
sl@22
   194
    </ProjectReference>
sl@22
   195
  </ItemGroup>
sl@43
   196
  <ItemGroup>
sl@43
   197
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   198
      <Visible>False</Visible>
sl@43
   199
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   200
      <Install>true</Install>
sl@43
   201
    </BootstrapperPackage>
sl@43
   202
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   203
      <Visible>False</Visible>
sl@43
   204
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   205
      <Install>false</Install>
sl@43
   206
    </BootstrapperPackage>
sl@43
   207
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   208
      <Visible>False</Visible>
sl@43
   209
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   210
      <Install>false</Install>
sl@43
   211
    </BootstrapperPackage>
sl@43
   212
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   213
      <Visible>False</Visible>
sl@43
   214
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   215
      <Install>true</Install>
sl@43
   216
    </BootstrapperPackage>
sl@43
   217
  </ItemGroup>
sl@84
   218
  <ItemGroup>
sl@84
   219
    <Content Include="MiniDisplay.dll" />
sl@94
   220
    <EmbeddedResource Include="Resources\vfd.ico" />
sl@84
   221
  </ItemGroup>
sl@0
   222
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   223
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   224
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   225
  <Target Name="BeforeBuild">
sl@0
   226
  </Target>
sl@0
   227
  <Target Name="AfterBuild">
sl@0
   228
  </Target>
sl@0
   229
  -->
sl@0
   230
</Project>