Projekt

Obecné

Profil

Stáhnout (1.35 KB) Statistiky
| Větev: | Tag: | Revize:
1
<Project Sdk="Microsoft.NET.Sdk">
2

    
3
  <PropertyGroup>
4
    <AssemblyName>Leuze.Modules.Goal.Infrastructure.Persistence</AssemblyName>
5
    <RootNamespace>Leuze.Modules.Goal.Infrastructure.Persistence</RootNamespace>
6
    <Product></Product>
7
    <Description></Description>
8
    <Configurations>Debug;Release;Test</Configurations>
9
  </PropertyGroup>
10

    
11
  <PropertyGroup>
12
    <TargetFramework>net5.0</TargetFramework>
13
    <Nullable>enable</Nullable>
14
    <GenerateDocumentationFile>true</GenerateDocumentationFile>
15
  </PropertyGroup>
16

    
17
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
18
    <OutputPath>..\..\..\..\Presentation\Leuze.Modules\</OutputPath>
19
    <DocumentationFile>..\..\..\..\..\docs\Leuze.Modules.Goal.Infrastructure.Persistence.xml</DocumentationFile>
20
  </PropertyGroup>
21

    
22
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|AnyCPU'">
23
    <OutputPath>..\..\..\..\Presentation\Leuze.Modules\</OutputPath>
24
    <DocumentationFile>..\..\..\..\..\docs\Leuze.Modules.Goal.Infrastructure.Persistence.xml</DocumentationFile>
25
  </PropertyGroup>
26

    
27
  <ItemGroup>
28
    <ProjectReference Include="..\..\..\..\Core\Infrastructure\Leuze.Core.Infrastructure.Persistence\Leuze.Core.Infrastructure.Persistence.csproj" />
29
    <ProjectReference Include="..\..\Domain\Leuze.Modules.Goal.Domain\Leuze.Modules.Goal.Domain.csproj" />
30
  </ItemGroup>
31
</Project>
(2-2/2)