Subversion Repositories Projects

Rev

Rev 2233 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2233 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.21022</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{0B51DDDC-0917-493E-A0BD-73192A1C4649}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>MKLiveView</RootNamespace>
12
    <AssemblyName>MKLiveView</AssemblyName>
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <FileUpgradeFlags>
16
    </FileUpgradeFlags>
17
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <OldToolsVersion>3.5</OldToolsVersion>
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
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
  </PropertyGroup>
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
  </PropertyGroup>
53
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
54
    <DebugSymbols>true</DebugSymbols>
55
    <OutputPath>bin\x86\Debug\</OutputPath>
56
    <DefineConstants>DEBUG;TRACE</DefineConstants>
57
    <DebugType>full</DebugType>
58
    <PlatformTarget>x86</PlatformTarget>
59
    <ErrorReport>prompt</ErrorReport>
60
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61
  </PropertyGroup>
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
63
    <OutputPath>bin\x86\Release\</OutputPath>
64
    <DefineConstants>TRACE</DefineConstants>
65
    <Optimize>true</Optimize>
66
    <DebugType>pdbonly</DebugType>
67
    <PlatformTarget>x86</PlatformTarget>
68
    <ErrorReport>prompt</ErrorReport>
69
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70
  </PropertyGroup>
71
  <PropertyGroup>
72
    <ApplicationIcon>MK.ico</ApplicationIcon>
73
  </PropertyGroup>
74
  <ItemGroup>
75
    <Reference Include="Microsoft.VisualBasic" />
76
    <Reference Include="System" />
77
    <Reference Include="System.Core">
78
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79
    </Reference>
80
    <Reference Include="System.Xml.Linq">
81
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
82
    </Reference>
83
    <Reference Include="System.Data.DataSetExtensions">
84
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
85
    </Reference>
86
    <Reference Include="System.Data" />
87
    <Reference Include="System.Deployment" />
88
    <Reference Include="System.Drawing" />
89
    <Reference Include="System.Windows.Forms" />
90
    <Reference Include="System.Xml" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <Compile Include="ExternControl.cs" />
94
    <Compile Include="FlightControllerMessage.cs" />
95
    <Compile Include="MainForm.cs">
96
      <SubType>Form</SubType>
97
    </Compile>
98
    <Compile Include="MainForm.Designer.cs">
99
      <DependentUpon>MainForm.cs</DependentUpon>
100
    </Compile>
101
    <Compile Include="Program.cs" />
102
    <Compile Include="Properties\AssemblyInfo.cs" />
103
    <EmbeddedResource Include="MainForm.resx">
104
      <DependentUpon>MainForm.cs</DependentUpon>
105
    </EmbeddedResource>
106
    <EmbeddedResource Include="Properties\Resources.resx">
107
      <Generator>ResXFileCodeGenerator</Generator>
108
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
109
      <SubType>Designer</SubType>
110
    </EmbeddedResource>
111
    <Compile Include="Properties\Resources.Designer.cs">
112
      <AutoGen>True</AutoGen>
113
      <DependentUpon>Resources.resx</DependentUpon>
114
      <DesignTime>True</DesignTime>
115
    </Compile>
116
    <None Include="Properties\Settings.settings">
117
      <Generator>SettingsSingleFileGenerator</Generator>
118
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
119
    </None>
120
    <Compile Include="Properties\Settings.Designer.cs">
121
      <AutoGen>True</AutoGen>
122
      <DependentUpon>Settings.settings</DependentUpon>
123
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
124
    </Compile>
125
  </ItemGroup>
126
  <ItemGroup>
127
    <ProjectReference Include="AvionicsInstrumentControl\AvionicsInstrumentControl.csproj">
128
      <Project>{1D3163E6-DC65-4595-9D51-4FD9174F2F61}</Project>
129
      <Name>AvionicsInstrumentControl</Name>
130
    </ProjectReference>
131
    <ProjectReference Include="ArtificialHorizon\ArtificialHorizon.vbproj">
132
      <Project>{c5619ca3-e737-4a3b-ae7b-76e8a6ab4930}</Project>
133
      <Name>ArtificialHorizon</Name>
134
    </ProjectReference>
135
    <ProjectReference Include="EasySerialPort\SimpleSerialPort.csproj">
136
      <Project>{D7450AA6-F964-487D-B2AA-661D0908A7EE}</Project>
137
      <Name>SimpleSerialPort</Name>
138
    </ProjectReference>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
142
      <Visible>False</Visible>
143
      <ProductName>.NET Framework 3.5 SP1</ProductName>
144
      <Install>true</Install>
145
    </BootstrapperPackage>
146
  </ItemGroup>
147
  <ItemGroup>
148
    <Content Include="MK.ico" />
149
  </ItemGroup>
150
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152
       Other similar extension points exist, see Microsoft.Common.targets.
153
  <Target Name="BeforeBuild">
154
  </Target>
155
  <Target Name="AfterBuild">
156
  </Target>
157
  -->
158
</Project>