-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEquinor.ProCoSys.FamFeederFunction.sln
68 lines (68 loc) · 4.05 KB
/
Equinor.ProCoSys.FamFeederFunction.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FamFeederFunction", "FamFeederFunction\FamFeederFunction.csproj", "{E5E76EAA-DE51-45F2-B259-926341CBAA5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{10D5E651-5C9D-46BF-8F3D-824756E94C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1B8F932-015E-40F7-941F-4CF915A84754}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
pipelines\azure-pipelines.yml = pipelines\azure-pipelines.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FamFeederTests", "FamFeederTests\FamFeederTests.csproj", "{43458593-C767-4B0A-AEBA-81518DB1B4C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Debug|x64.ActiveCfg = Debug|x64
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Debug|x64.Build.0 = Debug|x64
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Release|Any CPU.Build.0 = Release|Any CPU
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Release|x64.ActiveCfg = Release|x64
{E5E76EAA-DE51-45F2-B259-926341CBAA5D}.Release|x64.Build.0 = Release|x64
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Debug|x64.ActiveCfg = Debug|x64
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Debug|x64.Build.0 = Debug|x64
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Release|x64.ActiveCfg = Release|x64
{10D5E651-5C9D-46BF-8F3D-824756E94C3F}.Release|x64.Build.0 = Release|x64
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Debug|x64.ActiveCfg = Debug|x64
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Debug|x64.Build.0 = Debug|x64
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Release|Any CPU.Build.0 = Release|Any CPU
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Release|x64.ActiveCfg = Release|x64
{FECAE60F-9E28-4453-8DFB-2187BDC2FB62}.Release|x64.Build.0 = Release|x64
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Debug|x64.ActiveCfg = Debug|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Debug|x64.Build.0 = Debug|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Release|Any CPU.Build.0 = Release|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Release|x64.ActiveCfg = Release|Any CPU
{43458593-C767-4B0A-AEBA-81518DB1B4C0}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {315CCB52-743E-46F8-BD31-D82BF27074D0}
EndGlobalSection
EndGlobal