-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSourceToAI.sln
More file actions
41 lines (41 loc) · 1.93 KB
/
SourceToAI.sln
File metadata and controls
41 lines (41 loc) · 1.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11520.95 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceToAI.CLI", "SourceToAI.CLI\SourceToAI.CLI.csproj", "{90818290-9E98-4833-B75E-475877208357}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{84D27F74-D2BA-6C25-2661-968F101900D9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{2F671612-779A-43E0-AEB4-9B6702F44BDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6D9D779E-837C-4542-932F-4B7BB7486456}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90818290-9E98-4833-B75E-475877208357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90818290-9E98-4833-B75E-475877208357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90818290-9E98-4833-B75E-475877208357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90818290-9E98-4833-B75E-475877208357}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F671612-779A-43E0-AEB4-9B6702F44BDC} = {84D27F74-D2BA-6C25-2661-968F101900D9}
{6D9D779E-837C-4542-932F-4B7BB7486456} = {2F671612-779A-43E0-AEB4-9B6702F44BDC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {186255D1-A5B5-41B4-98FF-4E160670A4E0}
EndGlobalSection
EndGlobal