1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/SharpDisplayManager.csproj Sat Jun 14 12:51:25 2014 +0200
1.3 @@ -0,0 +1,98 @@
1.4 +<?xml version="1.0" encoding="utf-8"?>
1.5 +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.6 + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1.7 + <PropertyGroup>
1.8 + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1.9 + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1.10 + <ProjectGuid>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
1.11 + <OutputType>WinExe</OutputType>
1.12 + <AppDesignerFolder>Properties</AppDesignerFolder>
1.13 + <RootNamespace>SharpDisplayManager</RootNamespace>
1.14 + <AssemblyName>SharpDisplayManager</AssemblyName>
1.15 + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1.16 + <FileAlignment>512</FileAlignment>
1.17 + </PropertyGroup>
1.18 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.19 + <PlatformTarget>AnyCPU</PlatformTarget>
1.20 + <DebugSymbols>true</DebugSymbols>
1.21 + <DebugType>full</DebugType>
1.22 + <Optimize>false</Optimize>
1.23 + <OutputPath>bin\Debug\</OutputPath>
1.24 + <DefineConstants>DEBUG;TRACE</DefineConstants>
1.25 + <ErrorReport>prompt</ErrorReport>
1.26 + <WarningLevel>4</WarningLevel>
1.27 + </PropertyGroup>
1.28 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1.29 + <PlatformTarget>AnyCPU</PlatformTarget>
1.30 + <DebugType>pdbonly</DebugType>
1.31 + <Optimize>true</Optimize>
1.32 + <OutputPath>bin\Release\</OutputPath>
1.33 + <DefineConstants>TRACE</DefineConstants>
1.34 + <ErrorReport>prompt</ErrorReport>
1.35 + <WarningLevel>4</WarningLevel>
1.36 + </PropertyGroup>
1.37 + <ItemGroup>
1.38 + <Reference Include="Microsoft.VisualBasic" />
1.39 + <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
1.40 + <Reference Include="System" />
1.41 + <Reference Include="System.Core" />
1.42 + <Reference Include="System.Xml.Linq" />
1.43 + <Reference Include="System.Data.DataSetExtensions" />
1.44 + <Reference Include="Microsoft.CSharp" />
1.45 + <Reference Include="System.Data" />
1.46 + <Reference Include="System.Deployment" />
1.47 + <Reference Include="System.Drawing" />
1.48 + <Reference Include="System.Windows.Forms" />
1.49 + <Reference Include="System.Xml" />
1.50 + </ItemGroup>
1.51 + <ItemGroup>
1.52 + <Compile Include="CbtHook.cs" />
1.53 + <Compile Include="DialogBox.cs" />
1.54 + <Compile Include="MainForm.cs">
1.55 + <SubType>Form</SubType>
1.56 + </Compile>
1.57 + <Compile Include="MainForm.Designer.cs">
1.58 + <DependentUpon>MainForm.cs</DependentUpon>
1.59 + </Compile>
1.60 + <Compile Include="MarqueeLabel.cs">
1.61 + <SubType>Component</SubType>
1.62 + </Compile>
1.63 + <Compile Include="Program.cs" />
1.64 + <Compile Include="Properties\AssemblyInfo.cs" />
1.65 + <Compile Include="Win32API.cs" />
1.66 + <Compile Include="WindowsHook.cs" />
1.67 + <Compile Include="WndProcRetHook.cs" />
1.68 + <EmbeddedResource Include="MainForm.resx">
1.69 + <DependentUpon>MainForm.cs</DependentUpon>
1.70 + </EmbeddedResource>
1.71 + <EmbeddedResource Include="Properties\Resources.resx">
1.72 + <Generator>ResXFileCodeGenerator</Generator>
1.73 + <LastGenOutput>Resources.Designer.cs</LastGenOutput>
1.74 + <SubType>Designer</SubType>
1.75 + </EmbeddedResource>
1.76 + <Compile Include="Properties\Resources.Designer.cs">
1.77 + <AutoGen>True</AutoGen>
1.78 + <DependentUpon>Resources.resx</DependentUpon>
1.79 + </Compile>
1.80 + <None Include="Properties\Settings.settings">
1.81 + <Generator>SettingsSingleFileGenerator</Generator>
1.82 + <LastGenOutput>Settings.Designer.cs</LastGenOutput>
1.83 + </None>
1.84 + <Compile Include="Properties\Settings.Designer.cs">
1.85 + <AutoGen>True</AutoGen>
1.86 + <DependentUpon>Settings.settings</DependentUpon>
1.87 + <DesignTimeSharedInput>True</DesignTimeSharedInput>
1.88 + </Compile>
1.89 + </ItemGroup>
1.90 + <ItemGroup>
1.91 + <None Include="App.config" />
1.92 + </ItemGroup>
1.93 + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1.94 + <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1.95 + Other similar extension points exist, see Microsoft.Common.targets.
1.96 + <Target Name="BeforeBuild">
1.97 + </Target>
1.98 + <Target Name="AfterBuild">
1.99 + </Target>
1.100 + -->
1.101 +</Project>
1.102 \ No newline at end of file