typo
[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>
6d866874 57 <Compile Include="actions\UpdateConfiguration.cs" />
006b76b9 58 <Compile Include="actions\ConnectToDevice.cs" />
6d866874 59 <Compile Include="actions\RescanDevices.cs" />
96fa7764
LOK
60 <Compile Include="actions\SendActivateSource.cs" />
61 <Compile Include="actions\SendImageViewOn.cs" />
62 <Compile Include="actions\SendStandby.cs" />
63 <Compile Include="actions\ShowDeviceInfo.cs" />
006b76b9 64 <Compile Include="actions\UpdateConnectedDevice.cs" />
6d866874 65 <Compile Include="actions\UpdateDeviceInfo.cs" />
006b76b9 66 <Compile Include="actions\UpdatePhysicalAddress.cs" />
75af24f1
LOK
67 <Compile Include="AsyncForm.cs">
68 <SubType>Form</SubType>
69 </Compile>
8674df6a 70 <Compile Include="CecButtonConfig.cs" />
006b76b9
LOK
71 <Compile Include="CecConfigGUI.cs">
72 <SubType>Form</SubType>
73 </Compile>
74 <Compile Include="CecConfigGUI.Designer.cs">
75 <DependentUpon>CecConfigGUI.cs</DependentUpon>
76 </Compile>
96fa7764
LOK
77 <Compile Include="DeviceInformation.cs">
78 <SubType>Form</SubType>
79 </Compile>
80 <Compile Include="DeviceInformation.Designer.cs">
81 <DependentUpon>DeviceInformation.cs</DependentUpon>
82 </Compile>
006b76b9
LOK
83 <Compile Include="Program.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" />
85 <EmbeddedResource Include="CecConfigGUI.resx">
86 <DependentUpon>CecConfigGUI.cs</DependentUpon>
87 <SubType>Designer</SubType>
88 </EmbeddedResource>
96fa7764
LOK
89 <EmbeddedResource Include="DeviceInformation.resx">
90 <DependentUpon>DeviceInformation.cs</DependentUpon>
91 <SubType>Designer</SubType>
92 </EmbeddedResource>
006b76b9
LOK
93 <EmbeddedResource Include="Properties\Resources.resx">
94 <Generator>ResXFileCodeGenerator</Generator>
95 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
96 <SubType>Designer</SubType>
97 </EmbeddedResource>
98 <Compile Include="Properties\Resources.Designer.cs">
99 <AutoGen>True</AutoGen>
100 <DependentUpon>Resources.resx</DependentUpon>
101 <DesignTime>True</DesignTime>
102 </Compile>
8674df6a 103 <None Include="Properties\DataSources\CecButtonConfig.datasource" />
006b76b9
LOK
104 <None Include="Properties\Settings.settings">
105 <Generator>SettingsSingleFileGenerator</Generator>
106 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
107 </None>
108 <Compile Include="Properties\Settings.Designer.cs">
109 <AutoGen>True</AutoGen>
110 <DependentUpon>Settings.settings</DependentUpon>
111 <DesignTimeSharedInput>True</DesignTimeSharedInput>
112 </Compile>
113 <Compile Include="actions\UpdateEvent.cs" />
114 </ItemGroup>
115 <ItemGroup>
116 <ProjectReference Include="..\..\project\LibCecSharp.vcproj">
117 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
118 <Name>LibCecSharp</Name>
119 </ProjectReference>
120 </ItemGroup>
121 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123 Other similar extension points exist, see Microsoft.Common.targets.
124 <Target Name="BeforeBuild">
125 </Target>
126 <Target Name="AfterBuild">
127 </Target>
128 -->
129</Project>