14 lines
308 B
XML
14 lines
308 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\PhotoBooth\PhotoBooth.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>net48</TargetFramework>
|
|||
|
<LangVersion>7.3</LangVersion>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
</Project>
|