Com.csproj 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Reference Include="DevExpress.Mvvm.v23.1">
  9. <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Mvvm.v23.1.dll</HintPath>
  10. </Reference>
  11. <Reference Include="DevExpress.Sparkline.v23.1.Core">
  12. <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Sparkline.v23.1.Core.dll</HintPath>
  13. </Reference>
  14. <Reference Include="DevExpress.Utils.v23.1">
  15. <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Utils.v23.1.dll</HintPath>
  16. </Reference>
  17. <Reference Include="DevExpress.XtraBars.v23.1">
  18. <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.XtraBars.v23.1.dll</HintPath>
  19. </Reference>
  20. <Reference Include="Newtonsoft.Json">
  21. <HintPath>..\XdDw.App\Api\时差线\Newtonsoft.Json.dll</HintPath>
  22. </Reference>
  23. <Reference Include="System.Windows.Forms">
  24. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Forms.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Update="ExtensionsDev\PopupControlDocker.cs">
  29. <SubType>UserControl</SubType>
  30. </Compile>
  31. </ItemGroup>
  32. </Project>