Revize d57100ff
Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)
Leuze.sln | ||
---|---|---|
39 | 39 |
EndProject |
40 | 40 |
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leuze.Tests.Core.Infrastructure.ActiveDirectory", "tests\Core\Leuze.Tests.Core.Infrastructure.ActiveDirectory\Leuze.Tests.Core.Infrastructure.ActiveDirectory.csproj", "{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}" |
41 | 41 |
EndProject |
42 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Goal", "Goal", "{A1146DB5-79EB-449C-ADA3-1ABDE035F5CA}" |
|
43 |
EndProject |
|
44 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{1AEE9C09-804F-4AF7-B966-80830B39C85F}" |
|
45 |
EndProject |
|
46 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{4A441C7D-2659-4FB5-8886-420728C229BF}" |
|
47 |
EndProject |
|
48 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{E4134FEF-ECBC-4EEF-A65B-8E8D318DA8DA}" |
|
49 |
EndProject |
|
50 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leuze.Modules.Goal.Application", "Leuze.Modules.Goal.Application\Leuze.Modules.Goal.Application.csproj", "{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2}" |
|
51 |
EndProject |
|
52 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leuze.Modules.Goal.Application.UI", "Leuze.Modules.Goal.Application.UI\Leuze.Modules.Goal.Application.UI.csproj", "{9C56BB9C-C37A-4457-B560-2B46F1963292}" |
|
53 |
EndProject |
|
54 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leuze.Modules.Goal.Domain", "Leuze.Modules.Goal.Domain\Leuze.Modules.Goal.Domain.csproj", "{F3657FCF-A622-405C-A9E5-E473917B30B8}" |
|
55 |
EndProject |
|
56 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leuze.Modules.Goal.Infrastructure", "Leuze.Modules.Goal.Infrastructure\Leuze.Modules.Goal.Infrastructure.csproj", "{BB0B5CCE-991D-42D1-B35D-C15273C41AC0}" |
|
57 |
EndProject |
|
42 | 58 |
Global |
43 | 59 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
44 | 60 |
Debug|Any CPU = Debug|Any CPU |
... | ... | |
85 | 101 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Debug|Any CPU.Build.0 = Debug|Any CPU |
86 | 102 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Release|Any CPU.ActiveCfg = Release|Any CPU |
87 | 103 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Release|Any CPU.Build.0 = Release|Any CPU |
104 |
{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
105 |
{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
106 |
{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
107 |
{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2}.Release|Any CPU.Build.0 = Release|Any CPU |
|
108 |
{9C56BB9C-C37A-4457-B560-2B46F1963292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
109 |
{9C56BB9C-C37A-4457-B560-2B46F1963292}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
110 |
{9C56BB9C-C37A-4457-B560-2B46F1963292}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
111 |
{9C56BB9C-C37A-4457-B560-2B46F1963292}.Release|Any CPU.Build.0 = Release|Any CPU |
|
112 |
{F3657FCF-A622-405C-A9E5-E473917B30B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
113 |
{F3657FCF-A622-405C-A9E5-E473917B30B8}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
114 |
{F3657FCF-A622-405C-A9E5-E473917B30B8}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
115 |
{F3657FCF-A622-405C-A9E5-E473917B30B8}.Release|Any CPU.Build.0 = Release|Any CPU |
|
116 |
{BB0B5CCE-991D-42D1-B35D-C15273C41AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
117 |
{BB0B5CCE-991D-42D1-B35D-C15273C41AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
118 |
{BB0B5CCE-991D-42D1-B35D-C15273C41AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
119 |
{BB0B5CCE-991D-42D1-B35D-C15273C41AC0}.Release|Any CPU.Build.0 = Release|Any CPU |
|
88 | 120 |
EndGlobalSection |
89 | 121 |
GlobalSection(SolutionProperties) = preSolution |
90 | 122 |
HideSolutionNode = FALSE |
... | ... | |
104 | 136 |
{8ECAEA01-61F3-402D-B94E-E54FC0C94C8E} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
105 | 137 |
{D271989D-921D-486B-929C-6BBF1EC0EED4} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
106 | 138 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
139 |
{A1146DB5-79EB-449C-ADA3-1ABDE035F5CA} = {6E77A5CC-6998-47B7-8FD1-70FA45A1D30C} |
|
140 |
{1AEE9C09-804F-4AF7-B966-80830B39C85F} = {A1146DB5-79EB-449C-ADA3-1ABDE035F5CA} |
|
141 |
{4A441C7D-2659-4FB5-8886-420728C229BF} = {A1146DB5-79EB-449C-ADA3-1ABDE035F5CA} |
|
142 |
{E4134FEF-ECBC-4EEF-A65B-8E8D318DA8DA} = {A1146DB5-79EB-449C-ADA3-1ABDE035F5CA} |
|
143 |
{C21FBB7D-28F0-4D87-976C-4ED3B8ABA5E2} = {1AEE9C09-804F-4AF7-B966-80830B39C85F} |
|
144 |
{9C56BB9C-C37A-4457-B560-2B46F1963292} = {1AEE9C09-804F-4AF7-B966-80830B39C85F} |
|
145 |
{F3657FCF-A622-405C-A9E5-E473917B30B8} = {4A441C7D-2659-4FB5-8886-420728C229BF} |
|
146 |
{BB0B5CCE-991D-42D1-B35D-C15273C41AC0} = {E4134FEF-ECBC-4EEF-A65B-8E8D318DA8DA} |
|
107 | 147 |
EndGlobalSection |
108 | 148 |
GlobalSection(ExtensibilityGlobals) = postSolution |
109 | 149 |
SolutionGuid = {849C3668-1CB9-4F98-ADFA-A71F5629384C} |
src/Modules/Goal/Application/Leuze.Modules.Goal.Application.UI/Class1.cs | ||
---|---|---|
1 |
using System; |
|
2 |
|
|
3 |
namespace Leuze.Modules.Goal.Application.UI |
|
4 |
{ |
|
5 |
public class Class1 |
|
6 |
{ |
|
7 |
} |
|
8 |
} |
src/Modules/Goal/Application/Leuze.Modules.Goal.Application.UI/Leuze.Modules.Goal.Application.UI.csproj | ||
---|---|---|
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
|
2 |
|
|
3 |
<PropertyGroup> |
|
4 |
<AssemblyName>Leuze.Modules.Goal.Application.UI</AssemblyName> |
|
5 |
<RootNamespace>Leuze.Modules.Goal.Application.UI</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.UI.xml</DocumentationFile> |
|
19 |
</PropertyGroup> |
|
20 |
|
|
21 |
</Project> |
src/Modules/Goal/Application/Leuze.Modules.Goal.Application/Class1.cs | ||
---|---|---|
1 |
using System; |
|
2 |
|
|
3 |
namespace Leuze.Modules.Goal.Application |
|
4 |
{ |
|
5 |
public class Class1 |
|
6 |
{ |
|
7 |
} |
|
8 |
} |
src/Modules/Goal/Application/Leuze.Modules.Goal.Application/Leuze.Modules.Goal.Application.csproj | ||
---|---|---|
1 |
<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> |
src/Modules/Goal/Domain/Leuze.Modules.Goal.Domain/Class1.cs | ||
---|---|---|
1 |
using System; |
|
2 |
|
|
3 |
namespace Leuze.Modules.Goal.Domain |
|
4 |
{ |
|
5 |
public class Class1 |
|
6 |
{ |
|
7 |
} |
|
8 |
} |
src/Modules/Goal/Domain/Leuze.Modules.Goal.Domain/Leuze.Modules.Goal.Domain.csproj | ||
---|---|---|
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
|
2 |
|
|
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 |
<OutputPath>..\..\..\Presentation\Leuze.Modules\</OutputPath> |
|
18 |
<DocumentationFile>..\..\..\..\docs\Leuze.Modules.Goal.Domain.xml</DocumentationFile> |
|
19 |
</PropertyGroup> |
|
20 |
|
|
21 |
</Project> |
src/Modules/Goal/Infrastructure/Leuze.Modules.Goal.Infrastructure.Persistence/Class1.cs | ||
---|---|---|
1 |
using System; |
|
2 |
|
|
3 |
namespace Leuze.Modules.Goal.Infrastructure.Persistence |
|
4 |
{ |
|
5 |
public class Class1 |
|
6 |
{ |
|
7 |
} |
|
8 |
} |
src/Modules/Goal/Infrastructure/Leuze.Modules.Goal.Infrastructure.Persistence/Leuze.Modules.Goal.Infrastructure.Persistence.csproj | ||
---|---|---|
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 |
</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.Infrastructure.Persistence.xml</DocumentationFile> |
|
19 |
</PropertyGroup> |
|
20 |
</Project> |
Také k dispozici: Unified diff
Project initialized
@testFull