This repository was archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvb.sln
More file actions
34 lines (34 loc) · 1.75 KB
/
vb.sln
File metadata and controls
34 lines (34 loc) · 1.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{25AACB49-1C59-4A3E-BBA5-D6A1AEC341D8}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VB", "src\Afas.VB\Afas.VB.vbproj", "{7F32B765-0497-4900-98D9-F54A1D12E117}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS", "src\Afas.CS\Afas.CS.csproj", "{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F32B765-0497-4900-98D9-F54A1D12E117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F32B765-0497-4900-98D9-F54A1D12E117}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F32B765-0497-4900-98D9-F54A1D12E117}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F32B765-0497-4900-98D9-F54A1D12E117}.Release|Any CPU.Build.0 = Release|Any CPU
{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7F32B765-0497-4900-98D9-F54A1D12E117} = {25AACB49-1C59-4A3E-BBA5-D6A1AEC341D8}
{5C15E1EA-ECED-4248-B33E-C9BFAD6A46AC} = {25AACB49-1C59-4A3E-BBA5-D6A1AEC341D8}
EndGlobalSection
EndGlobal