-
Notifications
You must be signed in to change notification settings - Fork 0
/
IL2CarrerReviver.sln
48 lines (48 loc) · 2.58 KB
/
IL2CarrerReviver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{14B938F4-3F99-40D0-93DC-3F2F85C9EF55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CareerToolset", "src\IL2CareerToolset\IL2CareerToolset.csproj", "{988C2EB2-3AF3-471B-888C-179D3FBAAED6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CareerModel", "src\IL2CareerModel\IL2CareerModel.csproj", "{F7A3D897-740E-43BB-853F-B4A5C0542372}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1772AF32-5E41-42C0-8419-7C960A8B29D8}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\create-live-build.yml = .github\workflows\create-live-build.yml
.github\workflows\create-nightly-build.yml = .github\workflows\create-nightly-build.yml
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
README.md = README.md
README_Model.md = README_Model.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{988C2EB2-3AF3-471B-888C-179D3FBAAED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{988C2EB2-3AF3-471B-888C-179D3FBAAED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{988C2EB2-3AF3-471B-888C-179D3FBAAED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{988C2EB2-3AF3-471B-888C-179D3FBAAED6}.Release|Any CPU.Build.0 = Release|Any CPU
{F7A3D897-740E-43BB-853F-B4A5C0542372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7A3D897-740E-43BB-853F-B4A5C0542372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7A3D897-740E-43BB-853F-B4A5C0542372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7A3D897-740E-43BB-853F-B4A5C0542372}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{988C2EB2-3AF3-471B-888C-179D3FBAAED6} = {14B938F4-3F99-40D0-93DC-3F2F85C9EF55}
{F7A3D897-740E-43BB-853F-B4A5C0542372} = {14B938F4-3F99-40D0-93DC-3F2F85C9EF55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BBA0ED5-D03E-4BE4-B711-17E43C295CCC}
EndGlobalSection
EndGlobal