-
Notifications
You must be signed in to change notification settings - Fork 0
/
Altinn.FileScan.sln
49 lines (49 loc) · 2.9 KB
/
Altinn.FileScan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.FileScan", "src\Altinn.FileScan\Altinn.FileScan.csproj", "{E45FF789-BC20-4AB0-94CE-5FE97DF537EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.FileScan.Functions", "src\Altinn.FileScan.Functions\Altinn.FileScan.Functions.csproj", "{9F48F5B0-DD49-410F-A183-28E1C73CBF9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.FileScan.Tests", "test\Altinn.FileScan.Tests\Altinn.FileScan.Tests.csproj", "{7A1B7A7B-34E7-493E-AD70-12F6BA1C2967}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{A2638AF4-5B8C-4F84-8C70-393C726772FC}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altinn.FileScan.Functions.Tests", "test\Altinn.FileScan.Functions.Tests\Altinn.FileScan.Functions.Tests.csproj", "{015AEB5F-3AAB-4F35-AB7D-48E4A2985C70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E45FF789-BC20-4AB0-94CE-5FE97DF537EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E45FF789-BC20-4AB0-94CE-5FE97DF537EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E45FF789-BC20-4AB0-94CE-5FE97DF537EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E45FF789-BC20-4AB0-94CE-5FE97DF537EA}.Release|Any CPU.Build.0 = Release|Any CPU
{9F48F5B0-DD49-410F-A183-28E1C73CBF9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F48F5B0-DD49-410F-A183-28E1C73CBF9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F48F5B0-DD49-410F-A183-28E1C73CBF9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F48F5B0-DD49-410F-A183-28E1C73CBF9E}.Release|Any CPU.Build.0 = Release|Any CPU
{7A1B7A7B-34E7-493E-AD70-12F6BA1C2967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A1B7A7B-34E7-493E-AD70-12F6BA1C2967}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A1B7A7B-34E7-493E-AD70-12F6BA1C2967}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A1B7A7B-34E7-493E-AD70-12F6BA1C2967}.Release|Any CPU.Build.0 = Release|Any CPU
{015AEB5F-3AAB-4F35-AB7D-48E4A2985C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{015AEB5F-3AAB-4F35-AB7D-48E4A2985C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{015AEB5F-3AAB-4F35-AB7D-48E4A2985C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{015AEB5F-3AAB-4F35-AB7D-48E4A2985C70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE080BB6-1809-41C8-A334-89B8B45FAB35}
EndGlobalSection
EndGlobal