eb00508e79d592a2a47c96d6e5ae1c56e261a92e
[deb_libcec.git] / src / CecSharpTester / CecSharpTester.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" 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 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
17 <DebugSymbols>true</DebugSymbols>
18 <OutputPath>..\..\build\</OutputPath>
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
20 <DebugType>full</DebugType>
21 <PlatformTarget>x64</PlatformTarget>
22 <ErrorReport>prompt</ErrorReport>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
25 <OutputPath>..\..\build\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants>
27 <Optimize>true</Optimize>
28 <DebugType>pdbonly</DebugType>
29 <PlatformTarget>x64</PlatformTarget>
30 <ErrorReport>prompt</ErrorReport>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33 <DebugSymbols>true</DebugSymbols>
34 <OutputPath>..\..\build\</OutputPath>
35 <DefineConstants>DEBUG;TRACE</DefineConstants>
36 <DebugType>full</DebugType>
37 <PlatformTarget>x86</PlatformTarget>
38 <ErrorReport>prompt</ErrorReport>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
41 <OutputPath>..\..\build\</OutputPath>
42 <DefineConstants>TRACE</DefineConstants>
43 <Optimize>true</Optimize>
44 <DebugType>pdbonly</DebugType>
45 <PlatformTarget>x86</PlatformTarget>
46 <ErrorReport>prompt</ErrorReport>
47 </PropertyGroup>
48 <ItemGroup>
49 <Reference Include="System" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Xml" />
52 </ItemGroup>
53 <ItemGroup>
54 <Compile Include="CecSharpClient.cs" />
55 </ItemGroup>
56 <ItemGroup>
57 <ProjectReference Include="..\..\project\LibCecSharp.vcproj">
58 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
59 <Name>LibCecSharp</Name>
60 </ProjectReference>
61 </ItemGroup>
62 <ItemGroup>
63 <Folder Include="Properties\" />
64 </ItemGroup>
65 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67 Other similar extension points exist, see Microsoft.Common.targets.
68 <Target Name="BeforeBuild">
69 </Target>
70 <Target Name="AfterBuild">
71 </Target>
72 -->
73 </Project>