-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathRiveScript.sln
37 lines (37 loc) · 2.03 KB
/
RiveScript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RiveScript", "RiveScript\RiveScript.csproj", "{64F4B1CD-CDD0-456C-8E7C-BC3AFE8F4672}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RiveScript.Tests", "RiveScript.Tests\RiveScript.Tests.csproj", "{F63F1AA9-97D9-468C-8D0C-8B6D3E3D7219}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "Playground\Playground.csproj", "{C5CEB150-75C4-4F16-B343-6BB3FCAB6D27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64F4B1CD-CDD0-456C-8E7C-BC3AFE8F4672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F4B1CD-CDD0-456C-8E7C-BC3AFE8F4672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F4B1CD-CDD0-456C-8E7C-BC3AFE8F4672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F4B1CD-CDD0-456C-8E7C-BC3AFE8F4672}.Release|Any CPU.Build.0 = Release|Any CPU
{F63F1AA9-97D9-468C-8D0C-8B6D3E3D7219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F63F1AA9-97D9-468C-8D0C-8B6D3E3D7219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F63F1AA9-97D9-468C-8D0C-8B6D3E3D7219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F63F1AA9-97D9-468C-8D0C-8B6D3E3D7219}.Release|Any CPU.Build.0 = Release|Any CPU
{C5CEB150-75C4-4F16-B343-6BB3FCAB6D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5CEB150-75C4-4F16-B343-6BB3FCAB6D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5CEB150-75C4-4F16-B343-6BB3FCAB6D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5CEB150-75C4-4F16-B343-6BB3FCAB6D27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA099AB1-8FEA-43B5-836C-6DAEA2B683B4}
EndGlobalSection
EndGlobal