1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Interop/MiniDisplayInterop.csproj Wed May 06 21:03:53 2015 +0200
1.3 @@ -0,0 +1,49 @@
1.4 +<?xml version="1.0" encoding="utf-8"?>
1.5 +<Project ToolsVersion="12.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>{C2328BBD-3B13-4E02-B967-A7283FEB22C9}</ProjectGuid>
1.11 + <OutputType>Library</OutputType>
1.12 + <AppDesignerFolder>Properties</AppDesignerFolder>
1.13 + <RootNamespace>MiniDisplayInterop</RootNamespace>
1.14 + <AssemblyName>MiniDisplayInterop</AssemblyName>
1.15 + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1.16 + <FileAlignment>512</FileAlignment>
1.17 + </PropertyGroup>
1.18 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.19 + <DebugSymbols>true</DebugSymbols>
1.20 + <DebugType>full</DebugType>
1.21 + <Optimize>false</Optimize>
1.22 + <OutputPath>bin\Debug\</OutputPath>
1.23 + <DefineConstants>DEBUG;TRACE</DefineConstants>
1.24 + <ErrorReport>prompt</ErrorReport>
1.25 + <WarningLevel>4</WarningLevel>
1.26 + </PropertyGroup>
1.27 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1.28 + <DebugType>pdbonly</DebugType>
1.29 + <Optimize>true</Optimize>
1.30 + <OutputPath>bin\Release\</OutputPath>
1.31 + <DefineConstants>TRACE</DefineConstants>
1.32 + <ErrorReport>prompt</ErrorReport>
1.33 + <WarningLevel>4</WarningLevel>
1.34 + </PropertyGroup>
1.35 + <ItemGroup>
1.36 + <Reference Include="System" />
1.37 + <Reference Include="System.Data" />
1.38 + <Reference Include="System.Xml" />
1.39 + </ItemGroup>
1.40 + <ItemGroup>
1.41 + <Compile Include="MiniDisplay.cs" />
1.42 + <Compile Include="Properties\AssemblyInfo.cs" />
1.43 + </ItemGroup>
1.44 + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1.45 + <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1.46 + Other similar extension points exist, see Microsoft.Common.targets.
1.47 + <Target Name="BeforeBuild">
1.48 + </Target>
1.49 + <Target Name="AfterBuild">
1.50 + </Target>
1.51 + -->
1.52 +</Project>
1.53 \ No newline at end of file