-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChipotle.sln
49 lines (49 loc) · 3.11 KB
/
Chipotle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingularityGroup.HotReload.Runtime", "SingularityGroup.HotReload.Runtime.csproj", "{B8B12EEF-6211-1A47-F618-15DFEA5440C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{B2EB8CD7-F8F1-340B-9E56-2E0B16D72AD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{57E74C16-6A25-786F-EC9F-172F93944007}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingularityGroup.HotReload.Editor", "SingularityGroup.HotReload.Editor.csproj", "{340904DD-46AB-2C87-019B-E947C3687E41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingularityGroup.HotReload.Runtime.Public", "SingularityGroup.HotReload.Runtime.Public.csproj", "{FC55184C-0D84-35F2-15AC-3FB58B22D8A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6AD3C74-01C8-4174-A5C5-813AF31B8975}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8B12EEF-6211-1A47-F618-15DFEA5440C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B12EEF-6211-1A47-F618-15DFEA5440C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B12EEF-6211-1A47-F618-15DFEA5440C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B12EEF-6211-1A47-F618-15DFEA5440C1}.Release|Any CPU.Build.0 = Release|Any CPU
{B2EB8CD7-F8F1-340B-9E56-2E0B16D72AD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2EB8CD7-F8F1-340B-9E56-2E0B16D72AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2EB8CD7-F8F1-340B-9E56-2E0B16D72AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2EB8CD7-F8F1-340B-9E56-2E0B16D72AD5}.Release|Any CPU.Build.0 = Release|Any CPU
{57E74C16-6A25-786F-EC9F-172F93944007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E74C16-6A25-786F-EC9F-172F93944007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E74C16-6A25-786F-EC9F-172F93944007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E74C16-6A25-786F-EC9F-172F93944007}.Release|Any CPU.Build.0 = Release|Any CPU
{340904DD-46AB-2C87-019B-E947C3687E41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340904DD-46AB-2C87-019B-E947C3687E41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340904DD-46AB-2C87-019B-E947C3687E41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340904DD-46AB-2C87-019B-E947C3687E41}.Release|Any CPU.Build.0 = Release|Any CPU
{FC55184C-0D84-35F2-15AC-3FB58B22D8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC55184C-0D84-35F2-15AC-3FB58B22D8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC55184C-0D84-35F2-15AC-3FB58B22D8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC55184C-0D84-35F2-15AC-3FB58B22D8A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal