-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeenieViewer.sln
34 lines (34 loc) · 1.72 KB
/
WeenieViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeenieViewer", "WeenieViewer.csproj", "{A9A07BC3-BD52-467C-BF62-EF2DBBF18455}"
ProjectSection(ProjectDependencies) = postProject
{3BD069D4-5580-47D3-829D-3DD6F43F436F} = {3BD069D4-5580-47D3-829D-3DD6F43F436F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmoteScriptLib", "EmoteScript\EmoteScriptLib\EmoteScriptLib.csproj", "{3BD069D4-5580-47D3-829D-3DD6F43F436F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9A07BC3-BD52-467C-BF62-EF2DBBF18455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A07BC3-BD52-467C-BF62-EF2DBBF18455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A07BC3-BD52-467C-BF62-EF2DBBF18455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A07BC3-BD52-467C-BF62-EF2DBBF18455}.Release|Any CPU.Build.0 = Release|Any CPU
{3BD069D4-5580-47D3-829D-3DD6F43F436F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BD069D4-5580-47D3-829D-3DD6F43F436F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BD069D4-5580-47D3-829D-3DD6F43F436F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BD069D4-5580-47D3-829D-3DD6F43F436F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8669014A-2196-46BD-87D2-65747F2B15DE}
EndGlobalSection
EndGlobal