Subversion Repositories group.electronics

Rev

Rev 155 | 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" />
156 pfowler 96
    <Compile Include="NITAudioSelForm.cs">
97
      <SubType>Form</SubType>
98
    </Compile>
99
    <Compile Include="NITAudioSelForm.Designer.cs">
100
      <DependentUpon>NITAudioSelForm.cs</DependentUpon>
101
    </Compile>
139 pfowler 102
    <Compile Include="NITCommNavForm.cs">
103
      <SubType>Form</SubType>
104
    </Compile>
105
    <Compile Include="NITCommNavForm.Designer.cs">
106
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
107
    </Compile>
108
    <Compile Include="NITNavCommDevice.cs" />
109
    <Compile Include="MainForm.cs">
110
      <SubType>Form</SubType>
111
    </Compile>
112
    <Compile Include="MainForm.Designer.cs">
113
      <DependentUpon>MainForm.cs</DependentUpon>
114
    </Compile>
115
    <Compile Include="NITPanels.cs" />
116
    <Compile Include="Program.cs" />
117
    <Compile Include="Properties\AssemblyInfo.cs" />
118
    <Compile Include="SevenSegment.cs">
119
      <SubType>UserControl</SubType>
120
    </Compile>
121
    <Compile Include="SevenSegmentArray.cs">
122
      <SubType>UserControl</SubType>
123
    </Compile>
124
    <EmbeddedResource Include="MainForm.resx">
125
      <DependentUpon>MainForm.cs</DependentUpon>
126
    </EmbeddedResource>
156 pfowler 127
    <EmbeddedResource Include="NITAudioSelForm.resx">
128
      <DependentUpon>NITAudioSelForm.cs</DependentUpon>
129
    </EmbeddedResource>
139 pfowler 130
    <EmbeddedResource Include="NITCommNavForm.resx">
131
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
132
    </EmbeddedResource>
133
    <EmbeddedResource Include="Properties\Resources.resx">
134
      <Generator>ResXFileCodeGenerator</Generator>
135
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
136
      <SubType>Designer</SubType>
137
    </EmbeddedResource>
138
    <Compile Include="Properties\Resources.Designer.cs">
139
      <AutoGen>True</AutoGen>
140
      <DependentUpon>Resources.resx</DependentUpon>
141
    </Compile>
142
    <None Include="ClassDiagram1.cd" />
143
    <None Include="Properties\DataSources\NITDevice.datasource" />
144
    <None Include="Properties\Settings.settings">
145
      <Generator>SettingsSingleFileGenerator</Generator>
146
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
147
    </None>
148
    <Compile Include="Properties\Settings.Designer.cs">
149
      <AutoGen>True</AutoGen>
150
      <DependentUpon>Settings.settings</DependentUpon>
151
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
152
    </Compile>
153
  </ItemGroup>
154
  <ItemGroup>
155
    <None Include="App.config" />
156
  </ItemGroup>
157
  <ItemGroup>
158
    <Content Include="LibUsbDotNet.dll" />
159
  </ItemGroup>
153 pfowler 160
  <ItemGroup>
161
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
162
      <Visible>False</Visible>
163
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
164
      <Install>true</Install>
165
    </BootstrapperPackage>
166
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
167
      <Visible>False</Visible>
168
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
169
      <Install>false</Install>
170
    </BootstrapperPackage>
171
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
172
      <Visible>False</Visible>
173
      <ProductName>.NET Framework 3.5 SP1</ProductName>
174
      <Install>false</Install>
175
    </BootstrapperPackage>
176
  </ItemGroup>
139 pfowler 177
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
179
       Other similar extension points exist, see Microsoft.Common.targets.
180
  <Target Name="BeforeBuild">
181
  </Target>
182
  <Target Name="AfterBuild">
183
  </Target>
184
  -->
185
</Project>