Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2233 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>8.0.50727</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{1D3163E6-DC65-4595-9D51-4FD9174F2F61}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>AvionicsInstrumentControl</RootNamespace>
12
    <AssemblyName>AvionicsInstrumentControl</AssemblyName>
13
    <ApplicationIcon>AvionicsInstrumentIco.ico</ApplicationIcon>
14
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
15
    <FileUpgradeFlags>
16
    </FileUpgradeFlags>
17
    <UpgradeBackupLocation>
18
    </UpgradeBackupLocation>
19
    <OldToolsVersion>2.0</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>
54
    <StartupObject />
55
  </PropertyGroup>
56
  <ItemGroup>
57
    <Reference Include="System" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Deployment" />
60
    <Reference Include="System.Drawing" />
61
    <Reference Include="System.Windows.Forms" />
62
    <Reference Include="System.Xml" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Compile Include="HeadingIndicator.cs">
66
      <SubType>UserControl</SubType>
67
    </Compile>
68
    <Compile Include="HeadingIndicator.Designer.cs">
69
      <DependentUpon>HeadingIndicator.cs</DependentUpon>
70
    </Compile>
71
    <Compile Include="Properties\AssemblyInfo.cs" />
72
    <EmbeddedResource Include="HeadingIndicator.resx">
73
      <DependentUpon>HeadingIndicator.cs</DependentUpon>
74
    </EmbeddedResource>
75
    <EmbeddedResource Include="Properties\Resources.resx">
76
      <Generator>ResXFileCodeGenerator</Generator>
77
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
78
      <SubType>Designer</SubType>
79
    </EmbeddedResource>
80
    <Compile Include="Properties\Resources.Designer.cs">
81
      <AutoGen>True</AutoGen>
82
      <DependentUpon>Resources.resx</DependentUpon>
83
      <DesignTime>True</DesignTime>
84
    </Compile>
85
    <None Include="Properties\Settings.settings">
86
      <Generator>SettingsSingleFileGenerator</Generator>
87
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
88
    </None>
89
    <Compile Include="Properties\Settings.Designer.cs">
90
      <AutoGen>True</AutoGen>
91
      <DependentUpon>Settings.settings</DependentUpon>
92
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
93
    </Compile>
94
  </ItemGroup>
95
  <ItemGroup>
96
    <EmbeddedResource Include="Resources\HeadingIndicator_Aircraft.bmp" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <EmbeddedResource Include="Resources\HeadingIndicator_Background.bmp" />
100
  </ItemGroup>
101
  <ItemGroup>
102
    <EmbeddedResource Include="Resources\HeadingWeel.bmp" />
103
  </ItemGroup>
104
  <ItemGroup>
105
    <Content Include="AvionicsInstrumentIco.ico" />
106
    <None Include="Resources\HeadingIndicatorOverlay.png" />
107
    <None Include="Resources\HeadingIndicatorBackground.png" />
108
    <None Include="Resources\Aircraft.png" />
109
    <None Include="Resources\HeadingIndicator.png" />
110
  </ItemGroup>
111
  <ItemGroup>
112
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113
      <Visible>False</Visible>
114
      <ProductName>.NET Framework 3.5 SP1</ProductName>
115
      <Install>true</Install>
116
    </BootstrapperPackage>
117
  </ItemGroup>
118
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120
       Other similar extension points exist, see Microsoft.Common.targets.
121
  <Target Name="BeforeBuild">
122
  </Target>
123
  <Target Name="AfterBuild">
124
  </Target>
125
  -->
126
</Project>