TpsLabStudio.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{88EB4F8A-70EC-4547-B7DB-1A796F5BC5A7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Tps_LQ_Transmitter</RootNamespace>
  10. <AssemblyName>Tps_LQ_Transmitter</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\exe\apps\Tps_LQ_Transmitter\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>0</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="AppLibs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\runtime\AppLibs\bin\Debug\AppLibs.dll</HintPath>
  42. </Reference>
  43. <Reference Include="DevComponents.DotNetBar.Design">
  44. <HintPath>..\..\exe\DevComponents.DotNetBar.Design.dll</HintPath>
  45. </Reference>
  46. <Reference Include="DevComponents.DotNetBar.Layout">
  47. <HintPath>..\..\exe\DevComponents.DotNetBar.Layout.dll</HintPath>
  48. </Reference>
  49. <Reference Include="DevComponents.DotNetBar.Layout.Design">
  50. <HintPath>..\..\exe\DevComponents.DotNetBar.Layout.Design.dll</HintPath>
  51. </Reference>
  52. <Reference Include="DevComponents.DotNetBar.SuperGrid">
  53. <HintPath>..\..\exe\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
  54. </Reference>
  55. <Reference Include="DevComponents.DotNetBar2">
  56. <HintPath>..\..\exe\DevComponents.DotNetBar2.dll</HintPath>
  57. </Reference>
  58. <Reference Include="DevComponents.SuperGrid.Design">
  59. <HintPath>..\..\exe\DevComponents.SuperGrid.Design.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NationalInstruments.Common, Version=15.0.40.49154, Culture=neutral, PublicKeyToken=dc6ad606294fc298, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>Libs\NationalInstruments.Common.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NationalInstruments.Common.Native, Version=8.7.35.133, Culture=neutral, PublicKeyToken=18cbae0f9955702a, processorArchitecture=AMD64">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>Libs\NationalInstruments.Common.Native.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NationalInstruments.VisaNS, Version=13.0.45.167, Culture=neutral, PublicKeyToken=4febd62461bf11a4, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>Libs\NationalInstruments.VisaNS.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Spire.License, Version=1.3.8.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
  74. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.License.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Spire.Pdf, Version=6.10.0.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  77. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.Pdf.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Spire.XLS, Version=10.10.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  80. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.XLS.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Deployment" />
  89. <Reference Include="System.Drawing" />
  90. <Reference Include="System.Net.Http" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Bundle.cs" />
  96. <Compile Include="Common\SerialConfig.cs" />
  97. <Compile Include="Common\VisaResource.cs" />
  98. <Compile Include="com\BaseModelStruct.cs" />
  99. <Compile Include="com\DeviceNode.cs" />
  100. <Compile Include="com\FileNode.cs" />
  101. <Compile Include="com\MsgType.cs" />
  102. <Compile Include="com\SerialPort.cs" />
  103. <Compile Include="com\TestMessage.cs" />
  104. <Compile Include="com\TestNode.cs" />
  105. <Compile Include="com\TestParameters.cs" />
  106. <Compile Include="FrmMain.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="FrmMain.Designer.cs">
  110. <DependentUpon>FrmMain.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="MainTps.cs" />
  113. <Compile Include="models\FskModulationIndexAndMaxFreqOffset.cs" />
  114. <Compile Include="models\ModulationIndexAndMaxFreqOffset.cs" />
  115. <Compile Include="models\NoisePowerDensity.cs" />
  116. <Compile Include="models\NormalTemperatureTest.cs" />
  117. <Compile Include="models\PhaseNoise.cs" />
  118. <Compile Include="models\PowerAndFreqStability.cs" />
  119. <Compile Include="models\PowerTest-PowerMeter.cs" />
  120. <Compile Include="models\SpuriousSuppression.cs" />
  121. <Compile Include="models\HarmonicSuppression.cs" />
  122. <Compile Include="models\BaseModel.cs" />
  123. <Compile Include="models\VoltAndCurrent.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="views\FrmDevice.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="views\FrmDevice.Designer.cs">
  129. <DependentUpon>FrmDevice.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="views\FrmMsg.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="views\FrmMsg.Designer.cs">
  135. <DependentUpon>FrmMsg.cs</DependentUpon>
  136. </Compile>
  137. <EmbeddedResource Include="FrmMain.resx">
  138. <DependentUpon>FrmMain.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="Properties\Resources.resx">
  141. <Generator>ResXFileCodeGenerator</Generator>
  142. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  143. <SubType>Designer</SubType>
  144. </EmbeddedResource>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. <DesignTime>True</DesignTime>
  149. </Compile>
  150. <EmbeddedResource Include="views\FrmDevice.resx">
  151. <DependentUpon>FrmDevice.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="views\FrmMsg.resx">
  154. <DependentUpon>FrmMsg.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <None Include="bundle.config">
  157. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  158. </None>
  159. <None Include="config\ModulationMode.xlsx">
  160. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  161. </None>
  162. <None Include="config\串口控制.xlsx">
  163. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  164. </None>
  165. <None Include="config\测试#常温测试#9B发射机-N9030A.xlsx">
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. </None>
  168. <None Include="config\测试#常温测试#YZH16A发射机-N9030A.xlsx">
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. </None>
  171. <None Include="config\测试#常温测试#发射机_FSU-26.xlsx">
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </None>
  174. <None Include="packages.config" />
  175. <None Include="Properties\Settings.settings">
  176. <Generator>SettingsSingleFileGenerator</Generator>
  177. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  178. </None>
  179. <Compile Include="Properties\Settings.Designer.cs">
  180. <AutoGen>True</AutoGen>
  181. <DependentUpon>Settings.settings</DependentUpon>
  182. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  183. </Compile>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Content Include="aa.PNG">
  187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  188. </Content>
  189. <Content Include="Libs\NationalInstruments.Common.dll" />
  190. <Content Include="Libs\NationalInstruments.Common.Native.dll" />
  191. <Content Include="Libs\NationalInstruments.VisaNS.dll" />
  192. <Content Include="test.png">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </Content>
  195. </ItemGroup>
  196. <ItemGroup />
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. </Project>