Subversion Repositories group.NITPanels

Rev

Rev 7 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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