2DLightPathSimulator/ImplementationTest/ImplementationTest.csproj

15 lines
376 B
XML
Raw Normal View History

2023-06-06 22:56:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LensSimulatorCore\LensSimulatorCore.csproj" />
</ItemGroup>
</Project>