-
Notifications
You must be signed in to change notification settings - Fork 0
/
KSAGrinder.sln
41 lines (41 loc) · 2.26 KB
/
KSAGrinder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KSAGrinder", "KSAGrinder\KSAGrinder.csproj", "{1DDE3589-F446-49A6-BC00-5DA332689DF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimetableXmlFormatter", "TimetableXmlFormatter\TimetableXmlFormatter.csproj", "{AB666D01-95CD-44CA-AD55-9932868E53AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E06C455A-4A51-4EAB-8D7F-EBAEA1C799CA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dsgen", "dsgen\dsgen.csproj", "{AA8DABB8-57AC-4B4C-AA9A-408B5C837B8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DDE3589-F446-49A6-BC00-5DA332689DF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DDE3589-F446-49A6-BC00-5DA332689DF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DDE3589-F446-49A6-BC00-5DA332689DF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DDE3589-F446-49A6-BC00-5DA332689DF9}.Release|Any CPU.Build.0 = Release|Any CPU
{AB666D01-95CD-44CA-AD55-9932868E53AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB666D01-95CD-44CA-AD55-9932868E53AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB666D01-95CD-44CA-AD55-9932868E53AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB666D01-95CD-44CA-AD55-9932868E53AC}.Release|Any CPU.Build.0 = Release|Any CPU
{AA8DABB8-57AC-4B4C-AA9A-408B5C837B8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA8DABB8-57AC-4B4C-AA9A-408B5C837B8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA8DABB8-57AC-4B4C-AA9A-408B5C837B8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA8DABB8-57AC-4B4C-AA9A-408B5C837B8A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8786DA4A-45EB-4A5C-B10B-5FB9756F266D}
EndGlobalSection
EndGlobal