-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMetalinker.sln
46 lines (46 loc) · 2.33 KB
/
Metalinker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metalinker", "public\Metalinker\Metalinker.csproj", "{ED990317-51BA-4B0F-85B0-A74B604904F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metalinker.Tests", "private\Metalinker.Tests\Metalinker.Tests.csproj", "{D532EF5D-097F-4193-ADEE-E6990C9B3425}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{BEFE2FE1-8B1B-473D-A9A8-03D105E15F0A}"
ProjectSection(SolutionItems) = preProject
CHANGES = CHANGES
CHANGES.TITLE = CHANGES.TITLE
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Public", "Public", "{D0C3AB38-B69A-40E4-B6A7-8B0AE4D8DC82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Private", "Private", "{6309B122-0AD8-42A8-BB4B-F409C47B94B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED990317-51BA-4B0F-85B0-A74B604904F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED990317-51BA-4B0F-85B0-A74B604904F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED990317-51BA-4B0F-85B0-A74B604904F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED990317-51BA-4B0F-85B0-A74B604904F3}.Release|Any CPU.Build.0 = Release|Any CPU
{D532EF5D-097F-4193-ADEE-E6990C9B3425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D532EF5D-097F-4193-ADEE-E6990C9B3425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D532EF5D-097F-4193-ADEE-E6990C9B3425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D532EF5D-097F-4193-ADEE-E6990C9B3425}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ED990317-51BA-4B0F-85B0-A74B604904F3} = {D0C3AB38-B69A-40E4-B6A7-8B0AE4D8DC82}
{D532EF5D-097F-4193-ADEE-E6990C9B3425} = {6309B122-0AD8-42A8-BB4B-F409C47B94B9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19FE220C-BDE4-4AAC-810A-70CFAE46E56B}
EndGlobalSection
EndGlobal