Commit | Line | Data |
---|---|---|
61f3c2ad | 1 | <?xml version="1.0" encoding="utf-8"?> |
4d760b54 | 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
61f3c2ad LOK |
3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
4d760b54 LOK |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <ProductVersion>9.0.21022</ProductVersion> | |
61f3c2ad | 7 | <SchemaVersion>2.0</SchemaVersion> |
4d760b54 | 8 | <ProjectGuid>{B6A7F3A9-F47C-41E5-9754-0BFF233B1172}</ProjectGuid> |
61f3c2ad LOK |
9 | <OutputType>Exe</OutputType> |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | |
4d760b54 LOK |
11 | <RootNamespace>CecSharpTester</RootNamespace> |
12 | <AssemblyName>CecSharpTester</AssemblyName> | |
13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | |
61f3c2ad LOK |
14 | <FileAlignment>512</FileAlignment> |
15 | </PropertyGroup> | |
4d760b54 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
61f3c2ad | 17 | <DebugSymbols>true</DebugSymbols> |
4d760b54 LOK |
18 | <OutputPath>..\..\build\</OutputPath> |
19 | <DefineConstants>DEBUG;TRACE</DefineConstants> | |
61f3c2ad | 20 | <DebugType>full</DebugType> |
4d760b54 LOK |
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> | |
61f3c2ad | 35 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
4d760b54 LOK |
36 | <DebugType>full</DebugType> |
37 | <PlatformTarget>x86</PlatformTarget> | |
61f3c2ad | 38 | <ErrorReport>prompt</ErrorReport> |
61f3c2ad LOK |
39 | </PropertyGroup> |
40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
4d760b54 | 41 | <OutputPath>..\..\build\</OutputPath> |
61f3c2ad | 42 | <DefineConstants>TRACE</DefineConstants> |
4d760b54 LOK |
43 | <Optimize>true</Optimize> |
44 | <DebugType>pdbonly</DebugType> | |
45 | <PlatformTarget>x86</PlatformTarget> | |
61f3c2ad | 46 | <ErrorReport>prompt</ErrorReport> |
61f3c2ad LOK |
47 | </PropertyGroup> |
48 | <ItemGroup> | |
61f3c2ad | 49 | <Reference Include="System" /> |
61f3c2ad LOK |
50 | <Reference Include="System.Data" /> |
51 | <Reference Include="System.Xml" /> | |
52 | </ItemGroup> | |
53 | <ItemGroup> | |
61f3c2ad LOK |
54 | <Compile Include="CecSharpClient.cs" /> |
55 | </ItemGroup> | |
4d760b54 LOK |
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> | |
61f3c2ad LOK |
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> |