-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnityBuildRunner.sln
52 lines (52 loc) · 2.95 KB
/
UnityBuildRunner.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
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33006.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityBuildRunner", "src\UnityBuildRunner\UnityBuildRunner.csproj", "{F7D92768-4B37-42DF-B960-56812E991CF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityBuildRunner.Core", "src\UnityBuildRunner.Core\UnityBuildRunner.Core.csproj", "{23FA9AA6-0021-4492-884B-CCB94DC39045}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C67E1ED2-AD50-4AD2-ACDB-3F455CBA8079}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5250A160-8331-4F98-AD7E-4CBCF3259502}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityBuildRunner.Core.Tests", "tests\UnityBuildRunner.Core.Tests\UnityBuildRunner.Core.Tests.csproj", "{2DB0A38C-7CE7-4C63-9558-3F5816E93383}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".props", ".props", "{3A2DDA26-82B4-4528-9E3F-0138A33DF20E}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7D92768-4B37-42DF-B960-56812E991CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D92768-4B37-42DF-B960-56812E991CF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D92768-4B37-42DF-B960-56812E991CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D92768-4B37-42DF-B960-56812E991CF6}.Release|Any CPU.Build.0 = Release|Any CPU
{23FA9AA6-0021-4492-884B-CCB94DC39045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FA9AA6-0021-4492-884B-CCB94DC39045}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FA9AA6-0021-4492-884B-CCB94DC39045}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FA9AA6-0021-4492-884B-CCB94DC39045}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB0A38C-7CE7-4C63-9558-3F5816E93383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB0A38C-7CE7-4C63-9558-3F5816E93383}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB0A38C-7CE7-4C63-9558-3F5816E93383}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB0A38C-7CE7-4C63-9558-3F5816E93383}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7D92768-4B37-42DF-B960-56812E991CF6} = {C67E1ED2-AD50-4AD2-ACDB-3F455CBA8079}
{23FA9AA6-0021-4492-884B-CCB94DC39045} = {C67E1ED2-AD50-4AD2-ACDB-3F455CBA8079}
{2DB0A38C-7CE7-4C63-9558-3F5816E93383} = {5250A160-8331-4F98-AD7E-4CBCF3259502}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4E43448-62FC-4C53-A4E0-7094C3D2451F}
EndGlobalSection
EndGlobal