DataSimulation.Forms.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3622EDFF-8AA9-4324-896A-4ED1CBE3D0A1}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DataSimulation.Forms</RootNamespace>
  12. <AssemblyName>DataSimulation.Forms</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  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. <ItemGroup>
  38. <Reference Include="DevExpress.BonusSkins.v23.2" />
  39. <Reference Include="DevExpress.Charts.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  40. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  41. <Reference Include="DevExpress.Data.v23.2" />
  42. <Reference Include="DevExpress.Dialogs.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  43. <Reference Include="DevExpress.Map.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  44. <Reference Include="DevExpress.Utils.v23.2" />
  45. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  46. <Reference Include="DevExpress.Utils.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  47. <Reference Include="DevExpress.XtraBars.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  48. <Reference Include="DevExpress.XtraCharts.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  49. <Reference Include="DevExpress.XtraCharts.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  50. <Reference Include="DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  51. <Reference Include="DevExpress.XtraDialogs.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  52. <Reference Include="DevExpress.XtraEditors.v23.2" />
  53. <Reference Include="DevExpress.Printing.v23.2.Core" />
  54. <Reference Include="DevExpress.Drawing.v23.2" />
  55. <Reference Include="DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  56. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  57. <Reference Include="DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  58. <Reference Include="DevExpress.XtraPrinting.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  59. <Reference Include="DevExpress.XtraTreeList.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  60. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  61. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  62. </Reference>
  63. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  71. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.ComponentModel.DataAnnotations" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  88. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Numerics" />
  95. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Deployment" />
  106. <Reference Include="System.Drawing" />
  107. <Reference Include="System.Windows.Forms" />
  108. <Reference Include="System.Xml" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Basic\ColorHelper.cs" />
  112. <Compile Include="Basic\DebounceDispatcher.cs" />
  113. <Compile Include="DxHelper\MD5Helper.cs" />
  114. <Compile Include="DxHelper\MsgBoxHelper.cs" />
  115. <Compile Include="DxHelper\SvgHelper.cs" />
  116. <Compile Include="DxHelper\WaitHelper.cs" />
  117. <Compile Include="ExtensionsDev\BaseEditExtension.cs" />
  118. <Compile Include="ExtensionsDev\ChooseFileExtension.cs" />
  119. <Compile Include="ExtensionsDev\DateEditExtension.cs" />
  120. <Compile Include="ExtensionsDev\GridControlEx.cs" />
  121. <Compile Include="ExtensionsDev\LayoutControlExtension.cs" />
  122. <Compile Include="ExtensionsDev\MapControlEx.cs" />
  123. <Compile Include="ExtensionsDev\RibbonExtension.cs" />
  124. <Compile Include="ExtensionsDev\SearchLookUpEditExtension.cs" />
  125. <Compile Include="ExtensionsDev\TabbedViewExtension.cs" />
  126. <Compile Include="MainForm.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="MainForm.Designer.cs">
  130. <DependentUpon>MainForm.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="Program.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="UserControl\CtrlHome.cs">
  135. <SubType>UserControl</SubType>
  136. </Compile>
  137. <Compile Include="UserControl\CtrlHome.Designer.cs">
  138. <DependentUpon>CtrlHome.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="UserControl\CtrlSat.cs">
  141. <SubType>UserControl</SubType>
  142. </Compile>
  143. <Compile Include="UserControl\CtrlSat.Designer.cs">
  144. <DependentUpon>CtrlSat.cs</DependentUpon>
  145. </Compile>
  146. <EmbeddedResource Include="MainForm.resx">
  147. <DependentUpon>MainForm.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Properties\licenses.licx" />
  150. <EmbeddedResource Include="Properties\Resources.resx">
  151. <Generator>ResXFileCodeGenerator</Generator>
  152. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  153. <SubType>Designer</SubType>
  154. </EmbeddedResource>
  155. <Compile Include="Properties\Resources.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DependentUpon>Resources.resx</DependentUpon>
  158. </Compile>
  159. <EmbeddedResource Include="UserControl\CtrlHome.resx">
  160. <DependentUpon>CtrlHome.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="UserControl\CtrlSat.resx">
  163. <DependentUpon>CtrlSat.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <None Include="App.config" />
  166. <None Include="packages.config" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. <Compile Include="Properties\Settings.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DependentUpon>Settings.settings</DependentUpon>
  174. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  175. </Compile>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ProjectReference Include="..\DataSimulation.Repostory\DataSimulation.Repostory.csproj">
  179. <Project>{61d871de-8837-49a9-b141-c03a690a53af}</Project>
  180. <Name>DataSimulation.Repostory</Name>
  181. </ProjectReference>
  182. </ItemGroup>
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  185. <PropertyGroup>
  186. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  187. </PropertyGroup>
  188. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  189. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  190. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  191. </Target>
  192. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  193. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  194. <PropertyGroup>
  195. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  196. del System*.xml,Microsoft*.xml,autofac*.xml
  197. copy $(SolutionDir)tips.txt tips.txt
  198. copy $(SolutionDir)geo.txt geo.txt
  199. if not exist "AddIns" md AddIns
  200. move /Y *.dll AddIns
  201. move /Y *.pdb AddIns
  202. xcopy x64 AddIns\x64 /EHCIY
  203. xcopy x86 AddIns\x86 /EHCIY
  204. rmdir x86 /S/Q
  205. rmdir x64 /S/Q
  206. del *.dll.config
  207. </PostBuildEvent>
  208. </PropertyGroup>
  209. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  210. Other similar extension points exist, see Microsoft.Common.targets.
  211. <Target Name="BeforeBuild">
  212. </Target>
  213. <Target Name="AfterBuild">
  214. </Target>
  215. -->
  216. </Project>