This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathZRL.sln
39 lines (39 loc) · 2.24 KB
/
ZRL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# SharpDevelop 5.1
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZRLib", "ZRLib\ZRLib.csproj", "{DA3CB263-9751-421B-8AE5-2915D3E26096}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BSLib", "..\BSLib\BSLib\BSLib.csproj", "{F657A1B7-C834-420A-B302-88460E3F6283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZRLib.Tests", "ZRLib.Tests\ZRLib.Tests.csproj", "{A8B53A6B-40A6-40BA-A671-03FC911BC37B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MysteriesRL", "MysteriesRL\project\MysteriesRL.csproj", "{C5D1EB0A-E936-43BA-97F8-4C46E35AA836}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA3CB263-9751-421B-8AE5-2915D3E26096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA3CB263-9751-421B-8AE5-2915D3E26096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA3CB263-9751-421B-8AE5-2915D3E26096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA3CB263-9751-421B-8AE5-2915D3E26096}.Release|Any CPU.Build.0 = Release|Any CPU
{F657A1B7-C834-420A-B302-88460E3F6283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F657A1B7-C834-420A-B302-88460E3F6283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F657A1B7-C834-420A-B302-88460E3F6283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F657A1B7-C834-420A-B302-88460E3F6283}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B53A6B-40A6-40BA-A671-03FC911BC37B}.Debug|Any CPU.ActiveCfg = Debug|x86
{A8B53A6B-40A6-40BA-A671-03FC911BC37B}.Release|Any CPU.ActiveCfg = Release|x86
{C5D1EB0A-E936-43BA-97F8-4C46E35AA836}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5D1EB0A-E936-43BA-97F8-4C46E35AA836}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5D1EB0A-E936-43BA-97F8-4C46E35AA836}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5D1EB0A-E936-43BA-97F8-4C46E35AA836}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal