Subversion Repositories group.electronics

Rev

Details | 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>
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>
38
    <Reference Include="System" />
39
    <Reference Include="System.Core" />
40
    <Reference Include="System.Messaging" />
41
    <Reference Include="System.Xml.Linq" />
42
    <Reference Include="System.Data.DataSetExtensions" />
43
    <Reference Include="Microsoft.CSharp" />
44
    <Reference Include="System.Data" />
45
    <Reference Include="System.Deployment" />
46
    <Reference Include="System.Drawing" />
47
    <Reference Include="System.Windows.Forms" />
48
    <Reference Include="System.Xml" />
49
  </ItemGroup>
50
  <ItemGroup>
142 pfowler 51
    <Compile Include="LedLight.cs">
52
      <SubType>UserControl</SubType>
53
    </Compile>
139 pfowler 54
    <Compile Include="NITCommNavForm.cs">
55
      <SubType>Form</SubType>
56
    </Compile>
57
    <Compile Include="NITCommNavForm.Designer.cs">
58
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
59
    </Compile>
60
    <Compile Include="NITNavCommDevice.cs" />
61
    <Compile Include="MainForm.cs">
62
      <SubType>Form</SubType>
63
    </Compile>
64
    <Compile Include="MainForm.Designer.cs">
65
      <DependentUpon>MainForm.cs</DependentUpon>
66
    </Compile>
67
    <Compile Include="NITPanels.cs" />
68
    <Compile Include="Program.cs" />
69
    <Compile Include="Properties\AssemblyInfo.cs" />
70
    <Compile Include="SevenSegment.cs">
71
      <SubType>UserControl</SubType>
72
    </Compile>
73
    <Compile Include="SevenSegmentArray.cs">
74
      <SubType>UserControl</SubType>
75
    </Compile>
76
    <EmbeddedResource Include="MainForm.resx">
77
      <DependentUpon>MainForm.cs</DependentUpon>
78
    </EmbeddedResource>
79
    <EmbeddedResource Include="NITCommNavForm.resx">
80
      <DependentUpon>NITCommNavForm.cs</DependentUpon>
81
    </EmbeddedResource>
82
    <EmbeddedResource Include="Properties\Resources.resx">
83
      <Generator>ResXFileCodeGenerator</Generator>
84
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
85
      <SubType>Designer</SubType>
86
    </EmbeddedResource>
87
    <Compile Include="Properties\Resources.Designer.cs">
88
      <AutoGen>True</AutoGen>
89
      <DependentUpon>Resources.resx</DependentUpon>
90
    </Compile>
91
    <None Include="ClassDiagram1.cd" />
92
    <None Include="Properties\DataSources\NITDevice.datasource" />
93
    <None Include="Properties\Settings.settings">
94
      <Generator>SettingsSingleFileGenerator</Generator>
95
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
96
    </None>
97
    <Compile Include="Properties\Settings.Designer.cs">
98
      <AutoGen>True</AutoGen>
99
      <DependentUpon>Settings.settings</DependentUpon>
100
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
101
    </Compile>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <None Include="App.config" />
105
  </ItemGroup>
106
  <ItemGroup>
107
    <Content Include="LibUsbDotNet.dll" />
108
  </ItemGroup>
109
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
111
       Other similar extension points exist, see Microsoft.Common.targets.
112
  <Target Name="BeforeBuild">
113
  </Target>
114
  <Target Name="AfterBuild">
115
  </Target>
116
  -->
117
</Project>