SharpDisplayManager.csproj
author sl
Mon, 11 Aug 2014 23:18:45 +0200
changeset 16 985ca4b6e099
parent 3 71b55cfd8c05
child 17 19c1aaf900dc
permissions -rw-r--r--
Adding option to reverse screen. That's useful to avoid having to set our
hardware the correct way up.
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@0
    14
  </PropertyGroup>
sl@0
    15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    16
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    17
    <DebugSymbols>true</DebugSymbols>
sl@0
    18
    <DebugType>full</DebugType>
sl@0
    19
    <Optimize>false</Optimize>
sl@0
    20
    <OutputPath>bin\Debug\</OutputPath>
sl@0
    21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    22
    <ErrorReport>prompt</ErrorReport>
sl@0
    23
    <WarningLevel>4</WarningLevel>
sl@0
    24
  </PropertyGroup>
sl@0
    25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    26
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    27
    <DebugType>pdbonly</DebugType>
sl@0
    28
    <Optimize>true</Optimize>
sl@0
    29
    <OutputPath>bin\Release\</OutputPath>
sl@0
    30
    <DefineConstants>TRACE</DefineConstants>
sl@0
    31
    <ErrorReport>prompt</ErrorReport>
sl@0
    32
    <WarningLevel>4</WarningLevel>
sl@0
    33
  </PropertyGroup>
sl@0
    34
  <ItemGroup>
sl@0
    35
    <Reference Include="Microsoft.VisualBasic" />
sl@0
    36
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
sl@0
    37
    <Reference Include="System" />
sl@0
    38
    <Reference Include="System.Core" />
sl@0
    39
    <Reference Include="System.Xml.Linq" />
sl@0
    40
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
    41
    <Reference Include="Microsoft.CSharp" />
sl@0
    42
    <Reference Include="System.Data" />
sl@0
    43
    <Reference Include="System.Deployment" />
sl@0
    44
    <Reference Include="System.Drawing" />
sl@0
    45
    <Reference Include="System.Windows.Forms" />
sl@0
    46
    <Reference Include="System.Xml" />
sl@0
    47
  </ItemGroup>
sl@0
    48
  <ItemGroup>
sl@0
    49
    <Compile Include="CbtHook.cs" />
sl@0
    50
    <Compile Include="DialogBox.cs" />
sl@3
    51
    <Compile Include="Display.cs" />
sl@0
    52
    <Compile Include="MainForm.cs">
sl@0
    53
      <SubType>Form</SubType>
sl@0
    54
    </Compile>
sl@0
    55
    <Compile Include="MainForm.Designer.cs">
sl@0
    56
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
    57
    </Compile>
sl@16
    58
    <Compile Include="MarqueeLabel.cs" />
sl@0
    59
    <Compile Include="Program.cs" />
sl@0
    60
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@0
    61
    <Compile Include="Win32API.cs" />
sl@0
    62
    <Compile Include="WindowsHook.cs" />
sl@0
    63
    <Compile Include="WndProcRetHook.cs" />
sl@0
    64
    <EmbeddedResource Include="MainForm.resx">
sl@0
    65
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
    66
    </EmbeddedResource>
sl@0
    67
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
    68
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
    69
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
    70
      <SubType>Designer</SubType>
sl@0
    71
    </EmbeddedResource>
sl@0
    72
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
    73
      <AutoGen>True</AutoGen>
sl@0
    74
      <DependentUpon>Resources.resx</DependentUpon>
sl@0
    75
    </Compile>
sl@0
    76
    <None Include="Properties\Settings.settings">
sl@0
    77
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
    78
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
    79
    </None>
sl@0
    80
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
    81
      <AutoGen>True</AutoGen>
sl@0
    82
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
    83
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
    84
    </Compile>
sl@0
    85
  </ItemGroup>
sl@0
    86
  <ItemGroup>
sl@0
    87
    <None Include="App.config" />
sl@0
    88
  </ItemGroup>
sl@0
    89
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@0
    90
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
    91
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
    92
  <Target Name="BeforeBuild">
sl@0
    93
  </Target>
sl@0
    94
  <Target Name="AfterBuild">
sl@0
    95
  </Target>
sl@0
    96
  -->
sl@0
    97
</Project>