added the new config tool to the installer
[deb_libcec.git] / src / cec-config-gui / cec-config-gui.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 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' ">
12 <OutputPath>..\..\build\</OutputPath>
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' ">
28 <OutputPath>..\..\build\</OutputPath>
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" />
60 <Compile Include="CecConfigGUI.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="CecConfigGUI.Designer.cs">
64 <DependentUpon>CecConfigGUI.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Program.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 <EmbeddedResource Include="CecConfigGUI.resx">
69 <DependentUpon>CecConfigGUI.cs</DependentUpon>
70 <SubType>Designer</SubType>
71 </EmbeddedResource>
72 <EmbeddedResource Include="Properties\Resources.resx">
73 <Generator>ResXFileCodeGenerator</Generator>
74 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
75 <SubType>Designer</SubType>
76 </EmbeddedResource>
77 <Compile Include="Properties\Resources.Designer.cs">
78 <AutoGen>True</AutoGen>
79 <DependentUpon>Resources.resx</DependentUpon>
80 <DesignTime>True</DesignTime>
81 </Compile>
82 <None Include="Properties\Settings.settings">
83 <Generator>SettingsSingleFileGenerator</Generator>
84 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
85 </None>
86 <Compile Include="Properties\Settings.Designer.cs">
87 <AutoGen>True</AutoGen>
88 <DependentUpon>Settings.settings</DependentUpon>
89 <DesignTimeSharedInput>True</DesignTimeSharedInput>
90 </Compile>
91 <Compile Include="actions\UpdateEvent.cs" />
92 </ItemGroup>
93 <ItemGroup>
94 <ProjectReference Include="..\..\project\LibCecSharp.vcproj">
95 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
96 <Name>LibCecSharp</Name>
97 </ProjectReference>
98 </ItemGroup>
99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101 Other similar extension points exist, see Microsoft.Common.targets.
102 <Target Name="BeforeBuild">
103 </Target>
104 <Target Name="AfterBuild">
105 </Target>
106 -->
107 </Project>