windows: fix resource files and backwards compat dll names
[deb_libcec.git] / src / CecSharpTester / CecSharpTester.csproj
CommitLineData
61f3c2ad 1<?xml version="1.0" encoding="utf-8"?>
58f3d0a9 2<Project ToolsVersion="4.0" 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 14 <FileAlignment>512</FileAlignment>
58f3d0a9
LOK
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>3.5</OldToolsVersion>
61f3c2ad 20 </PropertyGroup>
4d760b54 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61f3c2ad 22 <DebugSymbols>true</DebugSymbols>
58f3d0a9 23 <OutputPath>..\..\build\x64\</OutputPath>
4d760b54 24 <DefineConstants>DEBUG;TRACE</DefineConstants>
61f3c2ad 25 <DebugType>full</DebugType>
4d760b54
LOK
26 <PlatformTarget>x64</PlatformTarget>
27 <ErrorReport>prompt</ErrorReport>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58f3d0a9 30 <OutputPath>..\..\build\x64\</OutputPath>
4d760b54
LOK
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>
61f3c2ad 40 <DefineConstants>DEBUG;TRACE</DefineConstants>
4d760b54
LOK
41 <DebugType>full</DebugType>
42 <PlatformTarget>x86</PlatformTarget>
61f3c2ad 43 <ErrorReport>prompt</ErrorReport>
61f3c2ad
LOK
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
4d760b54 46 <OutputPath>..\..\build\</OutputPath>
61f3c2ad 47 <DefineConstants>TRACE</DefineConstants>
4d760b54
LOK
48 <Optimize>true</Optimize>
49 <DebugType>pdbonly</DebugType>
50 <PlatformTarget>x86</PlatformTarget>
61f3c2ad 51 <ErrorReport>prompt</ErrorReport>
61f3c2ad
LOK
52 </PropertyGroup>
53 <ItemGroup>
61f3c2ad 54 <Reference Include="System" />
61f3c2ad
LOK
55 <Reference Include="System.Data" />
56 <Reference Include="System.Xml" />
57 </ItemGroup>
58 <ItemGroup>
b4196266 59 <Compile Include="Properties\AssemblyInfo.cs" />
61f3c2ad
LOK
60 <Compile Include="CecSharpClient.cs" />
61 </ItemGroup>
4d760b54 62 <ItemGroup>
58f3d0a9 63 <ProjectReference Include="..\..\project\LibCecSharp.vcxproj">
4d760b54
LOK
64 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
65 <Name>LibCecSharp</Name>
66 </ProjectReference>
67 </ItemGroup>
b4196266 68 <ItemGroup />
61f3c2ad
LOK
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>