1 |
b80b186b
|
Milan Hotovec
|
<Project Sdk="Microsoft.NET.Sdk">
|
2 |
d57100ff
|
Milan Hotovec
|
|
3 |
|
|
<PropertyGroup>
|
4 |
|
|
<AssemblyName>Leuze.Modules.Goal.Domain</AssemblyName>
|
5 |
|
|
<RootNamespace>Leuze.Modules.Goal.Domain</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 |
bf6db391
|
Milan Hotovec
|
<OutputPath>..\..\..\..\Presentation\Leuze.Modules\</OutputPath>
|
18 |
6391f3f2
|
Dominik Chlouba
|
<DocumentationFile>..\..\..\..\..\docs\Leuze.Modules.Goal.Domain.xml</DocumentationFile>
|
19 |
d57100ff
|
Milan Hotovec
|
</PropertyGroup>
|
20 |
|
|
|
21 |
b80b186b
|
Milan Hotovec
|
<ItemGroup>
|
22 |
|
|
<ProjectReference Include="..\..\..\..\Core\Domain\Leuze.Core.Domain\Leuze.Core.Domain.csproj" />
|
23 |
|
|
</ItemGroup>
|
24 |
|
|
|
25 |
d57100ff
|
Milan Hotovec
|
</Project>
|