Interop/MiniDisplayInterop.csproj
author StephaneLenclud
Wed, 06 May 2015 21:03:53 +0200
changeset 36 3b94d0640115
permissions -rw-r--r--
Adding C# interop project and NuGet package.
StephaneLenclud@36
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@36
     2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
StephaneLenclud@36
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
StephaneLenclud@36
     4
  <PropertyGroup>
StephaneLenclud@36
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
StephaneLenclud@36
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
StephaneLenclud@36
     7
    <ProjectGuid>{C2328BBD-3B13-4E02-B967-A7283FEB22C9}</ProjectGuid>
StephaneLenclud@36
     8
    <OutputType>Library</OutputType>
StephaneLenclud@36
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
StephaneLenclud@36
    10
    <RootNamespace>MiniDisplayInterop</RootNamespace>
StephaneLenclud@36
    11
    <AssemblyName>MiniDisplayInterop</AssemblyName>
StephaneLenclud@36
    12
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
StephaneLenclud@36
    13
    <FileAlignment>512</FileAlignment>
StephaneLenclud@36
    14
  </PropertyGroup>
StephaneLenclud@36
    15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
StephaneLenclud@36
    16
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@36
    17
    <DebugType>full</DebugType>
StephaneLenclud@36
    18
    <Optimize>false</Optimize>
StephaneLenclud@36
    19
    <OutputPath>bin\Debug\</OutputPath>
StephaneLenclud@36
    20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
StephaneLenclud@36
    21
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@36
    22
    <WarningLevel>4</WarningLevel>
StephaneLenclud@36
    23
  </PropertyGroup>
StephaneLenclud@36
    24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
StephaneLenclud@36
    25
    <DebugType>pdbonly</DebugType>
StephaneLenclud@36
    26
    <Optimize>true</Optimize>
StephaneLenclud@36
    27
    <OutputPath>bin\Release\</OutputPath>
StephaneLenclud@36
    28
    <DefineConstants>TRACE</DefineConstants>
StephaneLenclud@36
    29
    <ErrorReport>prompt</ErrorReport>
StephaneLenclud@36
    30
    <WarningLevel>4</WarningLevel>
StephaneLenclud@36
    31
  </PropertyGroup>
StephaneLenclud@36
    32
  <ItemGroup>
StephaneLenclud@36
    33
    <Reference Include="System" />
StephaneLenclud@36
    34
    <Reference Include="System.Data" />
StephaneLenclud@36
    35
    <Reference Include="System.Xml" />
StephaneLenclud@36
    36
  </ItemGroup>
StephaneLenclud@36
    37
  <ItemGroup>
StephaneLenclud@36
    38
    <Compile Include="MiniDisplay.cs" />
StephaneLenclud@36
    39
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@36
    40
  </ItemGroup>
StephaneLenclud@36
    41
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@36
    42
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@36
    43
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@36
    44
  <Target Name="BeforeBuild">
StephaneLenclud@36
    45
  </Target>
StephaneLenclud@36
    46
  <Target Name="AfterBuild">
StephaneLenclud@36
    47
  </Target>
StephaneLenclud@36
    48
  -->
StephaneLenclud@36
    49
</Project>