This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
OpenGTAP.sln
40 lines (38 loc) · 1.88 KB
/
OpenGTAP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeaderArrayConverter", "src\HeaderArrayConverter\HeaderArrayConverter.csproj", "{AAB75B7C-ECA9-4103-8426-C0E51B956613}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeaderArrayConsole", "src\HeaderArrayConsole\HeaderArrayConsole.csproj", "{09E3EC44-CEBA-4CC3-9E83-AA9C5B84387A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{E245EE93-4CEA-43EF-B088-28EAFCA12BBC}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
.appveyor.yml = .appveyor.yml
LICENSE = LICENSE
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAB75B7C-ECA9-4103-8426-C0E51B956613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB75B7C-ECA9-4103-8426-C0E51B956613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB75B7C-ECA9-4103-8426-C0E51B956613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB75B7C-ECA9-4103-8426-C0E51B956613}.Release|Any CPU.Build.0 = Release|Any CPU
{09E3EC44-CEBA-4CC3-9E83-AA9C5B84387A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E3EC44-CEBA-4CC3-9E83-AA9C5B84387A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E3EC44-CEBA-4CC3-9E83-AA9C5B84387A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E3EC44-CEBA-4CC3-9E83-AA9C5B84387A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal