converted to vs2012
[deb_libcec.git] / src / LibCecTray / LibCECTray.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
4 <DebugSymbols>true</DebugSymbols>
5 <OutputPath>..\..\build\x64\</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\x64\</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 <UseVSHostingProcess>false</UseVSHostingProcess>
35 </PropertyGroup>
36 <PropertyGroup>
37 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
38 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
39 <ProductVersion>9.0.21022</ProductVersion>
40 <SchemaVersion>2.0</SchemaVersion>
41 <ProjectGuid>{58C106FE-C159-46D3-97E1-73AB83232670}</ProjectGuid>
42 <OutputType>WinExe</OutputType>
43 <AppDesignerFolder>Properties</AppDesignerFolder>
44 <RootNamespace>LibCECTray</RootNamespace>
45 <AssemblyName>cec-tray</AssemblyName>
46 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
47 <FileAlignment>512</FileAlignment>
48 <SignAssembly>false</SignAssembly>
49 <PublishUrl>publish\</PublishUrl>
50 <Install>true</Install>
51 <InstallFrom>Disk</InstallFrom>
52 <UpdateEnabled>false</UpdateEnabled>
53 <UpdateMode>Foreground</UpdateMode>
54 <UpdateInterval>7</UpdateInterval>
55 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
56 <UpdatePeriodically>false</UpdatePeriodically>
57 <UpdateRequired>false</UpdateRequired>
58 <MapFileExtensions>true</MapFileExtensions>
59 <ApplicationRevision>0</ApplicationRevision>
60 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
61 <IsWebBootstrapper>false</IsWebBootstrapper>
62 <UseApplicationTrust>false</UseApplicationTrust>
63 <BootstrapperEnabled>true</BootstrapperEnabled>
64 <ApplicationIcon>..\..\project\favicon.ico</ApplicationIcon>
65 <FileUpgradeFlags>
66 </FileUpgradeFlags>
67 <UpgradeBackupLocation>
68 </UpgradeBackupLocation>
69 <OldToolsVersion>3.5</OldToolsVersion>
70 </PropertyGroup>
71 <ItemGroup>
72 <Reference Include="System" />
73 <Reference Include="System.Data" />
74 <Reference Include="System.Deployment" />
75 <Reference Include="System.Drawing" />
76 <Reference Include="System.Windows.Forms" />
77 <Reference Include="System.Xml" />
78 </ItemGroup>
79 <ItemGroup>
80 <Compile Include="controller\Actions.cs" />
81 <Compile Include="controller\actions\GetCurrentPhysicalAddress.cs" />
82 <Compile Include="controller\actions\UpdateConfiguration.cs" />
83 <Compile Include="controller\actions\ConnectToDevice.cs" />
84 <Compile Include="controller\actions\RescanDevices.cs" />
85 <Compile Include="controller\actions\SendActivateSource.cs" />
86 <Compile Include="controller\actions\SendImageViewOn.cs" />
87 <Compile Include="controller\actions\SendStandby.cs" />
88 <Compile Include="controller\actions\ShowDeviceInfo.cs" />
89 <Compile Include="controller\actions\UpdateConnectedDevice.cs" />
90 <Compile Include="controller\actions\UpdateDeviceInfo.cs" />
91 <Compile Include="controller\actions\UpdatePhysicalAddress.cs" />
92 <Compile Include="controller\applications\ApplicationController.cs" />
93 <Compile Include="controller\applications\ApplicationControllerUI.cs">
94 <SubType>Component</SubType>
95 </Compile>
96 <Compile Include="controller\applications\ApplicationControllerUI.Designer.cs">
97 <DependentUpon>ApplicationControllerUI.cs</DependentUpon>
98 </Compile>
99 <Compile Include="controller\applications\ApplicationInput.cs" />
100 <Compile Include="controller\applications\Applications.cs" />
101 <Compile Include="controller\applications\CecButtonConfig.cs" />
102 <Compile Include="controller\applications\CecButtonConfigUI.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <Compile Include="controller\applications\CecButtonConfigUI.Designer.cs">
106 <DependentUpon>CecButtonConfigUI.cs</DependentUpon>
107 </Compile>
108 <Compile Include="controller\applications\ConfigureApplication.cs">
109 <SubType>Form</SubType>
110 </Compile>
111 <Compile Include="controller\applications\ConfigureApplication.Designer.cs">
112 <DependentUpon>ConfigureApplication.cs</DependentUpon>
113 </Compile>
114 <Compile Include="controller\applications\IControllerTabPage.cs">
115 <SubType>Component</SubType>
116 </Compile>
117 <Compile Include="controller\applications\internal\XBMCController.cs" />
118 <Compile Include="controller\applications\internal\XBMCControllerUI.cs">
119 <SubType>Component</SubType>
120 </Compile>
121 <Compile Include="controller\applications\internal\XBMCControllerUI.Designer.cs">
122 <DependentUpon>XBMCControllerUI.cs</DependentUpon>
123 </Compile>
124 <Compile Include="controller\CECController.cs" />
125 <Compile Include="settings\CECSettingBool.cs" />
126 <Compile Include="settings\CECSettingByte.cs" />
127 <Compile Include="settings\CECSettingDeviceType.cs" />
128 <Compile Include="settings\CECSettingLogicalAddress.cs" />
129 <Compile Include="settings\CECSettingLogicalAddresses.cs" />
130 <Compile Include="settings\CECSettingNumeric.cs" />
131 <Compile Include="settings\CECSettingString.cs" />
132 <Compile Include="settings\CECSettingUShort.cs" />
133 <Compile Include="settings\CECSettingVendorId.cs" />
134 <Compile Include="ui\About.cs">
135 <SubType>Form</SubType>
136 </Compile>
137 <Compile Include="ui\About.Designer.cs">
138 <DependentUpon>About.cs</DependentUpon>
139 </Compile>
140 <Compile Include="ui\AsyncForm.cs">
141 <SubType>Form</SubType>
142 </Compile>
143 <Compile Include="settings\CECSetting.cs" />
144 <Compile Include="settings\CECSettings.cs" />
145 <Compile Include="ui\CECTray.cs">
146 <SubType>Form</SubType>
147 </Compile>
148 <Compile Include="ui\CECTray.Designer.cs">
149 <DependentUpon>CECTray.cs</DependentUpon>
150 </Compile>
151 <Compile Include="ui\DeviceInformation.cs">
152 <SubType>Form</SubType>
153 </Compile>
154 <Compile Include="ui\DeviceInformation.Designer.cs">
155 <DependentUpon>DeviceInformation.cs</DependentUpon>
156 </Compile>
157 <Compile Include="controller\applications\KeyInput.cs" />
158 <Compile Include="Program.cs" />
159 <Compile Include="Properties\AssemblyInfo.cs" />
160 <EmbeddedResource Include="controller\applications\ApplicationControllerUI.resx">
161 <DependentUpon>ApplicationControllerUI.cs</DependentUpon>
162 <SubType>Designer</SubType>
163 </EmbeddedResource>
164 <EmbeddedResource Include="controller\applications\CecButtonConfigUI.resx">
165 <DependentUpon>CecButtonConfigUI.cs</DependentUpon>
166 <SubType>Designer</SubType>
167 </EmbeddedResource>
168 <EmbeddedResource Include="controller\applications\ConfigureApplication.resx">
169 <DependentUpon>ConfigureApplication.cs</DependentUpon>
170 <SubType>Designer</SubType>
171 </EmbeddedResource>
172 <EmbeddedResource Include="controller\applications\internal\XBMCControllerUI.resx">
173 <DependentUpon>XBMCControllerUI.cs</DependentUpon>
174 <SubType>Designer</SubType>
175 </EmbeddedResource>
176 <EmbeddedResource Include="ui\About.resx">
177 <DependentUpon>About.cs</DependentUpon>
178 <SubType>Designer</SubType>
179 </EmbeddedResource>
180 <EmbeddedResource Include="ui\CECTray.resx">
181 <DependentUpon>CECTray.cs</DependentUpon>
182 <SubType>Designer</SubType>
183 </EmbeddedResource>
184 <EmbeddedResource Include="ui\DeviceInformation.resx">
185 <DependentUpon>DeviceInformation.cs</DependentUpon>
186 <SubType>Designer</SubType>
187 </EmbeddedResource>
188 <EmbeddedResource Include="Properties\Resources.resx">
189 <Generator>ResXFileCodeGenerator</Generator>
190 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
191 <SubType>Designer</SubType>
192 </EmbeddedResource>
193 <Compile Include="Properties\Resources.Designer.cs">
194 <AutoGen>True</AutoGen>
195 <DependentUpon>Resources.resx</DependentUpon>
196 <DesignTime>True</DesignTime>
197 </Compile>
198 <Compile Include="controller\actions\UpdateEvent.cs" />
199 <Compile Include="controller\applications\WindowsAPI.cs" />
200 <Compile Include="controller\applications\internal\WMCController.cs" />
201 </ItemGroup>
202 <ItemGroup>
203 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
204 <Visible>False</Visible>
205 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
206 <Install>true</Install>
207 </BootstrapperPackage>
208 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
209 <Visible>False</Visible>
210 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
211 <Install>false</Install>
212 </BootstrapperPackage>
213 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
214 <Visible>False</Visible>
215 <ProductName>.NET Framework 3.5</ProductName>
216 <Install>false</Install>
217 </BootstrapperPackage>
218 </ItemGroup>
219 <ItemGroup>
220 <Content Include="project\favicon.ico" />
221 </ItemGroup>
222 <ItemGroup>
223 <ProjectReference Include="..\..\project\LibCecSharp.vcxproj">
224 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
225 <Name>LibCecSharp</Name>
226 </ProjectReference>
227 </ItemGroup>
228 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
230 Other similar extension points exist, see Microsoft.Common.targets.
231 <Target Name="BeforeBuild">
232 </Target>
233 <Target Name="AfterBuild">
234 </Target>
235 -->
236 <PropertyGroup>
237 <PostBuildEvent>
238 </PostBuildEvent>
239 </PropertyGroup>
240 </Project>