1 |
d57100ff
|
Milan Hotovec
|
<Project Sdk="Microsoft.NET.Sdk">
|
2 |
|
|
|
3 |
|
|
<PropertyGroup>
|
4 |
|
|
<AssemblyName>Leuze.Modules.Goal.Application</AssemblyName>
|
5 |
|
|
<RootNamespace>Leuze.Modules.Goal.Application</RootNamespace>
|
6 |
|
|
<Product></Product>
|
7 |
|
|
<Description></Description>
|
8 |
|
|
</PropertyGroup>
|
9 |
|
|
|
10 |
|
|
<PropertyGroup>
|
11 |
|
|
<TargetFramework>net5.0</TargetFramework>
|
12 |
|
|
<Nullable>enable</Nullable>
|
13 |
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
14 |
|
|
</PropertyGroup>
|
15 |
|
|
|
16 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
17 |
|
|
<OutputPath>..\..\..\Presentation\Leuze.Modules\</OutputPath>
|
18 |
|
|
<DocumentationFile>..\..\..\..\docs\Leuze.Modules.Goal.Application.xml</DocumentationFile>
|
19 |
|
|
</PropertyGroup>
|
20 |
|
|
|
21 |
|
|
</Project>
|