Server/SharpDisplayManager.csproj
author sl
Fri, 22 Aug 2014 22:48:30 +0200
changeset 43 86aad774b532
parent 25 6f10207a89a8
child 46 0c0ee86760ea
permissions -rw-r--r--
Client now supports text alignment through our new TextField.
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@43
    15
    <PublishUrl>publish\</PublishUrl>
sl@43
    16
    <Install>true</Install>
sl@43
    17
    <InstallFrom>Disk</InstallFrom>
sl@43
    18
    <UpdateEnabled>false</UpdateEnabled>
sl@43
    19
    <UpdateMode>Foreground</UpdateMode>
sl@43
    20
    <UpdateInterval>7</UpdateInterval>
sl@43
    21
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@43
    22
    <UpdatePeriodically>false</UpdatePeriodically>
sl@43
    23
    <UpdateRequired>false</UpdateRequired>
sl@43
    24
    <MapFileExtensions>true</MapFileExtensions>
sl@43
    25
    <ApplicationRevision>0</ApplicationRevision>
sl@43
    26
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
sl@43
    27
    <IsWebBootstrapper>false</IsWebBootstrapper>
sl@43
    28
    <UseApplicationTrust>false</UseApplicationTrust>
sl@43
    29
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    30
  </PropertyGroup>
sl@0
    31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    32
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    33
    <DebugSymbols>true</DebugSymbols>
sl@0
    34
    <DebugType>full</DebugType>
sl@0
    35
    <Optimize>false</Optimize>
sl@18
    36
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@0
    37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    38
    <ErrorReport>prompt</ErrorReport>
sl@0
    39
    <WarningLevel>4</WarningLevel>
sl@43
    40
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    41
  </PropertyGroup>
sl@0
    42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    43
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    44
    <DebugType>pdbonly</DebugType>
sl@0
    45
    <Optimize>true</Optimize>
sl@18
    46
    <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
sl@0
    47
    <DefineConstants>TRACE</DefineConstants>
sl@0
    48
    <ErrorReport>prompt</ErrorReport>
sl@0
    49
    <WarningLevel>4</WarningLevel>
sl@43
    50
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    51
  </PropertyGroup>
sl@43
    52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    53
    <DebugSymbols>true</DebugSymbols>
sl@43
    54
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    55
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    56
    <DebugType>full</DebugType>
sl@43
    57
    <PlatformTarget>x86</PlatformTarget>
sl@43
    58
    <ErrorReport>prompt</ErrorReport>
sl@43
    59
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    60
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    61
  </PropertyGroup>
sl@43
    62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    63
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    64
    <DefineConstants>TRACE</DefineConstants>
sl@43
    65
    <Optimize>true</Optimize>
sl@43
    66
    <DebugType>pdbonly</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@0
    71
  </PropertyGroup>
sl@0
    72
  <ItemGroup>
sl@0
    73
    <Reference Include="Microsoft.VisualBasic" />
sl@0
    74
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
sl@0
    75
    <Reference Include="System" />
sl@0
    76
    <Reference Include="System.Core" />
sl@17
    77
    <Reference Include="System.ServiceModel" />
sl@0
    78
    <Reference Include="System.Xml.Linq" />
sl@0
    79
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
    80
    <Reference Include="Microsoft.CSharp" />
sl@0
    81
    <Reference Include="System.Data" />
sl@0
    82
    <Reference Include="System.Deployment" />
sl@0
    83
    <Reference Include="System.Drawing" />
sl@0
    84
    <Reference Include="System.Windows.Forms" />
sl@0
    85
    <Reference Include="System.Xml" />
sl@0
    86
  </ItemGroup>
sl@0
    87
  <ItemGroup>
sl@0
    88
    <Compile Include="CbtHook.cs" />
sl@0
    89
    <Compile Include="DialogBox.cs" />
sl@3
    90
    <Compile Include="Display.cs" />
sl@0
    91
    <Compile Include="MainForm.cs">
sl@0
    92
      <SubType>Form</SubType>
sl@0
    93
    </Compile>
sl@0
    94
    <Compile Include="MainForm.Designer.cs">
sl@0
    95
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
    96
    </Compile>
sl@16
    97
    <Compile Include="MarqueeLabel.cs" />
sl@0
    98
    <Compile Include="Program.cs" />
sl@0
    99
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@17
   100
    <Compile Include="Servers.cs" />
sl@17
   101
    <Compile Include="Services.cs" />
sl@0
   102
    <Compile Include="Win32API.cs" />
sl@0
   103
    <Compile Include="WindowsHook.cs" />
sl@0
   104
    <Compile Include="WndProcRetHook.cs" />
sl@0
   105
    <EmbeddedResource Include="MainForm.resx">
sl@0
   106
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   107
    </EmbeddedResource>
sl@0
   108
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   109
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   110
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   111
      <SubType>Designer</SubType>
sl@0
   112
    </EmbeddedResource>
sl@0
   113
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   114
      <AutoGen>True</AutoGen>
sl@0
   115
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   116
      <DesignTime>True</DesignTime>
sl@0
   117
    </Compile>
sl@0
   118
    <None Include="Properties\Settings.settings">
sl@0
   119
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   120
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   121
    </None>
sl@0
   122
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   123
      <AutoGen>True</AutoGen>
sl@0
   124
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   125
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   126
    </Compile>
sl@0
   127
  </ItemGroup>
sl@0
   128
  <ItemGroup>
sl@0
   129
    <None Include="App.config" />
sl@0
   130
  </ItemGroup>
sl@22
   131
  <ItemGroup>
sl@25
   132
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   133
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   134
      <Name>SharpDisplayClient</Name>
sl@25
   135
    </ProjectReference>
sl@22
   136
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   137
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   138
      <Name>SharpDisplayInterface</Name>
sl@22
   139
    </ProjectReference>
sl@22
   140
  </ItemGroup>
sl@43
   141
  <ItemGroup>
sl@43
   142
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   143
      <Visible>False</Visible>
sl@43
   144
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   145
      <Install>true</Install>
sl@43
   146
    </BootstrapperPackage>
sl@43
   147
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   148
      <Visible>False</Visible>
sl@43
   149
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   150
      <Install>false</Install>
sl@43
   151
    </BootstrapperPackage>
sl@43
   152
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   153
      <Visible>False</Visible>
sl@43
   154
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   155
      <Install>false</Install>
sl@43
   156
    </BootstrapperPackage>
sl@43
   157
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   158
      <Visible>False</Visible>
sl@43
   159
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   160
      <Install>true</Install>
sl@43
   161
    </BootstrapperPackage>
sl@43
   162
  </ItemGroup>
sl@0
   163
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   164
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   165
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   166
  <Target Name="BeforeBuild">
sl@0
   167
  </Target>
sl@0
   168
  <Target Name="AfterBuild">
sl@0
   169
  </Target>
sl@0
   170
  -->
sl@0
   171
</Project>