430ae9c93b1595b88acc263c7017673d4025255a
[deb_libcec.git] / src / LibCecTray / LibCECTray.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 <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 </PropertyGroup>
66 <ItemGroup>
67 <Reference Include="System" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Deployment" />
70 <Reference Include="System.Drawing" />
71 <Reference Include="System.Windows.Forms" />
72 <Reference Include="System.Xml" />
73 </ItemGroup>
74 <ItemGroup>
75 <Compile Include="controller\Actions.cs" />
76 <Compile Include="controller\actions\GetCurrentPhysicalAddress.cs" />
77 <Compile Include="controller\actions\UpdateConfiguration.cs" />
78 <Compile Include="controller\actions\ConnectToDevice.cs" />
79 <Compile Include="controller\actions\RescanDevices.cs" />
80 <Compile Include="controller\actions\SendActivateSource.cs" />
81 <Compile Include="controller\actions\SendImageViewOn.cs" />
82 <Compile Include="controller\actions\SendStandby.cs" />
83 <Compile Include="controller\actions\ShowDeviceInfo.cs" />
84 <Compile Include="controller\actions\UpdateConnectedDevice.cs" />
85 <Compile Include="controller\actions\UpdateDeviceInfo.cs" />
86 <Compile Include="controller\actions\UpdatePhysicalAddress.cs" />
87 <Compile Include="controller\applications\ApplicationController.cs" />
88 <Compile Include="controller\applications\ApplicationControllerUI.cs">
89 <SubType>Component</SubType>
90 </Compile>
91 <Compile Include="controller\applications\ApplicationControllerUI.Designer.cs">
92 <DependentUpon>ApplicationControllerUI.cs</DependentUpon>
93 </Compile>
94 <Compile Include="controller\applications\ApplicationInput.cs" />
95 <Compile Include="controller\applications\Applications.cs" />
96 <Compile Include="controller\applications\CecButtonConfig.cs" />
97 <Compile Include="controller\applications\CecButtonConfigUI.cs">
98 <SubType>Form</SubType>
99 </Compile>
100 <Compile Include="controller\applications\CecButtonConfigUI.Designer.cs">
101 <DependentUpon>CecButtonConfigUI.cs</DependentUpon>
102 </Compile>
103 <Compile Include="controller\applications\ConfigureApplication.cs">
104 <SubType>Form</SubType>
105 </Compile>
106 <Compile Include="controller\applications\ConfigureApplication.Designer.cs">
107 <DependentUpon>ConfigureApplication.cs</DependentUpon>
108 </Compile>
109 <Compile Include="controller\applications\IControllerTabPage.cs">
110 <SubType>Component</SubType>
111 </Compile>
112 <Compile Include="controller\applications\internal\XBMCController.cs" />
113 <Compile Include="controller\applications\internal\XBMCControllerUI.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 <Compile Include="controller\applications\internal\XBMCControllerUI.Designer.cs">
117 <DependentUpon>XBMCControllerUI.cs</DependentUpon>
118 </Compile>
119 <Compile Include="controller\CECController.cs" />
120 <Compile Include="settings\CECSettingBool.cs" />
121 <Compile Include="settings\CECSettingByte.cs" />
122 <Compile Include="settings\CECSettingDeviceType.cs" />
123 <Compile Include="settings\CECSettingLogicalAddress.cs" />
124 <Compile Include="settings\CECSettingLogicalAddresses.cs" />
125 <Compile Include="settings\CECSettingNumeric.cs" />
126 <Compile Include="settings\CECSettingString.cs" />
127 <Compile Include="settings\CECSettingUShort.cs" />
128 <Compile Include="settings\CECSettingVendorId.cs" />
129 <Compile Include="ui\About.cs">
130 <SubType>Form</SubType>
131 </Compile>
132 <Compile Include="ui\About.Designer.cs">
133 <DependentUpon>About.cs</DependentUpon>
134 </Compile>
135 <Compile Include="ui\AsyncForm.cs">
136 <SubType>Form</SubType>
137 </Compile>
138 <Compile Include="settings\CECSetting.cs" />
139 <Compile Include="settings\CECSettings.cs" />
140 <Compile Include="ui\CECTray.cs">
141 <SubType>Form</SubType>
142 </Compile>
143 <Compile Include="ui\CECTray.Designer.cs">
144 <DependentUpon>CECTray.cs</DependentUpon>
145 </Compile>
146 <Compile Include="ui\DeviceInformation.cs">
147 <SubType>Form</SubType>
148 </Compile>
149 <Compile Include="ui\DeviceInformation.Designer.cs">
150 <DependentUpon>DeviceInformation.cs</DependentUpon>
151 </Compile>
152 <Compile Include="controller\applications\KeyInput.cs" />
153 <Compile Include="Program.cs" />
154 <Compile Include="Properties\AssemblyInfo.cs" />
155 <EmbeddedResource Include="controller\applications\ApplicationControllerUI.resx">
156 <DependentUpon>ApplicationControllerUI.cs</DependentUpon>
157 <SubType>Designer</SubType>
158 </EmbeddedResource>
159 <EmbeddedResource Include="controller\applications\CecButtonConfigUI.resx">
160 <DependentUpon>CecButtonConfigUI.cs</DependentUpon>
161 <SubType>Designer</SubType>
162 </EmbeddedResource>
163 <EmbeddedResource Include="controller\applications\ConfigureApplication.resx">
164 <DependentUpon>ConfigureApplication.cs</DependentUpon>
165 <SubType>Designer</SubType>
166 </EmbeddedResource>
167 <EmbeddedResource Include="controller\applications\internal\XBMCControllerUI.resx">
168 <DependentUpon>XBMCControllerUI.cs</DependentUpon>
169 <SubType>Designer</SubType>
170 </EmbeddedResource>
171 <EmbeddedResource Include="ui\About.resx">
172 <DependentUpon>About.cs</DependentUpon>
173 <SubType>Designer</SubType>
174 </EmbeddedResource>
175 <EmbeddedResource Include="ui\CECTray.resx">
176 <DependentUpon>CECTray.cs</DependentUpon>
177 <SubType>Designer</SubType>
178 </EmbeddedResource>
179 <EmbeddedResource Include="ui\DeviceInformation.resx">
180 <DependentUpon>DeviceInformation.cs</DependentUpon>
181 <SubType>Designer</SubType>
182 </EmbeddedResource>
183 <EmbeddedResource Include="Properties\Resources.resx">
184 <Generator>ResXFileCodeGenerator</Generator>
185 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
186 <SubType>Designer</SubType>
187 </EmbeddedResource>
188 <Compile Include="Properties\Resources.Designer.cs">
189 <AutoGen>True</AutoGen>
190 <DependentUpon>Resources.resx</DependentUpon>
191 <DesignTime>True</DesignTime>
192 </Compile>
193 <Compile Include="controller\actions\UpdateEvent.cs" />
194 <Compile Include="controller\applications\WindowsAPI.cs" />
195 <Compile Include="controller\applications\internal\WMCController.cs" />
196 </ItemGroup>
197 <ItemGroup>
198 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
199 <Visible>False</Visible>
200 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
201 <Install>true</Install>
202 </BootstrapperPackage>
203 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
204 <Visible>False</Visible>
205 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
206 <Install>false</Install>
207 </BootstrapperPackage>
208 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
209 <Visible>False</Visible>
210 <ProductName>.NET Framework 3.5</ProductName>
211 <Install>false</Install>
212 </BootstrapperPackage>
213 </ItemGroup>
214 <ItemGroup>
215 <Content Include="project\favicon.ico" />
216 </ItemGroup>
217 <ItemGroup>
218 <ProjectReference Include="..\..\project\LibCecSharp.vcproj">
219 <Project>{E54D4581-CD59-4687-BB10-694B8192EABA}</Project>
220 <Name>LibCecSharp</Name>
221 </ProjectReference>
222 </ItemGroup>
223 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
224 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225 Other similar extension points exist, see Microsoft.Common.targets.
226 <Target Name="BeforeBuild">
227 </Target>
228 <Target Name="AfterBuild">
229 </Target>
230 -->
231 <PropertyGroup>
232 <PostBuildEvent>
233 </PostBuildEvent>
234 </PropertyGroup>
235 </Project>