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 |
bf6db391
|
Milan Hotovec
|
<OutputPath>..\..\..\..\Presentation\Leuze.Modules\</OutputPath>
|
18 |
6391f3f2
|
Dominik Chlouba
|
<DocumentationFile>..\..\..\..\..\docs\Leuze.Modules.Goal.Application.xml</DocumentationFile>
|
19 |
d57100ff
|
Milan Hotovec
|
</PropertyGroup>
|
20 |
|
|
|
21 |
b80b186b
|
Milan Hotovec
|
<ItemGroup>
|
22 |
|
|
<ProjectReference Include="..\..\..\..\Core\Application\Leuze.Core.Application\Leuze.Core.Application.csproj" />
|
23 |
|
|
<ProjectReference Include="..\..\Domain\Leuze.Modules.Goal.Domain\Leuze.Modules.Goal.Domain.csproj" />
|
24 |
|
|
</ItemGroup>
|
25 |
|
|
|
26 |
a163f8f1
|
Milan Hotovec
|
<ItemGroup>
|
27 |
|
|
<Folder Include="CQRS\Reviews\Commands\" />
|
28 |
|
|
<Folder Include="CQRS\Reviews\Queries\" />
|
29 |
|
|
</ItemGroup>
|
30 |
|
|
|
31 |
d57100ff
|
Milan Hotovec
|
</Project>
|