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