converted to vs2012
[deb_libcec.git] / src / CecSharpTester / CecSharpTester.csproj
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="CecSharpClient.cs" />
60 </ItemGroup>
61 <ItemGroup>
62 <ProjectReference Include="..\..\project\LibCecSharp.vcxproj">
63 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
64 <Name>LibCecSharp</Name>
65 </ProjectReference>
66 </ItemGroup>
67 <ItemGroup>
68 <Folder Include="Properties\" />
69 </ItemGroup>
70 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72 Other similar extension points exist, see Microsoft.Common.targets.
73 <Target Name="BeforeBuild">
74 </Target>
75 <Target Name="AfterBuild">
76 </Target>
77 -->
78 </Project>