Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2287 | - | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{1805AEEA-A2F6-445A-8128-62370F66CA37}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>MKLiveView</RootNamespace> |
||
11 | <AssemblyName>MKLiveView</AssemblyName> |
||
2350 | - | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
2287 | - | 13 | <FileAlignment>512</FileAlignment> |
14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
||
15 | <WarningLevel>4</WarningLevel> |
||
16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
2350 | - | 17 | <IsWebBootstrapper>false</IsWebBootstrapper> |
18 | <TargetFrameworkProfile> |
||
19 | </TargetFrameworkProfile> |
||
2287 | - | 20 | <PublishUrl>publish\</PublishUrl> |
21 | <Install>true</Install> |
||
22 | <InstallFrom>Disk</InstallFrom> |
||
23 | <UpdateEnabled>false</UpdateEnabled> |
||
24 | <UpdateMode>Foreground</UpdateMode> |
||
25 | <UpdateInterval>7</UpdateInterval> |
||
26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
27 | <UpdatePeriodically>false</UpdatePeriodically> |
||
28 | <UpdateRequired>false</UpdateRequired> |
||
29 | <MapFileExtensions>true</MapFileExtensions> |
||
30 | <ApplicationRevision>0</ApplicationRevision> |
||
31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
32 | <UseApplicationTrust>false</UseApplicationTrust> |
||
33 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
34 | </PropertyGroup> |
||
35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
36 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
37 | <DebugSymbols>true</DebugSymbols> |
||
38 | <DebugType>full</DebugType> |
||
39 | <Optimize>false</Optimize> |
||
40 | <OutputPath>bin\Debug\</OutputPath> |
||
41 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
42 | <ErrorReport>prompt</ErrorReport> |
||
43 | <WarningLevel>4</WarningLevel> |
||
2350 | - | 44 | <Prefer32Bit>true</Prefer32Bit> |
45 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
2287 | - | 46 | </PropertyGroup> |
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
48 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
49 | <DebugType>pdbonly</DebugType> |
||
50 | <Optimize>true</Optimize> |
||
51 | <OutputPath>bin\Release\</OutputPath> |
||
52 | <DefineConstants>TRACE</DefineConstants> |
||
53 | <ErrorReport>prompt</ErrorReport> |
||
54 | <WarningLevel>4</WarningLevel> |
||
2350 | - | 55 | <Prefer32Bit>false</Prefer32Bit> |
2287 | - | 56 | </PropertyGroup> |
57 | <PropertyGroup> |
||
58 | <ApplicationIcon>MK.ico</ApplicationIcon> |
||
59 | </PropertyGroup> |
||
60 | <ItemGroup> |
||
2405 | - | 61 | <Reference Include="Microsoft.Expression.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
2350 | - | 62 | <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
2287 | - | 63 | <Reference Include="System" /> |
64 | <Reference Include="System.Data" /> |
||
65 | <Reference Include="System.Drawing" /> |
||
66 | <Reference Include="System.Windows.Forms" /> |
||
67 | <Reference Include="System.Xml" /> |
||
68 | <Reference Include="Microsoft.CSharp" /> |
||
69 | <Reference Include="System.Core" /> |
||
70 | <Reference Include="System.Xml.Linq" /> |
||
71 | <Reference Include="System.Data.DataSetExtensions" /> |
||
72 | <Reference Include="System.Net.Http" /> |
||
73 | <Reference Include="System.Xaml"> |
||
74 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
75 | </Reference> |
||
76 | <Reference Include="UIAutomationProvider" /> |
||
77 | <Reference Include="UIAutomationTypes" /> |
||
78 | <Reference Include="WindowsBase" /> |
||
79 | <Reference Include="PresentationCore" /> |
||
80 | <Reference Include="PresentationFramework" /> |
||
81 | <Reference Include="WindowsFormsIntegration" /> |
||
82 | </ItemGroup> |
||
83 | <ItemGroup> |
||
84 | <ApplicationDefinition Include="App.xaml"> |
||
85 | <Generator>MSBuild:Compile</Generator> |
||
86 | <SubType>Designer</SubType> |
||
87 | </ApplicationDefinition> |
||
88 | <Compile Include="ArtificialHorizon\ArtificialHorizon.xaml.cs"> |
||
89 | <DependentUpon>ArtificialHorizon.xaml</DependentUpon> |
||
90 | </Compile> |
||
2405 | - | 91 | <Compile Include="GMapCustomMarkers\Circle.xaml.cs"> |
92 | <DependentUpon>Circle.xaml</DependentUpon> |
||
93 | </Compile> |
||
2287 | - | 94 | <Compile Include="GMapCustomMarkers\CustomMarkerHome.xaml.cs"> |
95 | <DependentUpon>CustomMarkerHome.xaml</DependentUpon> |
||
96 | </Compile> |
||
97 | <Compile Include="GMapCustomMarkers\CustomMarkerCopter.xaml.cs"> |
||
98 | <DependentUpon>CustomMarkerCopter.xaml</DependentUpon> |
||
99 | </Compile> |
||
2349 | - | 100 | <Compile Include="GMapCustomMarkers\CustomMarkerWP.xaml.cs"> |
101 | <DependentUpon>CustomMarkerWP.xaml</DependentUpon> |
||
102 | </Compile> |
||
2350 | - | 103 | <Compile Include="GMapCustomMarkers\CustomMarkerWPActive.xaml.cs" /> |
2287 | - | 104 | <Compile Include="SerialPortCtrl.xaml.cs"> |
105 | <DependentUpon>SerialPortCtrl.xaml</DependentUpon> |
||
106 | </Compile> |
||
107 | <Compile Include="Waypoints.cs" /> |
||
108 | <Page Include="ArtificialHorizon\ArtificialHorizon.xaml"> |
||
109 | <SubType>Designer</SubType> |
||
110 | <Generator>MSBuild:Compile</Generator> |
||
111 | </Page> |
||
2405 | - | 112 | <Page Include="GMapCustomMarkers\Circle.xaml"> |
113 | <Generator>MSBuild:Compile</Generator> |
||
114 | <SubType>Designer</SubType> |
||
115 | </Page> |
||
2287 | - | 116 | <Page Include="GMapCustomMarkers\CustomMarkerHome.xaml"> |
117 | <Generator>MSBuild:Compile</Generator> |
||
118 | <SubType>Designer</SubType> |
||
119 | </Page> |
||
120 | <Page Include="GMapCustomMarkers\CustomMarkerCopter.xaml"> |
||
121 | <Generator>MSBuild:Compile</Generator> |
||
122 | <SubType>Designer</SubType> |
||
123 | </Page> |
||
2350 | - | 124 | <Page Include="GMapCustomMarkers\CustomMarkerWP.xaml"> |
2349 | - | 125 | <Generator>MSBuild:Compile</Generator> |
126 | <SubType>Designer</SubType> |
||
127 | </Page> |
||
2350 | - | 128 | <Page Include="GMapCustomMarkers\CustomMarkerWPActive.xaml"> |
2349 | - | 129 | <Generator>MSBuild:Compile</Generator> |
130 | <SubType>Designer</SubType> |
||
131 | </Page> |
||
2287 | - | 132 | <Page Include="MainWindow.xaml"> |
133 | <Generator>MSBuild:Compile</Generator> |
||
134 | <SubType>Designer</SubType> |
||
135 | </Page> |
||
136 | <Compile Include="App.xaml.cs"> |
||
137 | <DependentUpon>App.xaml</DependentUpon> |
||
138 | <SubType>Code</SubType> |
||
139 | </Compile> |
||
140 | <Compile Include="FlightControllerMessage.cs" /> |
||
141 | <Compile Include="MainWindow.xaml.cs"> |
||
142 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
143 | <SubType>Code</SubType> |
||
144 | </Compile> |
||
145 | <Page Include="SerialPortCtrl.xaml"> |
||
146 | <SubType>Designer</SubType> |
||
147 | <Generator>MSBuild:Compile</Generator> |
||
148 | </Page> |
||
149 | </ItemGroup> |
||
150 | <ItemGroup> |
||
151 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
152 | <SubType>Code</SubType> |
||
153 | </Compile> |
||
154 | <Compile Include="Properties\Resources.Designer.cs"> |
||
155 | <AutoGen>True</AutoGen> |
||
156 | <DesignTime>True</DesignTime> |
||
157 | <DependentUpon>Resources.resx</DependentUpon> |
||
158 | </Compile> |
||
159 | <Compile Include="Properties\Settings.Designer.cs"> |
||
160 | <AutoGen>True</AutoGen> |
||
161 | <DependentUpon>Settings.settings</DependentUpon> |
||
162 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
163 | </Compile> |
||
164 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
165 | <Generator>ResXFileCodeGenerator</Generator> |
||
166 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
167 | </EmbeddedResource> |
||
168 | <None Include="Properties\Settings.settings"> |
||
169 | <Generator>SettingsSingleFileGenerator</Generator> |
||
170 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
171 | </None> |
||
172 | <AppDesigner Include="Properties\" /> |
||
173 | </ItemGroup> |
||
174 | <ItemGroup> |
||
175 | <None Include="App.config" /> |
||
176 | </ItemGroup> |
||
177 | <ItemGroup> |
||
178 | <Resource Include="MK.ico" /> |
||
179 | </ItemGroup> |
||
180 | <ItemGroup> |
||
181 | <Resource Include="GMapCustomMarkers\home.png" /> |
||
182 | </ItemGroup> |
||
183 | <ItemGroup> |
||
184 | <Resource Include="ArtificialHorizon\horizon.png" /> |
||
185 | <Resource Include="ArtificialHorizon\wings.png" /> |
||
186 | </ItemGroup> |
||
187 | <ItemGroup> |
||
188 | <Resource Include="ArtificialHorizon\Heading.png" /> |
||
189 | <Resource Include="ArtificialHorizon\Scale.png" /> |
||
190 | </ItemGroup> |
||
191 | <ItemGroup> |
||
192 | <Resource Include="Images\Satellite.png" /> |
||
193 | </ItemGroup> |
||
194 | <ItemGroup> |
||
195 | <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> |
||
196 | <Visible>False</Visible> |
||
197 | <ProductName>Microsoft .NET Framework 4.5.2 %28x86 und x64%29</ProductName> |
||
198 | <Install>true</Install> |
||
199 | </BootstrapperPackage> |
||
200 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
201 | <Visible>False</Visible> |
||
202 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
203 | <Install>false</Install> |
||
204 | </BootstrapperPackage> |
||
205 | </ItemGroup> |
||
206 | <ItemGroup> |
||
207 | <Resource Include="Images\Satellite1.png" /> |
||
208 | </ItemGroup> |
||
209 | <ItemGroup> |
||
210 | <Resource Include="Images\RC.png" /> |
||
211 | </ItemGroup> |
||
212 | <ItemGroup> |
||
213 | <Resource Include="Images\RC1.png" /> |
||
214 | </ItemGroup> |
||
215 | <ItemGroup> |
||
216 | <Resource Include="Images\WiFi.png" /> |
||
217 | <Resource Include="Images\WiFi_G.png" /> |
||
218 | <Resource Include="Images\WiFi_R.png" /> |
||
219 | </ItemGroup> |
||
220 | <ItemGroup> |
||
221 | <Resource Include="Images\WiFi_W.png" /> |
||
222 | </ItemGroup> |
||
223 | <ItemGroup> |
||
224 | <Resource Include="Images\Data_G.png" /> |
||
225 | <Resource Include="Images\Data_W.png" /> |
||
226 | </ItemGroup> |
||
227 | <ItemGroup> |
||
228 | <Resource Include="Images\Data_R.png" /> |
||
229 | </ItemGroup> |
||
230 | <ItemGroup> |
||
231 | <Resource Include="Images\flighttime.png" /> |
||
232 | </ItemGroup> |
||
233 | <ItemGroup> |
||
234 | <Resource Include="Images\EarthMag.png" /> |
||
235 | </ItemGroup> |
||
236 | <ItemGroup> |
||
237 | <Resource Include="Images\EarthMag_R.png" /> |
||
238 | </ItemGroup> |
||
239 | <ItemGroup> |
||
240 | <Resource Include="Images\Consumption.png" /> |
||
241 | </ItemGroup> |
||
242 | <ItemGroup> |
||
243 | <Resource Include="Images\Home1.png" /> |
||
244 | </ItemGroup> |
||
245 | <ItemGroup> |
||
246 | <WCFMetadata Include="Service References\" /> |
||
247 | </ItemGroup> |
||
248 | <ItemGroup> |
||
249 | <ProjectReference Include="GMap.NET.Core\GMap.NET.Core.csproj"> |
||
250 | <Project>{d0c39d9d-bed0-418b-9a5e-713176caf40c}</Project> |
||
251 | <Name>GMap.NET.Core</Name> |
||
252 | </ProjectReference> |
||
253 | <ProjectReference Include="GMap.NET.WindowsPresentation\GMap.NET.WindowsPresentation.csproj"> |
||
254 | <Project>{644fe7d4-0184-400f-b2d7-99cb41360658}</Project> |
||
255 | <Name>GMap.NET.WindowsPresentation</Name> |
||
256 | </ProjectReference> |
||
2361 | - | 257 | <ProjectReference Include="KeyPad\KeyPad.csproj"> |
258 | <Project>{3adbff38-915c-4115-9cdd-81c0cad9733a}</Project> |
||
259 | <Name>KeyPad</Name> |
||
260 | </ProjectReference> |
||
2287 | - | 261 | </ItemGroup> |
262 | <ItemGroup> |
||
263 | <Resource Include="Images\height.png" /> |
||
264 | </ItemGroup> |
||
265 | <ItemGroup> |
||
266 | <Resource Include="Images\height1.png" /> |
||
267 | </ItemGroup> |
||
268 | <ItemGroup> |
||
269 | <Resource Include="Images\Altitude.png" /> |
||
270 | </ItemGroup> |
||
271 | <ItemGroup> |
||
272 | <Resource Include="Images\Fullscreen.png" /> |
||
273 | <Resource Include="Images\RestoreScreen.png" /> |
||
274 | </ItemGroup> |
||
275 | <ItemGroup> |
||
276 | <Resource Include="Images\Tacho.png" /> |
||
277 | </ItemGroup> |
||
278 | <ItemGroup> |
||
279 | <Resource Include="Images\Blitz.png" /> |
||
280 | </ItemGroup> |
||
281 | <ItemGroup> |
||
282 | <Resource Include="ArtificialHorizon\Heading1.png" /> |
||
283 | </ItemGroup> |
||
284 | <ItemGroup> |
||
285 | <Resource Include="ArtificialHorizon\Home.png" /> |
||
286 | </ItemGroup> |
||
287 | <ItemGroup> |
||
288 | <Resource Include="GMapCustomMarkers\home1.png" /> |
||
289 | </ItemGroup> |
||
290 | <ItemGroup> |
||
291 | <Resource Include="Images\FromCopterToPc.png" /> |
||
292 | <Resource Include="Images\FromPcToCopter.png" /> |
||
293 | </ItemGroup> |
||
294 | <ItemGroup> |
||
295 | <None Include="Voice\CriticalBattery.mp3" /> |
||
296 | <None Include="Voice\LowBattery.mp3" /> |
||
297 | </ItemGroup> |
||
298 | <ItemGroup> |
||
299 | <COMReference Include="MediaPlayer"> |
||
300 | <Guid>{22D6F304-B0F6-11D0-94AB-0080C74C7E95}</Guid> |
||
301 | <VersionMajor>1</VersionMajor> |
||
302 | <VersionMinor>0</VersionMinor> |
||
303 | <Lcid>0</Lcid> |
||
304 | <WrapperTool>tlbimp</WrapperTool> |
||
305 | <Isolated>False</Isolated> |
||
306 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
307 | </COMReference> |
||
308 | <COMReference Include="stdole"> |
||
309 | <Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
||
310 | <VersionMajor>2</VersionMajor> |
||
311 | <VersionMinor>0</VersionMinor> |
||
312 | <Lcid>0</Lcid> |
||
313 | <WrapperTool>primary</WrapperTool> |
||
314 | <Isolated>False</Isolated> |
||
315 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
316 | </COMReference> |
||
317 | </ItemGroup> |
||
2349 | - | 318 | <ItemGroup> |
319 | <Resource Include="Images\LoadFile.png" /> |
||
320 | </ItemGroup> |
||
321 | <ItemGroup> |
||
322 | <Resource Include="Images\DeleteList.png" /> |
||
323 | </ItemGroup> |
||
324 | <ItemGroup> |
||
2350 | - | 325 | <Resource Include="Images\DeleteCopterList.png" /> |
2349 | - | 326 | </ItemGroup> |
327 | <ItemGroup> |
||
2350 | - | 328 | <Resource Include="Images\SaveFile.png" /> |
2349 | - | 329 | </ItemGroup> |
2355 | - | 330 | <ItemGroup> |
2359 | - | 331 | <Resource Include="Images\CurrentPos.png" /> |
2355 | - | 332 | </ItemGroup> |
333 | <ItemGroup> |
||
2359 | - | 334 | <Resource Include="Images\Save.png" /> |
2355 | - | 335 | </ItemGroup> |
336 | <ItemGroup> |
||
2359 | - | 337 | <Resource Include="Images\Delete.png" /> |
2355 | - | 338 | </ItemGroup> |
2361 | - | 339 | <ItemGroup> |
340 | <Resource Include="Images\WPToCopter1.png" /> |
||
341 | <Resource Include="Images\WPToCopter.png" /> |
||
342 | <Resource Include="Images\FromCopterToPc1.png" /> |
||
343 | </ItemGroup> |
||
2379 | - | 344 | <ItemGroup> |
345 | <Resource Include="Images\Test.png" /> |
||
346 | </ItemGroup> |
||
347 | <ItemGroup> |
||
348 | <SplashScreen Include="Images\Logo.png" /> |
||
349 | </ItemGroup> |
||
2385 | - | 350 | <ItemGroup> |
351 | <Resource Include="Images\SendToCopter.png" /> |
||
352 | </ItemGroup> |
||
2287 | - | 353 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
354 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
355 | Other similar extension points exist, see Microsoft.Common.targets. |
||
356 | <Target Name="BeforeBuild"> |
||
357 | </Target> |
||
358 | <Target Name="AfterBuild"> |
||
359 | </Target> |
||
360 | --> |
||
361 | </Project> |