-
Notifications
You must be signed in to change notification settings - Fork 9
/
SharpNBT.sln
22 lines (22 loc) · 1.24 KB
/
SharpNBT.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpNBT", "SharpNBT\SharpNBT.csproj", "{370CC658-797C-4DAA-A907-20A4287D9FEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpNBT.Tests", "SharpNBT.Tests\SharpNBT.Tests.csproj", "{68B8081F-5856-4B90-991C-7E8CB644B1EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{370CC658-797C-4DAA-A907-20A4287D9FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{370CC658-797C-4DAA-A907-20A4287D9FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{370CC658-797C-4DAA-A907-20A4287D9FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{370CC658-797C-4DAA-A907-20A4287D9FEF}.Release|Any CPU.Build.0 = Release|Any CPU
{68B8081F-5856-4B90-991C-7E8CB644B1EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B8081F-5856-4B90-991C-7E8CB644B1EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B8081F-5856-4B90-991C-7E8CB644B1EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B8081F-5856-4B90-991C-7E8CB644B1EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal