DataSimulation.Forms.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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="Accessibility" />
  39. <Reference Include="DevExpress.BonusSkins.v23.2" />
  40. <Reference Include="DevExpress.Charts.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  41. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  42. <Reference Include="DevExpress.Data.v23.2" />
  43. <Reference Include="DevExpress.Dialogs.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  44. <Reference Include="DevExpress.Map.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  45. <Reference Include="DevExpress.Utils.v23.2" />
  46. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  47. <Reference Include="DevExpress.Utils.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  48. <Reference Include="DevExpress.XtraBars.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  49. <Reference Include="DevExpress.XtraCharts.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  50. <Reference Include="DevExpress.XtraCharts.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  51. <Reference Include="DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  52. <Reference Include="DevExpress.XtraDialogs.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  53. <Reference Include="DevExpress.XtraEditors.v23.2" />
  54. <Reference Include="DevExpress.Printing.v23.2.Core" />
  55. <Reference Include="DevExpress.Drawing.v23.2" />
  56. <Reference Include="DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  57. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  58. <Reference Include="DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  59. <Reference Include="DevExpress.XtraPrinting.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  60. <Reference Include="DevExpress.XtraTreeList.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  61. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  62. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  63. </Reference>
  64. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  65. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Serilog.Sinks.Async, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Serilog.Sinks.Async.1.5.0\lib\net461\Serilog.Sinks.Async.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Serilog.Sinks.Console, Version=5.0.1.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Serilog.Sinks.Console.5.0.1\lib\net471\Serilog.Sinks.Console.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
  78. </Reference>
  79. <Reference Include="SQLite.CodeFirst, Version=1.7.0.36, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  80. <HintPath>..\packages\SQLite.CodeFirst.1.7.0.36\lib\net45\SQLite.CodeFirst.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.ComponentModel.DataAnnotations" />
  90. <Reference Include="System.Configuration" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Data.Linq" />
  93. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Net.Http" />
  109. <Reference Include="System.Numerics" />
  110. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  111. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  114. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Runtime.Serialization" />
  117. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  118. <Reference Include="System.Security" />
  119. <Reference Include="System.Transactions" />
  120. <Reference Include="System.Xml.Linq" />
  121. <Reference Include="System.Data.DataSetExtensions" />
  122. <Reference Include="Microsoft.CSharp" />
  123. <Reference Include="System.Data" />
  124. <Reference Include="System.Deployment" />
  125. <Reference Include="System.Drawing" />
  126. <Reference Include="System.Windows.Forms" />
  127. <Reference Include="System.Xml" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="Basic\ColorHelper.cs" />
  131. <Compile Include="Basic\DebounceDispatcher.cs" />
  132. <Compile Include="DxHelper\EnumExtension.cs" />
  133. <Compile Include="DxHelper\MD5Helper.cs" />
  134. <Compile Include="DxHelper\MsgBoxHelper.cs" />
  135. <Compile Include="DxHelper\SvgHelper.cs" />
  136. <Compile Include="DxHelper\WaitHelper.cs" />
  137. <Compile Include="EditForms\AntEditor.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="EditForms\AntEditor.Designer.cs">
  141. <DependentUpon>AntEditor.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="EditForms\SatEditor.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="EditForms\SatEditor.Designer.cs">
  147. <DependentUpon>SatEditor.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="EditForms\TaskEditor.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="EditForms\TaskEditor.Designer.cs">
  153. <DependentUpon>TaskEditor.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="ExtensionsDev\BaseEditExtension.cs" />
  156. <Compile Include="ExtensionsDev\ChooseFileExtension.cs" />
  157. <Compile Include="ExtensionsDev\DateEditExtension.cs" />
  158. <Compile Include="ExtensionsDev\GridControlEx.cs" />
  159. <Compile Include="ExtensionsDev\LayoutControlExtension.cs" />
  160. <Compile Include="ExtensionsDev\MapControlEx.cs" />
  161. <Compile Include="ExtensionsDev\RibbonExtension.cs" />
  162. <Compile Include="ExtensionsDev\SearchLookUpEditExtension.cs" />
  163. <Compile Include="ExtensionsDev\TabbedViewExtension.cs" />
  164. <Compile Include="Localizer\ChsLocalizer.cs" />
  165. <Compile Include="MainForm.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="MainForm.Designer.cs">
  169. <DependentUpon>MainForm.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="Program.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs" />
  173. <Compile Include="UserControl\CtrlHome.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="UserControl\CtrlHome.Designer.cs">
  177. <DependentUpon>CtrlHome.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="UserControl\CtrlAnt.cs">
  180. <SubType>UserControl</SubType>
  181. </Compile>
  182. <Compile Include="UserControl\CtrlAnt.Designer.cs">
  183. <DependentUpon>CtrlAnt.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="UserControl\CtrlSat.cs">
  186. <SubType>UserControl</SubType>
  187. </Compile>
  188. <Compile Include="UserControl\CtrlSat.Designer.cs">
  189. <DependentUpon>CtrlSat.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="UserControl\CtrlXl.cs">
  192. <SubType>UserControl</SubType>
  193. </Compile>
  194. <Compile Include="UserControl\CtrlXl.Designer.cs">
  195. <DependentUpon>CtrlXl.cs</DependentUpon>
  196. </Compile>
  197. <EmbeddedResource Include="EditForms\AntEditor.resx">
  198. <DependentUpon>AntEditor.cs</DependentUpon>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="EditForms\SatEditor.resx">
  201. <DependentUpon>SatEditor.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <EmbeddedResource Include="EditForms\TaskEditor.resx">
  204. <DependentUpon>TaskEditor.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="MainForm.resx">
  207. <DependentUpon>MainForm.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Properties\licenses.licx" />
  210. <EmbeddedResource Include="Properties\Resources.resx">
  211. <Generator>ResXFileCodeGenerator</Generator>
  212. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  213. <SubType>Designer</SubType>
  214. </EmbeddedResource>
  215. <Compile Include="Properties\Resources.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Resources.resx</DependentUpon>
  218. </Compile>
  219. <EmbeddedResource Include="UserControl\CtrlHome.resx">
  220. <DependentUpon>CtrlHome.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="UserControl\CtrlAnt.resx">
  223. <DependentUpon>CtrlAnt.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="UserControl\CtrlSat.resx">
  226. <DependentUpon>CtrlSat.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="UserControl\CtrlXl.resx">
  229. <DependentUpon>CtrlXl.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <None Include="App.config" />
  232. <None Include="packages.config" />
  233. <None Include="Properties\Settings.settings">
  234. <Generator>SettingsSingleFileGenerator</Generator>
  235. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  236. </None>
  237. <Compile Include="Properties\Settings.Designer.cs">
  238. <AutoGen>True</AutoGen>
  239. <DependentUpon>Settings.settings</DependentUpon>
  240. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  241. </Compile>
  242. </ItemGroup>
  243. <ItemGroup>
  244. <ProjectReference Include="..\DataSimulation.Repostory\DataSimulation.Repostory.csproj">
  245. <Project>{61d871de-8837-49a9-b141-c03a690a53af}</Project>
  246. <Name>DataSimulation.Repostory</Name>
  247. </ProjectReference>
  248. </ItemGroup>
  249. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  250. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  251. <PropertyGroup>
  252. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  253. </PropertyGroup>
  254. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  255. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  256. <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'))" />
  257. </Target>
  258. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  259. <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')" />
  260. <PropertyGroup>
  261. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  262. del System*.xml,Microsoft*.xml,autofac*.xml
  263. copy $(SolutionDir)tips.txt tips.txt
  264. copy $(SolutionDir)geo.txt geo.txt
  265. if not exist "AddIns" md AddIns
  266. move /Y *.dll AddIns
  267. move /Y *.pdb AddIns
  268. xcopy x64 AddIns\x64 /EHCIY
  269. xcopy x86 AddIns\x86 /EHCIY
  270. rmdir x86 /S/Q
  271. rmdir x64 /S/Q
  272. del *.dll.config
  273. </PostBuildEvent>
  274. </PropertyGroup>
  275. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  276. Other similar extension points exist, see Microsoft.Common.targets.
  277. <Target Name="BeforeBuild">
  278. </Target>
  279. <Target Name="AfterBuild">
  280. </Target>
  281. -->
  282. </Project>