-
Notifications
You must be signed in to change notification settings - Fork 1
/
FocusInit.sln
42 lines (42 loc) · 1.83 KB
/
FocusInit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A94C1BF-0475-4920-8989-695D63CF2817}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
FocusInit.sln.DotSettings = FocusInit.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{84322B48-B33E-4C21-88B2-22A7FE4289FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FocusInit", "src\FocusInit\FocusInit.csproj", "{4316E4B6-DB86-4415-A751-BAACD4635B8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4316E4B6-DB86-4415-A751-BAACD4635B8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4316E4B6-DB86-4415-A751-BAACD4635B8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4316E4B6-DB86-4415-A751-BAACD4635B8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4316E4B6-DB86-4415-A751-BAACD4635B8A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4316E4B6-DB86-4415-A751-BAACD4635B8A} = {84322B48-B33E-4C21-88B2-22A7FE4289FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD6C0DE4-F249-4C4D-9BBA-B3CDAD08EADB}
EndGlobalSection
EndGlobal