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>
|
|
|
14 |
</PropertyGroup>
|
|
|
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
16 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
17 |
<DebugSymbols>true</DebugSymbols>
|
|
|
18 |
<DebugType>full</DebugType>
|
|
|
19 |
<Optimize>false</Optimize>
|
|
|
20 |
<OutputPath>bin\Debug\</OutputPath>
|
|
|
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
22 |
<ErrorReport>prompt</ErrorReport>
|
|
|
23 |
<WarningLevel>4</WarningLevel>
|
|
|
24 |
</PropertyGroup>
|
|
|
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
26 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
27 |
<DebugType>pdbonly</DebugType>
|
|
|
28 |
<Optimize>true</Optimize>
|
|
|
29 |
<OutputPath>bin\Release\</OutputPath>
|
|
|
30 |
<DefineConstants>TRACE</DefineConstants>
|
|
|
31 |
<ErrorReport>prompt</ErrorReport>
|
|
|
32 |
<WarningLevel>4</WarningLevel>
|
|
|
33 |
</PropertyGroup>
|
|
|
34 |
<ItemGroup>
|
|
|
35 |
<Reference Include="LibUsbDotNet">
|
|
|
36 |
<HintPath>.\LibUsbDotNet.dll</HintPath>
|
|
|
37 |
</Reference>
|
149 |
pfowler |
38 |
<Reference Include="Microsoft.VisualBasic" />
|
|
|
39 |
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
139 |
pfowler |
40 |
<Reference Include="System" />
|
|
|
41 |
<Reference Include="System.Core" />
|
|
|
42 |
<Reference Include="System.Messaging" />
|
|
|
43 |
<Reference Include="System.Xml.Linq" />
|
|
|
44 |
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
45 |
<Reference Include="Microsoft.CSharp" />
|
|
|
46 |
<Reference Include="System.Data" />
|
|
|
47 |
<Reference Include="System.Deployment" />
|
|
|
48 |
<Reference Include="System.Drawing" />
|
|
|
49 |
<Reference Include="System.Windows.Forms" />
|
|
|
50 |
<Reference Include="System.Xml" />
|
|
|
51 |
</ItemGroup>
|
|
|
52 |
<ItemGroup>
|
142 |
pfowler |
53 |
<Compile Include="LedLight.cs">
|
|
|
54 |
<SubType>UserControl</SubType>
|
|
|
55 |
</Compile>
|
139 |
pfowler |
56 |
<Compile Include="NITCommNavForm.cs">
|
|
|
57 |
<SubType>Form</SubType>
|
|
|
58 |
</Compile>
|
|
|
59 |
<Compile Include="NITCommNavForm.Designer.cs">
|
|
|
60 |
<DependentUpon>NITCommNavForm.cs</DependentUpon>
|
|
|
61 |
</Compile>
|
|
|
62 |
<Compile Include="NITNavCommDevice.cs" />
|
|
|
63 |
<Compile Include="MainForm.cs">
|
|
|
64 |
<SubType>Form</SubType>
|
|
|
65 |
</Compile>
|
|
|
66 |
<Compile Include="MainForm.Designer.cs">
|
|
|
67 |
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
68 |
</Compile>
|
|
|
69 |
<Compile Include="NITPanels.cs" />
|
|
|
70 |
<Compile Include="Program.cs" />
|
|
|
71 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
72 |
<Compile Include="SevenSegment.cs">
|
|
|
73 |
<SubType>UserControl</SubType>
|
|
|
74 |
</Compile>
|
|
|
75 |
<Compile Include="SevenSegmentArray.cs">
|
|
|
76 |
<SubType>UserControl</SubType>
|
|
|
77 |
</Compile>
|
|
|
78 |
<EmbeddedResource Include="MainForm.resx">
|
|
|
79 |
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
80 |
</EmbeddedResource>
|
|
|
81 |
<EmbeddedResource Include="NITCommNavForm.resx">
|
|
|
82 |
<DependentUpon>NITCommNavForm.cs</DependentUpon>
|
|
|
83 |
</EmbeddedResource>
|
|
|
84 |
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
85 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
86 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
87 |
<SubType>Designer</SubType>
|
|
|
88 |
</EmbeddedResource>
|
|
|
89 |
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
90 |
<AutoGen>True</AutoGen>
|
|
|
91 |
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
92 |
</Compile>
|
|
|
93 |
<None Include="ClassDiagram1.cd" />
|
|
|
94 |
<None Include="Properties\DataSources\NITDevice.datasource" />
|
|
|
95 |
<None Include="Properties\Settings.settings">
|
|
|
96 |
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
97 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
98 |
</None>
|
|
|
99 |
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
100 |
<AutoGen>True</AutoGen>
|
|
|
101 |
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
102 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
103 |
</Compile>
|
|
|
104 |
</ItemGroup>
|
|
|
105 |
<ItemGroup>
|
|
|
106 |
<None Include="App.config" />
|
|
|
107 |
</ItemGroup>
|
|
|
108 |
<ItemGroup>
|
|
|
109 |
<Content Include="LibUsbDotNet.dll" />
|
|
|
110 |
</ItemGroup>
|
|
|
111 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
112 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
113 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
114 |
<Target Name="BeforeBuild">
|
|
|
115 |
</Target>
|
|
|
116 |
<Target Name="AfterBuild">
|
|
|
117 |
</Target>
|
|
|
118 |
-->
|
|
|
119 |
</Project>
|