mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-31 13:50:13 +01:00
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||
|
|
<HasSharedItems>true</HasSharedItems>
|
||
|
|
<SharedGUID>95e812e6-17c2-494f-a446-fde42d75331c</SharedGUID>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Label="Configuration">
|
||
|
|
<Import_RootNamespace>SampleApp.Store</Import_RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ApplicationDefinition Include="$(MSBuildThisFileDirectory)App.xaml">
|
||
|
|
<SubType>Designer</SubType>
|
||
|
|
</ApplicationDefinition>
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)App.xaml.cs">
|
||
|
|
<DependentUpon>App.xaml</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
<Compile Include="$(MSBuildThisFileDirectory)MainPage.xaml.cs">
|
||
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
||
|
|
</Compile>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Page Include="$(MSBuildThisFileDirectory)MainPage.xaml">
|
||
|
|
<SubType>Designer</SubType>
|
||
|
|
<Generator>MSBuild:Compile</Generator>
|
||
|
|
</Page>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|