Subversion Repositories Projects

Rev

Rev 2349 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2349 Rev 2350
Line 7... Line 7...
7
    <ProjectGuid>{1805AEEA-A2F6-445A-8128-62370F66CA37}</ProjectGuid>
7
    <ProjectGuid>{1805AEEA-A2F6-445A-8128-62370F66CA37}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>MKLiveView</RootNamespace>
10
    <RootNamespace>MKLiveView</RootNamespace>
11
    <AssemblyName>MKLiveView</AssemblyName>
11
    <AssemblyName>MKLiveView</AssemblyName>
12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
13
    <FileAlignment>512</FileAlignment>
14
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15
    <WarningLevel>4</WarningLevel>
15
    <WarningLevel>4</WarningLevel>
16
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
-
 
17
    <IsWebBootstrapper>false</IsWebBootstrapper>
-
 
18
    <TargetFrameworkProfile>
-
 
19
    </TargetFrameworkProfile>
17
    <PublishUrl>publish\</PublishUrl>
20
    <PublishUrl>publish\</PublishUrl>
18
    <Install>true</Install>
21
    <Install>true</Install>
19
    <InstallFrom>Disk</InstallFrom>
22
    <InstallFrom>Disk</InstallFrom>
20
    <UpdateEnabled>false</UpdateEnabled>
23
    <UpdateEnabled>false</UpdateEnabled>
21
    <UpdateMode>Foreground</UpdateMode>
24
    <UpdateMode>Foreground</UpdateMode>
Line 24... Line 27...
24
    <UpdatePeriodically>false</UpdatePeriodically>
27
    <UpdatePeriodically>false</UpdatePeriodically>
25
    <UpdateRequired>false</UpdateRequired>
28
    <UpdateRequired>false</UpdateRequired>
26
    <MapFileExtensions>true</MapFileExtensions>
29
    <MapFileExtensions>true</MapFileExtensions>
27
    <ApplicationRevision>0</ApplicationRevision>
30
    <ApplicationRevision>0</ApplicationRevision>
28
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29
    <IsWebBootstrapper>false</IsWebBootstrapper>
-
 
30
    <UseApplicationTrust>false</UseApplicationTrust>
32
    <UseApplicationTrust>false</UseApplicationTrust>
31
    <BootstrapperEnabled>true</BootstrapperEnabled>
33
    <BootstrapperEnabled>true</BootstrapperEnabled>
32
  </PropertyGroup>
34
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34
    <PlatformTarget>AnyCPU</PlatformTarget>
36
    <PlatformTarget>AnyCPU</PlatformTarget>
Line 37... Line 39...
37
    <Optimize>false</Optimize>
39
    <Optimize>false</Optimize>
38
    <OutputPath>bin\Debug\</OutputPath>
40
    <OutputPath>bin\Debug\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <ErrorReport>prompt</ErrorReport>
42
    <ErrorReport>prompt</ErrorReport>
41
    <WarningLevel>4</WarningLevel>
43
    <WarningLevel>4</WarningLevel>
-
 
44
    <Prefer32Bit>true</Prefer32Bit>
-
 
45
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
42
  </PropertyGroup>
46
  </PropertyGroup>
43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44
    <PlatformTarget>AnyCPU</PlatformTarget>
48
    <PlatformTarget>AnyCPU</PlatformTarget>
45
    <DebugType>pdbonly</DebugType>
49
    <DebugType>pdbonly</DebugType>
46
    <Optimize>true</Optimize>
50
    <Optimize>true</Optimize>
47
    <OutputPath>bin\Release\</OutputPath>
51
    <OutputPath>bin\Release\</OutputPath>
48
    <DefineConstants>TRACE</DefineConstants>
52
    <DefineConstants>TRACE</DefineConstants>
49
    <ErrorReport>prompt</ErrorReport>
53
    <ErrorReport>prompt</ErrorReport>
50
    <WarningLevel>4</WarningLevel>
54
    <WarningLevel>4</WarningLevel>
-
 
55
    <Prefer32Bit>false</Prefer32Bit>
51
  </PropertyGroup>
56
  </PropertyGroup>
52
  <PropertyGroup>
57
  <PropertyGroup>
53
    <ApplicationIcon>MK.ico</ApplicationIcon>
58
    <ApplicationIcon>MK.ico</ApplicationIcon>
54
  </PropertyGroup>
59
  </PropertyGroup>
55
  <ItemGroup>
60
  <ItemGroup>
-
 
61
    <Reference Include="Microsoft.Windows.Shell, Version=3.5.41019.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
56
    <Reference Include="System" />
62
    <Reference Include="System" />
57
    <Reference Include="System.Data" />
63
    <Reference Include="System.Data" />
58
    <Reference Include="System.Drawing" />
64
    <Reference Include="System.Drawing" />
59
    <Reference Include="System.Windows.Forms" />
65
    <Reference Include="System.Windows.Forms" />
60
    <Reference Include="System.Xml" />
66
    <Reference Include="System.Xml" />
Line 85... Line 91...
85
      <DependentUpon>CustomMarkerHome.xaml</DependentUpon>
91
      <DependentUpon>CustomMarkerHome.xaml</DependentUpon>
86
    </Compile>
92
    </Compile>
87
    <Compile Include="GMapCustomMarkers\CustomMarkerCopter.xaml.cs">
93
    <Compile Include="GMapCustomMarkers\CustomMarkerCopter.xaml.cs">
88
      <DependentUpon>CustomMarkerCopter.xaml</DependentUpon>
94
      <DependentUpon>CustomMarkerCopter.xaml</DependentUpon>
89
    </Compile>
95
    </Compile>
90
    <Compile Include="GMapCustomMarkers\CustomMarkerWPActive.xaml.cs">
-
 
91
      <DependentUpon>CustomMarkerWPActive.xaml</DependentUpon>
-
 
92
    </Compile>
-
 
93
    <Compile Include="GMapCustomMarkers\CustomMarkerWP.xaml.cs">
96
    <Compile Include="GMapCustomMarkers\CustomMarkerWP.xaml.cs">
94
      <DependentUpon>CustomMarkerWP.xaml</DependentUpon>
97
      <DependentUpon>CustomMarkerWP.xaml</DependentUpon>
95
    </Compile>
98
    </Compile>
-
 
99
    <Compile Include="GMapCustomMarkers\CustomMarkerWPActive.xaml.cs" />
96
    <Compile Include="SerialPortCtrl.xaml.cs">
100
    <Compile Include="SerialPortCtrl.xaml.cs">
97
      <DependentUpon>SerialPortCtrl.xaml</DependentUpon>
101
      <DependentUpon>SerialPortCtrl.xaml</DependentUpon>
98
    </Compile>
102
    </Compile>
99
    <Compile Include="Waypoints.cs" />
103
    <Compile Include="Waypoints.cs" />
100
    <Page Include="ArtificialHorizon\ArtificialHorizon.xaml">
104
    <Page Include="ArtificialHorizon\ArtificialHorizon.xaml">
Line 107... Line 111...
107
    </Page>
111
    </Page>
108
    <Page Include="GMapCustomMarkers\CustomMarkerCopter.xaml">
112
    <Page Include="GMapCustomMarkers\CustomMarkerCopter.xaml">
109
      <Generator>MSBuild:Compile</Generator>
113
      <Generator>MSBuild:Compile</Generator>
110
      <SubType>Designer</SubType>
114
      <SubType>Designer</SubType>
111
    </Page>
115
    </Page>
112
    <Page Include="GMapCustomMarkers\CustomMarkerWPActive.xaml">
116
    <Page Include="GMapCustomMarkers\CustomMarkerWP.xaml">
113
      <Generator>MSBuild:Compile</Generator>
117
      <Generator>MSBuild:Compile</Generator>
114
      <SubType>Designer</SubType>
118
      <SubType>Designer</SubType>
115
    </Page>
119
    </Page>
116
    <Page Include="GMapCustomMarkers\CustomMarkerWP.xaml">
120
    <Page Include="GMapCustomMarkers\CustomMarkerWPActive.xaml">
117
      <Generator>MSBuild:Compile</Generator>
121
      <Generator>MSBuild:Compile</Generator>
118
      <SubType>Designer</SubType>
122
      <SubType>Designer</SubType>
119
    </Page>
123
    </Page>
120
    <Page Include="MainWindow.xaml">
124
    <Page Include="MainWindow.xaml">
121
      <Generator>MSBuild:Compile</Generator>
125
      <Generator>MSBuild:Compile</Generator>
Line 173... Line 177...
173
  </ItemGroup>
177
  </ItemGroup>
174
  <ItemGroup>
178
  <ItemGroup>
175
    <Resource Include="GMapCustomMarkers\home.png" />
179
    <Resource Include="GMapCustomMarkers\home.png" />
176
  </ItemGroup>
180
  </ItemGroup>
177
  <ItemGroup>
181
  <ItemGroup>
-
 
182
    <Resource Include="GMapCustomMarkers\CopterRed.png" />
-
 
183
  </ItemGroup>
-
 
184
  <ItemGroup>
178
    <Resource Include="ArtificialHorizon\horizon.png" />
185
    <Resource Include="ArtificialHorizon\horizon.png" />
179
    <Resource Include="ArtificialHorizon\wings.png" />
186
    <Resource Include="ArtificialHorizon\wings.png" />
180
  </ItemGroup>
187
  </ItemGroup>
181
  <ItemGroup>
188
  <ItemGroup>
182
    <Resource Include="ArtificialHorizon\Heading.png" />
189
    <Resource Include="ArtificialHorizon\Heading.png" />
Line 307... Line 314...
307
  </ItemGroup>
314
  </ItemGroup>
308
  <ItemGroup>
315
  <ItemGroup>
309
    <Resource Include="Images\LoadFile.png" />
316
    <Resource Include="Images\LoadFile.png" />
310
  </ItemGroup>
317
  </ItemGroup>
311
  <ItemGroup>
318
  <ItemGroup>
-
 
319
    <Resource Include="GMapCustomMarkers\CopterBlue.png" />
-
 
320
    <Resource Include="GMapCustomMarkers\CopterGreen.png" />
312
    <Resource Include="Images\DeleteCopterList.png" />
321
    <Resource Include="GMapCustomMarkers\CopterPink.png" />
-
 
322
    <Resource Include="GMapCustomMarkers\CopterYellow.png" />
313
  </ItemGroup>
323
  </ItemGroup>
314
  <ItemGroup>
324
  <ItemGroup>
315
    <Resource Include="Images\DeleteList.png" />
325
    <Resource Include="Images\DeleteList.png" />
316
  </ItemGroup>
326
  </ItemGroup>
317
  <ItemGroup>
327
  <ItemGroup>
318
    <Resource Include="GMapCustomMarkers\CopterBlue.png" />
-
 
319
    <Resource Include="GMapCustomMarkers\CopterGreen.png" />
-
 
320
    <Resource Include="GMapCustomMarkers\CopterPink.png" />
328
    <Resource Include="Images\DeleteCopterList.png" />
321
    <Resource Include="GMapCustomMarkers\CopterYellow.png" />
-
 
322
  </ItemGroup>
329
  </ItemGroup>
323
  <ItemGroup>
330
  <ItemGroup>
324
    <Resource Include="GMapCustomMarkers\CopterRed.png" />
331
    <Resource Include="Images\SaveFile.png" />
325
  </ItemGroup>
332
  </ItemGroup>
326
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
333
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
327
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
334
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
328
       Other similar extension points exist, see Microsoft.Common.targets.
335
       Other similar extension points exist, see Microsoft.Common.targets.
329
  <Target Name="BeforeBuild">
336
  <Target Name="BeforeBuild">