| 123456789101112131415161718192021222324252627282930313233343536 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DevExpress.Mvvm.v23.1">
- <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Mvvm.v23.1.dll</HintPath>
- </Reference>
- <Reference Include="DevExpress.Sparkline.v23.1.Core">
- <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Sparkline.v23.1.Core.dll</HintPath>
- </Reference>
- <Reference Include="DevExpress.Utils.v23.1">
- <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.Utils.v23.1.dll</HintPath>
- </Reference>
- <Reference Include="DevExpress.XtraBars.v23.1">
- <HintPath>C:\Program Files\DevExpress 23.1\Components\Bin\Framework\DevExpress.XtraBars.v23.1.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\XdDw.App\Api\时差线\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Windows.Forms.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Update="ExtensionsDev\PopupControlDocker.cs">
- <SubType>UserControl</SubType>
- </Compile>
- </ItemGroup>
- </Project>
|