Server/SharpDisplayManager.csproj
author sl
Sun, 31 Aug 2014 18:33:05 +0200
changeset 52 b22b0127afa4
parent 46 0c0ee86760ea
child 56 e86d84480b32
permissions -rw-r--r--
Adding support for power on/off.
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@48
    76
    <Reference Include="System.Configuration" />
sl@0
    77
    <Reference Include="System.Core" />
sl@46
    78
    <Reference Include="System.Runtime.Serialization" />
sl@17
    79
    <Reference Include="System.ServiceModel" />
sl@0
    80
    <Reference Include="System.Xml.Linq" />
sl@0
    81
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
    82
    <Reference Include="Microsoft.CSharp" />
sl@0
    83
    <Reference Include="System.Data" />
sl@0
    84
    <Reference Include="System.Deployment" />
sl@0
    85
    <Reference Include="System.Drawing" />
sl@0
    86
    <Reference Include="System.Windows.Forms" />
sl@0
    87
    <Reference Include="System.Xml" />
sl@46
    88
    <Reference Include="System.Xml.Serialization" />
sl@0
    89
  </ItemGroup>
sl@0
    90
  <ItemGroup>
sl@0
    91
    <Compile Include="CbtHook.cs" />
sl@0
    92
    <Compile Include="DialogBox.cs" />
sl@3
    93
    <Compile Include="Display.cs" />
sl@48
    94
    <Compile Include="DisplaySettings.cs" />
sl@0
    95
    <Compile Include="MainForm.cs">
sl@0
    96
      <SubType>Form</SubType>
sl@0
    97
    </Compile>
sl@0
    98
    <Compile Include="MainForm.Designer.cs">
sl@0
    99
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   100
    </Compile>
sl@16
   101
    <Compile Include="MarqueeLabel.cs" />
sl@0
   102
    <Compile Include="Program.cs" />
sl@0
   103
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@17
   104
    <Compile Include="Servers.cs" />
sl@17
   105
    <Compile Include="Services.cs" />
sl@46
   106
    <Compile Include="Settings.cs" />
sl@0
   107
    <Compile Include="Win32API.cs" />
sl@0
   108
    <Compile Include="WindowsHook.cs" />
sl@0
   109
    <Compile Include="WndProcRetHook.cs" />
sl@0
   110
    <EmbeddedResource Include="MainForm.resx">
sl@0
   111
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   112
    </EmbeddedResource>
sl@0
   113
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   114
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   115
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   116
      <SubType>Designer</SubType>
sl@0
   117
    </EmbeddedResource>
sl@0
   118
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   119
      <AutoGen>True</AutoGen>
sl@0
   120
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   121
      <DesignTime>True</DesignTime>
sl@0
   122
    </Compile>
sl@0
   123
    <None Include="Properties\Settings.settings">
sl@0
   124
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   125
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   126
    </None>
sl@0
   127
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   128
      <AutoGen>True</AutoGen>
sl@0
   129
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   130
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   131
    </Compile>
sl@0
   132
  </ItemGroup>
sl@0
   133
  <ItemGroup>
sl@0
   134
    <None Include="App.config" />
sl@0
   135
  </ItemGroup>
sl@22
   136
  <ItemGroup>
sl@25
   137
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   138
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   139
      <Name>SharpDisplayClient</Name>
sl@25
   140
    </ProjectReference>
sl@22
   141
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   142
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   143
      <Name>SharpDisplayInterface</Name>
sl@22
   144
    </ProjectReference>
sl@22
   145
  </ItemGroup>
sl@43
   146
  <ItemGroup>
sl@43
   147
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   148
      <Visible>False</Visible>
sl@43
   149
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   150
      <Install>true</Install>
sl@43
   151
    </BootstrapperPackage>
sl@43
   152
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   153
      <Visible>False</Visible>
sl@43
   154
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   155
      <Install>false</Install>
sl@43
   156
    </BootstrapperPackage>
sl@43
   157
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   158
      <Visible>False</Visible>
sl@43
   159
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   160
      <Install>false</Install>
sl@43
   161
    </BootstrapperPackage>
sl@43
   162
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   163
      <Visible>False</Visible>
sl@43
   164
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   165
      <Install>true</Install>
sl@43
   166
    </BootstrapperPackage>
sl@43
   167
  </ItemGroup>
sl@0
   168
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
   169
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   170
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   171
  <Target Name="BeforeBuild">
sl@0
   172
  </Target>
sl@0
   173
  <Target Name="AfterBuild">
sl@0
   174
  </Target>
sl@0
   175
  -->
sl@0
   176
</Project>