Subversion Repositories group.electronics

Rev

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

Rev Author Line No. Line
139 pfowler 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{7D270C0E-F20C-44E0-812A-43F1E59CA462}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>NITNavComm</RootNamespace>
11
    <AssemblyName>NITNavComm</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
153 pfowler 14
    <PublishUrl>publish\</PublishUrl>
15
    <Install>true</Install>
16
    <InstallFrom>Disk</InstallFrom>
17
    <UpdateEnabled>false</UpdateEnabled>
18
    <UpdateMode>Foreground</UpdateMode>
19
    <UpdateInterval>7</UpdateInterval>
20
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
21
    <UpdatePeriodically>false</UpdatePeriodically>
22
    <UpdateRequired>false</UpdateRequired>
23
    <MapFileExtensions>true</MapFileExtensions>
24
    <ApplicationRevision>0</ApplicationRevision>
25
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26
    <IsWebBootstrapper>false</IsWebBootstrapper>
27
    <UseApplicationTrust>false</UseApplicationTrust>
28
    <BootstrapperEnabled>true</BootstrapperEnabled>
139 pfowler 29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <PlatformTarget>AnyCPU</PlatformTarget>
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <PlatformTarget>AnyCPU</PlatformTarget>
42
    <DebugType>pdbonly</DebugType>
43
    <Optimize>true</Optimize>
44
    <OutputPath>bin\Release\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <ErrorReport>prompt</ErrorReport>
47
    <WarningLevel>4</WarningLevel>
48
  </PropertyGroup>
153 pfowler 49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
50
    <DebugSymbols>true</DebugSymbols>
51
    <OutputPath>bin\x86\Debug\</OutputPath>
52
    <DefineConstants>DEBUG;TRACE</DefineConstants>
53
    <DebugType>full</DebugType>
54
    <PlatformTarget>x86</PlatformTarget>
55
    <ErrorReport>prompt</ErrorReport>
56
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57
    <Prefer32Bit>true</Prefer32Bit>
58
  </PropertyGroup>
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60
    <OutputPath>bin\x86\Release\</OutputPath>
61
    <DefineConstants>TRACE</DefineConstants>
62
    <Optimize>true</Optimize>
63
    <DebugType>pdbonly</DebugType>
64
    <PlatformTarget>x86</PlatformTarget>
65
    <ErrorReport>prompt</ErrorReport>
66
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67
    <Prefer32Bit>true</Prefer32Bit>
68
  </PropertyGroup>
139 pfowler 69
  <ItemGroup>
70
    <Reference Include="LibUsbDotNet">
71
      <HintPath>.\LibUsbDotNet.dll</HintPath>
72
    </Reference>
153 pfowler 73
    <Reference Include="Microsoft.FlightSimulator.SimConnect">
74
      <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\lib\managed\Microsoft.FlightSimulator.SimConnect.dll</HintPath>
75
    </Reference>
149 pfowler 76
    <Reference Include="Microsoft.VisualBasic" />
77
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
139 pfowler 78
    <Reference Include="System" />
79
    <Reference Include="System.Core" />
80
    <Reference Include="System.Messaging" />
81
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="System.Data.DataSetExtensions" />
83
    <Reference Include="Microsoft.CSharp" />
84
    <Reference Include="System.Data" />
85
    <Reference Include="System.Deployment" />
86
    <Reference Include="System.Drawing" />
87
    <Reference Include="System.Windows.Forms" />
88
    <Reference Include="System.Xml" />
89
  </ItemGroup>
90
  <ItemGroup>
155 pfowler 91
    <Compile Include="FSXObject.cs" />
142 pfowler 92
    <Compile Include="LedLight.cs">
93
      <SubType>UserControl</SubType>
94
    </Compile>
155 pfowler 95
    <Compile Include="NITAudioSelDevice.cs" />
139 pfowler 96
    <Compile Include="NITCommNavForm.cs">
97
      <SubType>Form</SubType>
98
    </Compile>
99
    <Compile Include="NITCommNavForm.Designer.cs">
100
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
101
    </Compile>
102
    <Compile Include="NITNavCommDevice.cs" />
103
    <Compile Include="MainForm.cs">
104
      <SubType>Form</SubType>
105
    </Compile>
106
    <Compile Include="MainForm.Designer.cs">
107
      <DependentUpon>MainForm.cs</DependentUpon>
108
    </Compile>
109
    <Compile Include="NITPanels.cs" />
110
    <Compile Include="Program.cs" />
111
    <Compile Include="Properties\AssemblyInfo.cs" />
112
    <Compile Include="SevenSegment.cs">
113
      <SubType>UserControl</SubType>
114
    </Compile>
115
    <Compile Include="SevenSegmentArray.cs">
116
      <SubType>UserControl</SubType>
117
    </Compile>
118
    <EmbeddedResource Include="MainForm.resx">
119
      <DependentUpon>MainForm.cs</DependentUpon>
120
    </EmbeddedResource>
121
    <EmbeddedResource Include="NITCommNavForm.resx">
122
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
123
    </EmbeddedResource>
124
    <EmbeddedResource Include="Properties\Resources.resx">
125
      <Generator>ResXFileCodeGenerator</Generator>
126
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127
      <SubType>Designer</SubType>
128
    </EmbeddedResource>
129
    <Compile Include="Properties\Resources.Designer.cs">
130
      <AutoGen>True</AutoGen>
131
      <DependentUpon>Resources.resx</DependentUpon>
132
    </Compile>
133
    <None Include="ClassDiagram1.cd" />
134
    <None Include="Properties\DataSources\NITDevice.datasource" />
135
    <None Include="Properties\Settings.settings">
136
      <Generator>SettingsSingleFileGenerator</Generator>
137
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138
    </None>
139
    <Compile Include="Properties\Settings.Designer.cs">
140
      <AutoGen>True</AutoGen>
141
      <DependentUpon>Settings.settings</DependentUpon>
142
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143
    </Compile>
144
  </ItemGroup>
145
  <ItemGroup>
146
    <None Include="App.config" />
147
  </ItemGroup>
148
  <ItemGroup>
149
    <Content Include="LibUsbDotNet.dll" />
150
  </ItemGroup>
153 pfowler 151
  <ItemGroup>
152
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
153
      <Visible>False</Visible>
154
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
155
      <Install>true</Install>
156
    </BootstrapperPackage>
157
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
158
      <Visible>False</Visible>
159
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
160
      <Install>false</Install>
161
    </BootstrapperPackage>
162
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
163
      <Visible>False</Visible>
164
      <ProductName>.NET Framework 3.5 SP1</ProductName>
165
      <Install>false</Install>
166
    </BootstrapperPackage>
167
  </ItemGroup>
139 pfowler 168
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
170
       Other similar extension points exist, see Microsoft.Common.targets.
171
  <Target Name="BeforeBuild">
172
  </Target>
173
  <Target Name="AfterBuild">
174
  </Target>
175
  -->
176
</Project>