XdCxRhDW.Sender.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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>{A6832DB8-F4D8-4D33-BA4A-AD75C83F802E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XdCxRhDW.Sender</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. <DocumentationFile>
  26. </DocumentationFile>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>..\Service.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Accessibility" />
  45. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  46. <Reference Include="DevExpress.Data.v23.2" />
  47. <Reference Include="DevExpress.Utils.v23.2" />
  48. <Reference Include="DevExpress.XtraBars.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  49. <Reference Include="DevExpress.XtraEditors.v23.2" />
  50. <Reference Include="DevExpress.Printing.v23.2.Core" />
  51. <Reference Include="DevExpress.Drawing.v23.2" />
  52. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  53. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.ComponentModel.DataAnnotations" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.Linq" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Numerics" />
  64. <Reference Include="System.Runtime.Serialization" />
  65. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  66. <Reference Include="System.Security" />
  67. <Reference Include="System.Transactions" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Deployment" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="..\XdCxRhDW.App\DxHelper\MsgBoxHelper.cs">
  79. <Link>MsgBoxHelper.cs</Link>
  80. </Compile>
  81. <Compile Include="..\XdCxRhDW.App\DxHelper\SvgHelper.cs">
  82. <Link>SvgHelper.cs</Link>
  83. </Compile>
  84. <Compile Include="ColorRGB.cs" />
  85. <Compile Include="Form1.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Form1.Designer.cs">
  89. <DependentUpon>Form1.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="IniFiles.cs" />
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <EmbeddedResource Include="Form1.resx">
  95. <DependentUpon>Form1.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <None Include="Properties\licenses.licx" />
  98. <EmbeddedResource Include="Properties\Resources.resx">
  99. <Generator>ResXFileCodeGenerator</Generator>
  100. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  101. <SubType>Designer</SubType>
  102. </EmbeddedResource>
  103. <Compile Include="Properties\Resources.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. <DesignTime>True</DesignTime>
  107. </Compile>
  108. <None Include="App.config" />
  109. <None Include="packages.config" />
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. <Compile Include="Properties\Settings.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Settings.settings</DependentUpon>
  117. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  118. </Compile>
  119. <None Include="Station_Data2023.ini">
  120. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  121. </None>
  122. <None Include="Simulation_Data2023.dat">
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. </None>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  128. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  129. <Name>02.XdCxRhDW.Dto</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  132. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  133. <Name>01.XdCxRhDW.Framework</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="定位.ico" />
  138. </ItemGroup>
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. <PropertyGroup>
  141. <PostBuildEvent>del *.xml
  142. if not exist "AddIns" md AddIns
  143. move /Y *.dll AddIns
  144. move /Y *.pdb AddIns
  145. move AddIns\$(TargetName).pdb .
  146. del *.dll.config
  147. copy $(SolutionDir)Service.svg Service.svg</PostBuildEvent>
  148. </PropertyGroup>
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>