Subversion Repositories group.electronics

Rev

Rev 171 | Rev 178 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
158 pfowler 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.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>{364ECF4F-2A3C-4E51-B6C0-4B6455C69BAA}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>nitdcscore</RootNamespace>
11
    <AssemblyName>nitdcscore</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
  <PropertyGroup>
35
    <StartupObject>nitdcscore.Program</StartupObject>
36
  </PropertyGroup>
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38
    <DebugSymbols>true</DebugSymbols>
39
    <OutputPath>bin\x86\Debug\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <DebugType>full</DebugType>
42
    <PlatformTarget>x86</PlatformTarget>
43
    <ErrorReport>prompt</ErrorReport>
44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45
    <Prefer32Bit>true</Prefer32Bit>
46
  </PropertyGroup>
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
48
    <OutputPath>bin\x86\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <Optimize>true</Optimize>
51
    <DebugType>pdbonly</DebugType>
52
    <PlatformTarget>x86</PlatformTarget>
53
    <ErrorReport>prompt</ErrorReport>
54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55
    <Prefer32Bit>true</Prefer32Bit>
56
  </PropertyGroup>
57
  <ItemGroup>
58
    <Reference Include="MCP2221DLL-M-dotNet4">
59
      <HintPath>.\MCP2221DLL-M-dotNet4.dll</HintPath>
60
    </Reference>
61
    <Reference Include="System" />
62
    <Reference Include="System.Core" />
63
    <Reference Include="System.Xml.Linq" />
64
    <Reference Include="System.Data.DataSetExtensions" />
65
    <Reference Include="Microsoft.CSharp" />
66
    <Reference Include="System.Data" />
67
    <Reference Include="System.Xml" />
68
    <Reference Include="WindowsInput">
69
      <HintPath>..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath>
70
    </Reference>
71
  </ItemGroup>
72
  <ItemGroup>
163 pfowler 73
    <Compile Include="Chips.cs" />
161 pfowler 74
    <Compile Include="Command.cs" />
75
    <Compile Include="Controls.cs" />
158 pfowler 76
    <Compile Include="DcsBios.cs" />
161 pfowler 77
    <Compile Include="Globals.cs" />
160 pfowler 78
    <Compile Include="IPanel.cs" />
158 pfowler 79
    <Compile Include="mcp2221.cs" />
171 pfowler 80
    <Compile Include="NitAapPanel.cs" />
81
    <Compile Include="NitAhfsPanel.cs" />
162 pfowler 82
    <Compile Include="NitMultiPanel.cs" />
158 pfowler 83
    <Compile Include="Program.cs" />
84
    <Compile Include="Properties\AssemblyInfo.cs" />
176 pfowler 85
    <Compile Include="SendOSInput.cs" />
160 pfowler 86
    <Compile Include="Utils.cs" />
158 pfowler 87
  </ItemGroup>
88
  <ItemGroup>
89
    <None Include="App.config" />
90
    <None Include="packages.config" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <WCFMetadata Include="Service References\" />
94
  </ItemGroup>
95
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
97
       Other similar extension points exist, see Microsoft.Common.targets.
98
  <Target Name="BeforeBuild">
99
  </Target>
100
  <Target Name="AfterBuild">
101
  </Target>
102
  -->
103
</Project>