TpsLabStudio.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>4</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="Spire.License, Version=1.3.8.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
  62. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.License.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Spire.Pdf, Version=6.10.0.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  65. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.Pdf.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Spire.XLS, Version=10.10.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  68. <HintPath>packages\FreeSpire.XLS.10.10.0\lib\net40\Spire.XLS.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Deployment" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Bundle.cs" />
  84. <Compile Include="com\BaseModelStruct.cs" />
  85. <Compile Include="com\DeviceNode.cs" />
  86. <Compile Include="com\FileNode.cs" />
  87. <Compile Include="com\MsgType.cs" />
  88. <Compile Include="com\SerialPort.cs" />
  89. <Compile Include="com\TestMessage.cs" />
  90. <Compile Include="com\TestNode.cs" />
  91. <Compile Include="com\TestParameters.cs" />
  92. <Compile Include="FrmMain.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="FrmMain.Designer.cs">
  96. <DependentUpon>FrmMain.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="MainTps.cs" />
  99. <Compile Include="models\ModulationIndexAndMaxFreqOffset.cs" />
  100. <Compile Include="models\NoisePowerDensity.cs" />
  101. <Compile Include="models\NormalTemperatureTest.cs" />
  102. <Compile Include="models\PhaseNoise.cs" />
  103. <Compile Include="models\PowerAndFreqStability.cs" />
  104. <Compile Include="models\SpuriousSuppression.cs" />
  105. <Compile Include="models\HarmonicSuppression.cs" />
  106. <Compile Include="models\BaseModel.cs" />
  107. <Compile Include="models\VoltAndCurrent.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="views\FrmDevice.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="views\FrmDevice.Designer.cs">
  113. <DependentUpon>FrmDevice.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="views\FrmMsg.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="views\FrmMsg.Designer.cs">
  119. <DependentUpon>FrmMsg.cs</DependentUpon>
  120. </Compile>
  121. <EmbeddedResource Include="FrmMain.resx">
  122. <DependentUpon>FrmMain.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="Properties\Resources.resx">
  125. <Generator>ResXFileCodeGenerator</Generator>
  126. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  127. <SubType>Designer</SubType>
  128. </EmbeddedResource>
  129. <Compile Include="Properties\Resources.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DependentUpon>Resources.resx</DependentUpon>
  132. <DesignTime>True</DesignTime>
  133. </Compile>
  134. <EmbeddedResource Include="views\FrmDevice.resx">
  135. <DependentUpon>FrmDevice.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="views\FrmMsg.resx">
  138. <DependentUpon>FrmMsg.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <None Include="bundle.config">
  141. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  142. </None>
  143. <None Include="config\ModulationMode.xlsx">
  144. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  145. </None>
  146. <None Include="config\测试#常温检查#发射机.xlsx">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </None>
  149. <None Include="config\测试#常温测试#发射机.xlsx">
  150. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  151. </None>
  152. <None Include="packages.config" />
  153. <None Include="Properties\Settings.settings">
  154. <Generator>SettingsSingleFileGenerator</Generator>
  155. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  156. </None>
  157. <Compile Include="Properties\Settings.Designer.cs">
  158. <AutoGen>True</AutoGen>
  159. <DependentUpon>Settings.settings</DependentUpon>
  160. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  161. </Compile>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Content Include="aa.PNG">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="test.png">
  168. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  169. </Content>
  170. </ItemGroup>
  171. <ItemGroup />
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. </Project>