-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeneXus.Drawing-DotNet.sln
55 lines (55 loc) · 2.65 KB
/
GeneXus.Drawing-DotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneXus.Drawing.Common", "src\Common\GeneXus.Drawing.Common.csproj", "{C60C8780-AB51-4C6D-9F8B-3505A1C9AC34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneXus.Drawing.Test", "test\Common\GeneXus.Drawing.Test.csproj", "{061B3AA5-4A3D-4061-8904-C1127AFEB660}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{0AA3DD0D-862F-4437-B6F7-378466E29C5A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfigTests", "ConfigTests", "{78EDCF29-0777-462A-9050-DED15C1AE0C0}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{CCD059C7-E040-4C1E-B0E8-8EE0ADA66943}"
ProjectSection(SolutionItems) = preProject
src\PackageREADME.md = src\PackageREADME.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{02269C1C-4965-4883-B220-CB20C513AA1F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C60C8780-AB51-4C6D-9F8B-3505A1C9AC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C60C8780-AB51-4C6D-9F8B-3505A1C9AC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C60C8780-AB51-4C6D-9F8B-3505A1C9AC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C60C8780-AB51-4C6D-9F8B-3505A1C9AC34}.Release|Any CPU.Build.0 = Release|Any CPU
{061B3AA5-4A3D-4061-8904-C1127AFEB660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{061B3AA5-4A3D-4061-8904-C1127AFEB660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{061B3AA5-4A3D-4061-8904-C1127AFEB660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{061B3AA5-4A3D-4061-8904-C1127AFEB660}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3640FFFA-9A72-4342-A3C6-CCCE530DDA8F}
EndGlobalSection
EndGlobal