Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2349 → Rev 2350

/MKLiveView/v1.0/Source/MKLiveView.csproj
9,11 → 9,14
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MKLiveView</RootNamespace>
<AssemblyName>MKLiveView</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
26,7 → 29,6
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
39,6 → 41,8
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>true</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
48,11 → 52,13
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>MK.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
87,12 → 93,10
<Compile Include="GMapCustomMarkers\CustomMarkerCopter.xaml.cs">
<DependentUpon>CustomMarkerCopter.xaml</DependentUpon>
</Compile>
<Compile Include="GMapCustomMarkers\CustomMarkerWPActive.xaml.cs">
<DependentUpon>CustomMarkerWPActive.xaml</DependentUpon>
</Compile>
<Compile Include="GMapCustomMarkers\CustomMarkerWP.xaml.cs">
<DependentUpon>CustomMarkerWP.xaml</DependentUpon>
</Compile>
<Compile Include="GMapCustomMarkers\CustomMarkerWPActive.xaml.cs" />
<Compile Include="SerialPortCtrl.xaml.cs">
<DependentUpon>SerialPortCtrl.xaml</DependentUpon>
</Compile>
109,11 → 113,11
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="GMapCustomMarkers\CustomMarkerWPActive.xaml">
<Page Include="GMapCustomMarkers\CustomMarkerWP.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="GMapCustomMarkers\CustomMarkerWP.xaml">
<Page Include="GMapCustomMarkers\CustomMarkerWPActive.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
175,6 → 179,9
<Resource Include="GMapCustomMarkers\home.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="GMapCustomMarkers\CopterRed.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="ArtificialHorizon\horizon.png" />
<Resource Include="ArtificialHorizon\wings.png" />
</ItemGroup>
309,19 → 316,19
<Resource Include="Images\LoadFile.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\DeleteCopterList.png" />
<Resource Include="GMapCustomMarkers\CopterBlue.png" />
<Resource Include="GMapCustomMarkers\CopterGreen.png" />
<Resource Include="GMapCustomMarkers\CopterPink.png" />
<Resource Include="GMapCustomMarkers\CopterYellow.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\DeleteList.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="GMapCustomMarkers\CopterBlue.png" />
<Resource Include="GMapCustomMarkers\CopterGreen.png" />
<Resource Include="GMapCustomMarkers\CopterPink.png" />
<Resource Include="GMapCustomMarkers\CopterYellow.png" />
<Resource Include="Images\DeleteCopterList.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="GMapCustomMarkers\CopterRed.png" />
<Resource Include="Images\SaveFile.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.