-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathGeeSuthSoft.KSA.ZATCA.sln
More file actions
54 lines (54 loc) · 3.53 KB
/
Copy pathGeeSuthSoft.KSA.ZATCA.sln
File metadata and controls
54 lines (54 loc) · 3.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeeSuthSoft.KSA.ZATCA", "src\GeeSuthSoft.KSA.ZATCA\GeeSuthSoft.KSA.ZATCA.csproj", "{40D19CC3-1DFA-43AA-9D4C-2D821B371D92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeeSuthSoft.KSA.ZATCA.XunitTest", "Test\GeeSuthSoft.KSA.ZATCA.XunitTest\GeeSuthSoft.KSA.ZATCA.XunitTest.csproj", "{6C908249-06D3-415B-984B-59BC04F34FB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeeSuthSoft.KSA.ZATCA.WinFormTest", "Test\GeeSuthSoft.KSA.ZATCA.WinFormTest\GeeSuthSoft.KSA.ZATCA.WinFormTest.csproj", "{5FB402F2-44A3-4DEF-8F1D-FB517623EC91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeeSuthSoft.KSA.ZATCA.WebApiTest", "Test\GeeSuthSoft.KSA.ZATCA.WebApiTest\GeeSuthSoft.KSA.ZATCA.WebApiTest.csproj", "{A38160F1-A613-46BA-9C3B-6665056BF692}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE46DE6A-8885-4EF8-96FF-A431CAF78C93}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeeSuthSoft.KSA.ZATCA.WinFormLegacyTest", "Test\GeeSuthSoft.KSA.ZATCA.WinFormLegacyTest\GeeSuthSoft.KSA.ZATCA.WinFormLegacyTest.csproj", "{DBD552B1-1C61-4A48-99AC-1D1C44D25026}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40D19CC3-1DFA-43AA-9D4C-2D821B371D92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D19CC3-1DFA-43AA-9D4C-2D821B371D92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D19CC3-1DFA-43AA-9D4C-2D821B371D92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D19CC3-1DFA-43AA-9D4C-2D821B371D92}.Release|Any CPU.Build.0 = Release|Any CPU
{6C908249-06D3-415B-984B-59BC04F34FB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C908249-06D3-415B-984B-59BC04F34FB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C908249-06D3-415B-984B-59BC04F34FB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C908249-06D3-415B-984B-59BC04F34FB4}.Release|Any CPU.Build.0 = Release|Any CPU
{5FB402F2-44A3-4DEF-8F1D-FB517623EC91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FB402F2-44A3-4DEF-8F1D-FB517623EC91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FB402F2-44A3-4DEF-8F1D-FB517623EC91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FB402F2-44A3-4DEF-8F1D-FB517623EC91}.Release|Any CPU.Build.0 = Release|Any CPU
{A38160F1-A613-46BA-9C3B-6665056BF692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A38160F1-A613-46BA-9C3B-6665056BF692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A38160F1-A613-46BA-9C3B-6665056BF692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A38160F1-A613-46BA-9C3B-6665056BF692}.Release|Any CPU.Build.0 = Release|Any CPU
{DBD552B1-1C61-4A48-99AC-1D1C44D25026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBD552B1-1C61-4A48-99AC-1D1C44D25026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBD552B1-1C61-4A48-99AC-1D1C44D25026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBD552B1-1C61-4A48-99AC-1D1C44D25026}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D127453-CBB1-449F-A06F-A50109511ABF}
EndGlobalSection
EndGlobal