Send104DataForm.csproj 534 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\src\YunDa.Domain\Yunda.ISAS.MongoDB.Entities\Yunda.ISAS.MongoDB.Entities.csproj" />
  11. <ProjectReference Include="..\src\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
  12. </ItemGroup>
  13. </Project>