PRSDimensionUtils.csproj 455 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\inabox\inabox.scripting\InABox.Scripting.csproj" />
  10. <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
  11. </ItemGroup>
  12. </Project>