Subversion Repositories group.NITPanels

Rev

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