Initialize solution structure
This commit is contained in:
12
src/FritzCallMonitor.Demo/FritzCallMonitor.Demo.csproj
Normal file
12
src/FritzCallMonitor.Demo/FritzCallMonitor.Demo.csproj
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FritzCallMonitor\FritzCallMonitor.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user