Interface/SharpDisplayInterface.csproj
changeset 24 f442150ff735
child 43 86aad774b532
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Interface/SharpDisplayInterface.csproj	Thu Aug 14 09:12:59 2014 +0200
     1.3 @@ -0,0 +1,54 @@
     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>{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}</ProjectGuid>
    1.11 +    <OutputType>Library</OutputType>
    1.12 +    <AppDesignerFolder>Properties</AppDesignerFolder>
    1.13 +    <RootNamespace>SharpDisplayInterface</RootNamespace>
    1.14 +    <AssemblyName>SharpDisplayInterface</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 +    <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.Core" />
    1.38 +    <Reference Include="System.ServiceModel" />
    1.39 +    <Reference Include="System.Xml.Linq" />
    1.40 +    <Reference Include="System.Data.DataSetExtensions" />
    1.41 +    <Reference Include="Microsoft.CSharp" />
    1.42 +    <Reference Include="System.Data" />
    1.43 +    <Reference Include="System.Xml" />
    1.44 +  </ItemGroup>
    1.45 +  <ItemGroup>
    1.46 +    <Compile Include="Interface.cs" />
    1.47 +    <Compile Include="Properties\AssemblyInfo.cs" />
    1.48 +  </ItemGroup>
    1.49 +  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.50 +  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.51 +       Other similar extension points exist, see Microsoft.Common.targets.
    1.52 +  <Target Name="BeforeBuild">
    1.53 +  </Target>
    1.54 +  <Target Name="AfterBuild">
    1.55 +  </Target>
    1.56 +  -->
    1.57 +</Project>
    1.58 \ No newline at end of file