This repository was archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathContentSerializer.sln
More file actions
40 lines (40 loc) · 2.42 KB
/
ContentSerializer.sln
File metadata and controls
40 lines (40 loc) · 2.42 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentSerializer", "ContentSerializer\ContentSerializer.csproj", "{D471FFB1-1CF2-487F-A729-60826BF41E85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeagueLib", "LeagueLib\LeagueLib.csproj", "{356F8A8B-CF38-4DAA-8891-2BCDCB0DAF46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentSerializerTests", "ContentSerializerTests\ContentSerializerTests.csproj", "{3C7626A8-AAA5-46A9-A8A0-0BAE7E111032}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeagueLibTests", "LeagueLibTests\LeagueLibTests.csproj", "{B00576BC-60D9-4E74-B98B-1673C494CC63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D471FFB1-1CF2-487F-A729-60826BF41E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D471FFB1-1CF2-487F-A729-60826BF41E85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D471FFB1-1CF2-487F-A729-60826BF41E85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D471FFB1-1CF2-487F-A729-60826BF41E85}.Release|Any CPU.Build.0 = Release|Any CPU
{356F8A8B-CF38-4DAA-8891-2BCDCB0DAF46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356F8A8B-CF38-4DAA-8891-2BCDCB0DAF46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{356F8A8B-CF38-4DAA-8891-2BCDCB0DAF46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{356F8A8B-CF38-4DAA-8891-2BCDCB0DAF46}.Release|Any CPU.Build.0 = Release|Any CPU
{3C7626A8-AAA5-46A9-A8A0-0BAE7E111032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7626A8-AAA5-46A9-A8A0-0BAE7E111032}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7626A8-AAA5-46A9-A8A0-0BAE7E111032}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7626A8-AAA5-46A9-A8A0-0BAE7E111032}.Release|Any CPU.Build.0 = Release|Any CPU
{B00576BC-60D9-4E74-B98B-1673C494CC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B00576BC-60D9-4E74-B98B-1673C494CC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B00576BC-60D9-4E74-B98B-1673C494CC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B00576BC-60D9-4E74-B98B-1673C494CC63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal