Subversion Repositories group.electronics

Rev

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