Imported Upstream version 2.2.0
[deb_libcec.git] / src / CecSharpTester / CecSharpTester.csproj
CommitLineData
cbbe90dd
JB
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B6A7F3A9-F47C-41E5-9754-0BFF233B1172}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CecSharpTester</RootNamespace>
12 <AssemblyName>CecSharpTester</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>3.5</OldToolsVersion>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
22 <DebugSymbols>true</DebugSymbols>
23 <OutputPath>..\..\build\x64\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <DebugType>full</DebugType>
26 <PlatformTarget>x64</PlatformTarget>
27 <ErrorReport>prompt</ErrorReport>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
30 <OutputPath>..\..\build\x64\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <Optimize>true</Optimize>
33 <DebugType>pdbonly</DebugType>
34 <PlatformTarget>x64</PlatformTarget>
35 <ErrorReport>prompt</ErrorReport>
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>..\..\build\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <DebugType>full</DebugType>
42 <PlatformTarget>x86</PlatformTarget>
43 <ErrorReport>prompt</ErrorReport>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46 <OutputPath>..\..\build\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <Optimize>true</Optimize>
49 <DebugType>pdbonly</DebugType>
50 <PlatformTarget>x86</PlatformTarget>
51 <ErrorReport>prompt</ErrorReport>
52 </PropertyGroup>
53 <ItemGroup>
54 <Reference Include="System" />
55 <Reference Include="System.Data" />
56 <Reference Include="System.Xml" />
57 </ItemGroup>
58 <ItemGroup>
59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="CecSharpClient.cs" />
61 </ItemGroup>
62 <ItemGroup>
63 <ProjectReference Include="..\..\project\LibCecSharp\LibCecSharp.vcxproj">
64 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
65 <Name>LibCecSharp</Name>
66 </ProjectReference>
67 </ItemGroup>
68 <ItemGroup />
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71 Other similar extension points exist, see Microsoft.Common.targets.
72 <Target Name="BeforeBuild">
73 </Target>
74 <Target Name="AfterBuild">
75 </Target>
76 -->
77</Project>