forked from gmriggs/EmoteScript
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEmoteScript.sln
37 lines (37 loc) · 2.05 KB
/
EmoteScript.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 Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmoteScript", "EmoteScript\EmoteScript.csproj", "{D698BA7F-9D57-4AB0-8395-75D596EF21E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmoteScript.Tests", "EmoteScript.Tests\EmoteScript.Tests.csproj", "{492D5F6E-202D-460C-A692-CF8C04029265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmoteScriptLib", "EmoteScriptLib\EmoteScriptLib.csproj", "{027A54E7-6244-4218-A3F9-984F21E32993}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D698BA7F-9D57-4AB0-8395-75D596EF21E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D698BA7F-9D57-4AB0-8395-75D596EF21E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D698BA7F-9D57-4AB0-8395-75D596EF21E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D698BA7F-9D57-4AB0-8395-75D596EF21E1}.Release|Any CPU.Build.0 = Release|Any CPU
{492D5F6E-202D-460C-A692-CF8C04029265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492D5F6E-202D-460C-A692-CF8C04029265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492D5F6E-202D-460C-A692-CF8C04029265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{492D5F6E-202D-460C-A692-CF8C04029265}.Release|Any CPU.Build.0 = Release|Any CPU
{027A54E7-6244-4218-A3F9-984F21E32993}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{027A54E7-6244-4218-A3F9-984F21E32993}.Debug|Any CPU.Build.0 = Debug|Any CPU
{027A54E7-6244-4218-A3F9-984F21E32993}.Release|Any CPU.ActiveCfg = Release|Any CPU
{027A54E7-6244-4218-A3F9-984F21E32993}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {310872B2-6C45-4E52-BF3E-0FEB935FB5E6}
EndGlobalSection
EndGlobal