Subversion Repositories group.electronics

Rev

Rev 181 | 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" />
182 pfowler 63
    <Reference Include="System.Drawing" />
158 pfowler 64
    <Reference Include="System.Xml.Linq" />
65
    <Reference Include="System.Data.DataSetExtensions" />
66
    <Reference Include="Microsoft.CSharp" />
67
    <Reference Include="System.Data" />
68
    <Reference Include="System.Xml" />
178 pfowler 69
    <Reference Include="vJoyInterfaceWrap">
70
      <HintPath>.\vJoyInterfaceWrap.dll</HintPath>
71
    </Reference>
158 pfowler 72
    <Reference Include="WindowsInput">
73
      <HintPath>..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath>
74
    </Reference>
75
  </ItemGroup>
76
  <ItemGroup>
163 pfowler 77
    <Compile Include="Chips.cs" />
161 pfowler 78
    <Compile Include="Command.cs" />
79
    <Compile Include="Controls.cs" />
158 pfowler 80
    <Compile Include="DcsBios.cs" />
161 pfowler 81
    <Compile Include="Globals.cs" />
160 pfowler 82
    <Compile Include="IPanel.cs" />
158 pfowler 83
    <Compile Include="mcp2221.cs" />
171 pfowler 84
    <Compile Include="NitAapPanel.cs" />
85
    <Compile Include="NitAhfsPanel.cs" />
181 pfowler 86
    <Compile Include="NitAuxPanel.cs" />
162 pfowler 87
    <Compile Include="NitMultiPanel.cs" />
178 pfowler 88
    <Compile Include="NitvJoy.cs" />
182 pfowler 89
    <Compile Include="Oled.cs" />
158 pfowler 90
    <Compile Include="Program.cs" />
91
    <Compile Include="Properties\AssemblyInfo.cs" />
182 pfowler 92
    <Compile Include="Properties\Resources.Designer.cs">
93
      <AutoGen>True</AutoGen>
94
      <DesignTime>True</DesignTime>
95
      <DependentUpon>Resources.resx</DependentUpon>
96
    </Compile>
176 pfowler 97
    <Compile Include="SendOSInput.cs" />
160 pfowler 98
    <Compile Include="Utils.cs" />
158 pfowler 99
  </ItemGroup>
100
  <ItemGroup>
101
    <None Include="App.config" />
102
    <None Include="packages.config" />
103
  </ItemGroup>
104
  <ItemGroup>
105
    <WCFMetadata Include="Service References\" />
106
  </ItemGroup>
179 pfowler 107
  <ItemGroup>
182 pfowler 108
    <None Include="Resources\flap_needle.bmp" />
109
    <None Include="Resources\flap_bg.bmp" />
110
    <None Include="Resources\flap-needle.bmp" />
179 pfowler 111
    <Content Include="vJoyInterface.dll">
112
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
113
    </Content>
114
    <Content Include="vJoyInterfaceWrap.dll" />
115
  </ItemGroup>
182 pfowler 116
  <ItemGroup>
117
    <EmbeddedResource Include="Properties\Resources.resx">
118
      <Generator>ResXFileCodeGenerator</Generator>
119
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
120
    </EmbeddedResource>
121
  </ItemGroup>
158 pfowler 122
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
124
       Other similar extension points exist, see Microsoft.Common.targets.
125
  <Target Name="BeforeBuild">
126
  </Target>
127
  <Target Name="AfterBuild">
128
  </Target>
129
  -->
130
</Project>