XdCxRhDW.DataEmulation.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  5. <ProductVersion>8.0.30703</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{E0E5334A-9DC1-4A45-8E1E-1049A9FD15F2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XdCxRhDW.DataEmulation</RootNamespace>
  11. <AssemblyName>时频差数据仿真</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</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. <Prefer32Bit>false</Prefer32Bit>
  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. <ItemGroup>
  36. <Reference Include="Accessibility" />
  37. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  38. <Reference Include="DevExpress.Data.v23.2" />
  39. <Reference Include="DevExpress.Utils.v23.2" />
  40. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  41. <Reference Include="DevExpress.XtraEditors.v23.2" />
  42. <Reference Include="DevExpress.Printing.v23.2.Core" />
  43. <Reference Include="DevExpress.Drawing.v23.2" />
  44. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  45. <Reference Include="System" />
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Configuration" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data.Linq" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Transactions" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="..\XdCxRhDW.App\DxHelper\MsgBoxHelper.cs">
  65. <Link>DxHelper\MsgBoxHelper.cs</Link>
  66. </Compile>
  67. <Compile Include="DataEmulationHelper.cs" />
  68. <Compile Include="Form1.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="Form1.Designer.cs">
  72. <DependentUpon>Form1.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <EmbeddedResource Include="Form1.resx">
  77. <DependentUpon>Form1.cs</DependentUpon>
  78. </EmbeddedResource>
  79. <None Include="Properties\licenses.licx" />
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. <DesignTime>True</DesignTime>
  89. </Compile>
  90. <None Include="App.config" />
  91. <None Include="Properties\Settings.settings">
  92. <Generator>SettingsSingleFileGenerator</Generator>
  93. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  94. </None>
  95. <Compile Include="Properties\Settings.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DependentUpon>Settings.settings</DependentUpon>
  98. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  99. </Compile>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="AddIns\ippcore-9.0.dll">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </None>
  105. <None Include="AddIns\ipps-9.0.dll">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </None>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="AddIns\SignalEmulation.dll">
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </None>
  113. <None Include="AddIns\SignalEmulation.h" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="AddIns\ippsy8-9.0.dll">
  117. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  118. </None>
  119. </ItemGroup>
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <PropertyGroup>
  122. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  123. if not exist "AddIns" md AddIns
  124. move /Y *.dll AddIns</PostBuildEvent>
  125. </PropertyGroup>
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>