1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\src\YunDa.Domain\Yunda.ISAS.MongoDB.Entities\Yunda.ISAS.MongoDB.Entities.csproj" />
- <ProjectReference Include="..\src\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
- </ItemGroup>
- </Project>
|