Server/SharpDisplayManager.csproj
author sl
Sun, 11 Jan 2015 18:34:52 +0100
changeset 85 9c4a78195ac4
parent 84 38e39df95b0a
child 88 4f09ae97cdcc
permissions -rw-r--r--
ClickOnce: Adding app icon, fixing publisher name and publish directly to FTP.
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@43
    20
    <UpdateMode>Foreground</UpdateMode>
sl@43
    21
    <UpdateInterval>7</UpdateInterval>
sl@43
    22
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@43
    23
    <UpdatePeriodically>false</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@84
    30
    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
sl@85
    31
    <WebPage>index.htm</WebPage>
sl@85
    32
    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
sl@85
    33
    <ApplicationRevision>11</ApplicationRevision>
sl@84
    34
    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
sl@43
    35
    <UseApplicationTrust>false</UseApplicationTrust>
sl@85
    36
    <CreateDesktopShortcut>true</CreateDesktopShortcut>
sl@84
    37
    <PublishWizardCompleted>true</PublishWizardCompleted>
sl@43
    38
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    39
  </PropertyGroup>
sl@0
    40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    41
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    42
    <DebugSymbols>true</DebugSymbols>
sl@0
    43
    <DebugType>full</DebugType>
sl@0
    44
    <Optimize>false</Optimize>
sl@18
    45
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@0
    46
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    47
    <ErrorReport>prompt</ErrorReport>
sl@0
    48
    <WarningLevel>4</WarningLevel>
sl@43
    49
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    50
  </PropertyGroup>
sl@0
    51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    52
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    53
    <DebugType>pdbonly</DebugType>
sl@0
    54
    <Optimize>true</Optimize>
sl@18
    55
    <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
sl@0
    56
    <DefineConstants>TRACE</DefineConstants>
sl@0
    57
    <ErrorReport>prompt</ErrorReport>
sl@0
    58
    <WarningLevel>4</WarningLevel>
sl@43
    59
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    60
  </PropertyGroup>
sl@43
    61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    62
    <DebugSymbols>true</DebugSymbols>
sl@43
    63
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    64
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    65
    <DebugType>full</DebugType>
sl@43
    66
    <PlatformTarget>x86</PlatformTarget>
sl@43
    67
    <ErrorReport>prompt</ErrorReport>
sl@43
    68
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    69
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    70
  </PropertyGroup>
sl@43
    71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    72
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    73
    <DefineConstants>TRACE</DefineConstants>
sl@43
    74
    <Optimize>true</Optimize>
sl@43
    75
    <DebugType>pdbonly</DebugType>
sl@43
    76
    <PlatformTarget>x86</PlatformTarget>
sl@43
    77
    <ErrorReport>prompt</ErrorReport>
sl@43
    78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    79
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    80
  </PropertyGroup>
sl@84
    81
  <PropertyGroup>
sl@84
    82
    <SignManifests>true</SignManifests>
sl@84
    83
  </PropertyGroup>
sl@84
    84
  <PropertyGroup>
sl@84
    85
    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
sl@84
    86
  </PropertyGroup>
sl@84
    87
  <PropertyGroup>
sl@84
    88
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
sl@84
    89
  </PropertyGroup>
sl@84
    90
  <PropertyGroup>
sl@84
    91
    <GenerateManifests>true</GenerateManifests>
sl@84
    92
  </PropertyGroup>
sl@85
    93
  <PropertyGroup>
sl@85
    94
    <ApplicationIcon>vfd.ico</ApplicationIcon>
sl@85
    95
  </PropertyGroup>
sl@85
    96
  <PropertyGroup>
sl@85
    97
    <StartupObject>SharpDisplayManager.Program</StartupObject>
sl@85
    98
  </PropertyGroup>
sl@0
    99
  <ItemGroup>
sl@0
   100
    <Reference Include="Microsoft.VisualBasic" />
sl@0
   101
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
sl@0
   102
    <Reference Include="System" />
sl@48
   103
    <Reference Include="System.Configuration" />
sl@0
   104
    <Reference Include="System.Core" />
sl@46
   105
    <Reference Include="System.Runtime.Serialization" />
sl@17
   106
    <Reference Include="System.ServiceModel" />
sl@0
   107
    <Reference Include="System.Xml.Linq" />
sl@0
   108
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   109
    <Reference Include="Microsoft.CSharp" />
sl@0
   110
    <Reference Include="System.Data" />
sl@0
   111
    <Reference Include="System.Deployment" />
sl@0
   112
    <Reference Include="System.Drawing" />
sl@0
   113
    <Reference Include="System.Windows.Forms" />
sl@0
   114
    <Reference Include="System.Xml" />
sl@46
   115
    <Reference Include="System.Xml.Serialization" />
sl@0
   116
  </ItemGroup>
sl@0
   117
  <ItemGroup>
sl@0
   118
    <Compile Include="CbtHook.cs" />
sl@0
   119
    <Compile Include="DialogBox.cs" />
sl@3
   120
    <Compile Include="Display.cs" />
sl@48
   121
    <Compile Include="DisplaySettings.cs" />
sl@0
   122
    <Compile Include="MainForm.cs">
sl@0
   123
      <SubType>Form</SubType>
sl@0
   124
    </Compile>
sl@0
   125
    <Compile Include="MainForm.Designer.cs">
sl@0
   126
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   127
    </Compile>
sl@16
   128
    <Compile Include="MarqueeLabel.cs" />
sl@0
   129
    <Compile Include="Program.cs" />
sl@0
   130
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@56
   131
    <Compile Include="Session.cs" />
sl@46
   132
    <Compile Include="Settings.cs" />
sl@0
   133
    <Compile Include="Win32API.cs" />
sl@0
   134
    <Compile Include="WindowsHook.cs" />
sl@0
   135
    <Compile Include="WndProcRetHook.cs" />
sl@0
   136
    <EmbeddedResource Include="MainForm.resx">
sl@0
   137
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   138
    </EmbeddedResource>
sl@0
   139
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   140
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   141
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   142
      <SubType>Designer</SubType>
sl@0
   143
    </EmbeddedResource>
sl@0
   144
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   145
      <AutoGen>True</AutoGen>
sl@0
   146
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   147
      <DesignTime>True</DesignTime>
sl@0
   148
    </Compile>
sl@0
   149
    <None Include="Properties\Settings.settings">
sl@0
   150
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   151
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   152
    </None>
sl@0
   153
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   154
      <AutoGen>True</AutoGen>
sl@0
   155
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   156
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   157
    </Compile>
sl@84
   158
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   159
  </ItemGroup>
sl@0
   160
  <ItemGroup>
sl@0
   161
    <None Include="App.config" />
sl@0
   162
  </ItemGroup>
sl@22
   163
  <ItemGroup>
sl@25
   164
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   165
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   166
      <Name>SharpDisplayClient</Name>
sl@25
   167
    </ProjectReference>
sl@22
   168
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   169
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   170
      <Name>SharpDisplayInterface</Name>
sl@22
   171
    </ProjectReference>
sl@22
   172
  </ItemGroup>
sl@43
   173
  <ItemGroup>
sl@43
   174
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   175
      <Visible>False</Visible>
sl@43
   176
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   177
      <Install>true</Install>
sl@43
   178
    </BootstrapperPackage>
sl@43
   179
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   180
      <Visible>False</Visible>
sl@43
   181
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   182
      <Install>false</Install>
sl@43
   183
    </BootstrapperPackage>
sl@43
   184
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   185
      <Visible>False</Visible>
sl@43
   186
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   187
      <Install>false</Install>
sl@43
   188
    </BootstrapperPackage>
sl@43
   189
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   190
      <Visible>False</Visible>
sl@43
   191
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   192
      <Install>true</Install>
sl@43
   193
    </BootstrapperPackage>
sl@43
   194
  </ItemGroup>
sl@84
   195
  <ItemGroup>
sl@84
   196
    <Content Include="MiniDisplay.dll" />
sl@85
   197
    <Content Include="vfd.ico" />
sl@84
   198
  </ItemGroup>
sl@0
   199
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   200
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   201
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   202
  <Target Name="BeforeBuild">
sl@0
   203
  </Target>
sl@0
   204
  <Target Name="AfterBuild">
sl@0
   205
  </Target>
sl@0
   206
  -->
sl@0
   207
</Project>