-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFauxCore.sln
More file actions
38 lines (38 loc) · 1.8 KB
/
FauxCore.sln
File metadata and controls
38 lines (38 loc) · 1.8 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35507.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FauxCore", "FauxCore\FauxCore.csproj", "{5784D6AB-FF16-47B4-82B1-BADABCE34DCC}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = ".Common", "FauxCommon\.Common.shproj", "{966B9495-8681-44DA-9F8E-0838E5EB1A42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
GlobalSuppressions.cs = GlobalSuppressions.cs
LICENSE.txt = LICENSE.txt
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
{5784D6AB-FF16-47B4-82B1-BADABCE34DCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5784D6AB-FF16-47B4-82B1-BADABCE34DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5784D6AB-FF16-47B4-82B1-BADABCE34DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5784D6AB-FF16-47B4-82B1-BADABCE34DCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E1D8490-3A68-47FD-BF76-B6651813AF7C}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
FauxCommon\FauxCommon.projitems*{5784d6ab-ff16-47b4-82b1-badabce34dcc}*SharedItemsImports = 5
FauxCommon\FauxCommon.projitems*{966b9495-8681-44da-9f8e-0838e5eb1a42}*SharedItemsImports = 13
EndGlobalSection
EndGlobal