Subversion Repositories group.electronics

Rev

Rev 149 | Rev 155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 153
Line 9... Line 9...
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>NITNavComm</RootNamespace>
10
    <RootNamespace>NITNavComm</RootNamespace>
11
    <AssemblyName>NITNavComm</AssemblyName>
11
    <AssemblyName>NITNavComm</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
13
    <FileAlignment>512</FileAlignment>
-
 
14
    <PublishUrl>publish\</PublishUrl>
-
 
15
    <Install>true</Install>
-
 
16
    <InstallFrom>Disk</InstallFrom>
-
 
17
    <UpdateEnabled>false</UpdateEnabled>
-
 
18
    <UpdateMode>Foreground</UpdateMode>
-
 
19
    <UpdateInterval>7</UpdateInterval>
-
 
20
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
-
 
21
    <UpdatePeriodically>false</UpdatePeriodically>
-
 
22
    <UpdateRequired>false</UpdateRequired>
-
 
23
    <MapFileExtensions>true</MapFileExtensions>
-
 
24
    <ApplicationRevision>0</ApplicationRevision>
-
 
25
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
-
 
26
    <IsWebBootstrapper>false</IsWebBootstrapper>
-
 
27
    <UseApplicationTrust>false</UseApplicationTrust>
-
 
28
    <BootstrapperEnabled>true</BootstrapperEnabled>
14
  </PropertyGroup>
29
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <PlatformTarget>AnyCPU</PlatformTarget>
31
    <PlatformTarget>AnyCPU</PlatformTarget>
17
    <DebugSymbols>true</DebugSymbols>
32
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
33
    <DebugType>full</DebugType>
Line 29... Line 44...
29
    <OutputPath>bin\Release\</OutputPath>
44
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
45
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
46
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
47
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
48
  </PropertyGroup>
-
 
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
-
 
50
    <DebugSymbols>true</DebugSymbols>
-
 
51
    <OutputPath>bin\x86\Debug\</OutputPath>
-
 
52
    <DefineConstants>DEBUG;TRACE</DefineConstants>
-
 
53
    <DebugType>full</DebugType>
-
 
54
    <PlatformTarget>x86</PlatformTarget>
-
 
55
    <ErrorReport>prompt</ErrorReport>
-
 
56
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
-
 
57
    <Prefer32Bit>true</Prefer32Bit>
-
 
58
  </PropertyGroup>
-
 
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
-
 
60
    <OutputPath>bin\x86\Release\</OutputPath>
-
 
61
    <DefineConstants>TRACE</DefineConstants>
-
 
62
    <Optimize>true</Optimize>
-
 
63
    <DebugType>pdbonly</DebugType>
-
 
64
    <PlatformTarget>x86</PlatformTarget>
-
 
65
    <ErrorReport>prompt</ErrorReport>
-
 
66
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
-
 
67
    <Prefer32Bit>true</Prefer32Bit>
-
 
68
  </PropertyGroup>
34
  <ItemGroup>
69
  <ItemGroup>
35
    <Reference Include="LibUsbDotNet">
70
    <Reference Include="LibUsbDotNet">
36
      <HintPath>.\LibUsbDotNet.dll</HintPath>
71
      <HintPath>.\LibUsbDotNet.dll</HintPath>
37
    </Reference>
72
    </Reference>
-
 
73
    <Reference Include="Microsoft.FlightSimulator.SimConnect">
-
 
74
      <HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\lib\managed\Microsoft.FlightSimulator.SimConnect.dll</HintPath>
-
 
75
    </Reference>
38
    <Reference Include="Microsoft.VisualBasic" />
76
    <Reference Include="Microsoft.VisualBasic" />
39
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
77
    <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
40
    <Reference Include="System" />
78
    <Reference Include="System" />
41
    <Reference Include="System.Core" />
79
    <Reference Include="System.Core" />
42
    <Reference Include="System.Messaging" />
80
    <Reference Include="System.Messaging" />
Line 106... Line 144...
106
    <None Include="App.config" />
144
    <None Include="App.config" />
107
  </ItemGroup>
145
  </ItemGroup>
108
  <ItemGroup>
146
  <ItemGroup>
109
    <Content Include="LibUsbDotNet.dll" />
147
    <Content Include="LibUsbDotNet.dll" />
110
  </ItemGroup>
148
  </ItemGroup>
-
 
149
  <ItemGroup>
-
 
150
    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
-
 
151
      <Visible>False</Visible>
-
 
152
      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
-
 
153
      <Install>true</Install>
-
 
154
    </BootstrapperPackage>
-
 
155
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
-
 
156
      <Visible>False</Visible>
-
 
157
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
-
 
158
      <Install>false</Install>
-
 
159
    </BootstrapperPackage>
-
 
160
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
-
 
161
      <Visible>False</Visible>
-
 
162
      <ProductName>.NET Framework 3.5 SP1</ProductName>
-
 
163
      <Install>false</Install>
-
 
164
    </BootstrapperPackage>
-
 
165
  </ItemGroup>
111
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
167
  <!-- 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.
168
       Other similar extension points exist, see Microsoft.Common.targets.
114
  <Target Name="BeforeBuild">
169
  <Target Name="BeforeBuild">
115
  </Target>
170
  </Target>