cec: return the anynet return keycode directly instead of translating it to 'return...
[deb_libcec.git] / src / cec-config-gui / cec-config-gui.csproj
CommitLineData
006b76b9
LOK
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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
4 <DebugSymbols>true</DebugSymbols>
5 <OutputPath>..\..\build\</OutputPath>
6 <DefineConstants>DEBUG;TRACE</DefineConstants>
7 <DebugType>full</DebugType>
8 <PlatformTarget>x64</PlatformTarget>
9 <ErrorReport>prompt</ErrorReport>
10 </PropertyGroup>
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
10c03f2c 12 <OutputPath>..\..\build\</OutputPath>
006b76b9
LOK
13 <DefineConstants>TRACE</DefineConstants>
14 <Optimize>true</Optimize>
15 <DebugType>pdbonly</DebugType>
16 <PlatformTarget>x64</PlatformTarget>
17 <ErrorReport>prompt</ErrorReport>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
20 <DebugSymbols>true</DebugSymbols>
21 <OutputPath>..\..\build\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <DebugType>full</DebugType>
24 <PlatformTarget>x86</PlatformTarget>
25 <ErrorReport>prompt</ErrorReport>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
10c03f2c 28 <OutputPath>..\..\build\</OutputPath>
006b76b9
LOK
29 <DefineConstants>TRACE</DefineConstants>
30 <Optimize>true</Optimize>
31 <DebugType>pdbonly</DebugType>
32 <PlatformTarget>x86</PlatformTarget>
33 <ErrorReport>prompt</ErrorReport>
34 </PropertyGroup>
35 <PropertyGroup>
36 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
37 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
38 <ProductVersion>9.0.21022</ProductVersion>
39 <SchemaVersion>2.0</SchemaVersion>
40 <ProjectGuid>{58C106FE-C159-46D3-97E1-73AB83232670}</ProjectGuid>
41 <OutputType>WinExe</OutputType>
42 <AppDesignerFolder>Properties</AppDesignerFolder>
43 <RootNamespace>CecConfigGui</RootNamespace>
44 <AssemblyName>cec-config-gui</AssemblyName>
45 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
46 <FileAlignment>512</FileAlignment>
47 </PropertyGroup>
48 <ItemGroup>
49 <Reference Include="System" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Windows.Forms" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="actions\ConnectToDevice.cs" />
58 <Compile Include="actions\UpdateConnectedDevice.cs" />
59 <Compile Include="actions\UpdatePhysicalAddress.cs" />
8674df6a 60 <Compile Include="CecButtonConfig.cs" />
006b76b9
LOK
61 <Compile Include="CecConfigGUI.cs">
62 <SubType>Form</SubType>
63 </Compile>
64 <Compile Include="CecConfigGUI.Designer.cs">
65 <DependentUpon>CecConfigGUI.cs</DependentUpon>
66 </Compile>
67 <Compile Include="Program.cs" />
68 <Compile Include="Properties\AssemblyInfo.cs" />
69 <EmbeddedResource Include="CecConfigGUI.resx">
70 <DependentUpon>CecConfigGUI.cs</DependentUpon>
71 <SubType>Designer</SubType>
72 </EmbeddedResource>
73 <EmbeddedResource Include="Properties\Resources.resx">
74 <Generator>ResXFileCodeGenerator</Generator>
75 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
76 <SubType>Designer</SubType>
77 </EmbeddedResource>
78 <Compile Include="Properties\Resources.Designer.cs">
79 <AutoGen>True</AutoGen>
80 <DependentUpon>Resources.resx</DependentUpon>
81 <DesignTime>True</DesignTime>
82 </Compile>
8674df6a 83 <None Include="Properties\DataSources\CecButtonConfig.datasource" />
006b76b9
LOK
84 <None Include="Properties\Settings.settings">
85 <Generator>SettingsSingleFileGenerator</Generator>
86 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
87 </None>
88 <Compile Include="Properties\Settings.Designer.cs">
89 <AutoGen>True</AutoGen>
90 <DependentUpon>Settings.settings</DependentUpon>
91 <DesignTimeSharedInput>True</DesignTimeSharedInput>
92 </Compile>
93 <Compile Include="actions\UpdateEvent.cs" />
94 </ItemGroup>
95 <ItemGroup>
96 <ProjectReference Include="..\..\project\LibCecSharp.vcproj">
97 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
98 <Name>LibCecSharp</Name>
99 </ProjectReference>
100 </ItemGroup>
101 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103 Other similar extension points exist, see Microsoft.Common.targets.
104 <Target Name="BeforeBuild">
105 </Target>
106 <Target Name="AfterBuild">
107 </Target>
108 -->
109</Project>