-
Notifications
You must be signed in to change notification settings - Fork 1
/
SharpUV.sln
37 lines (37 loc) · 1.99 KB
/
SharpUV.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.28803.202
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpUV", "SharpUV\SharpUV.csproj", "{038ACDA9-F8DE-40FB-8666-D762A36368CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpUV.Tests", "SharpUV.Tests\SharpUV.Tests.csproj", "{E4AC8BE3-FC53-4A2A-8BF5-8A82A32CD4A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpUV.Echo", "SharpUV.Echo\SharpUV.Echo.csproj", "{CD763162-2044-477E-AEF1-7463D356660C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{038ACDA9-F8DE-40FB-8666-D762A36368CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038ACDA9-F8DE-40FB-8666-D762A36368CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038ACDA9-F8DE-40FB-8666-D762A36368CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038ACDA9-F8DE-40FB-8666-D762A36368CE}.Release|Any CPU.Build.0 = Release|Any CPU
{E4AC8BE3-FC53-4A2A-8BF5-8A82A32CD4A5}.Debug|Any CPU.ActiveCfg = Debug|x64
{E4AC8BE3-FC53-4A2A-8BF5-8A82A32CD4A5}.Debug|Any CPU.Build.0 = Debug|x64
{E4AC8BE3-FC53-4A2A-8BF5-8A82A32CD4A5}.Release|Any CPU.ActiveCfg = Release|x64
{E4AC8BE3-FC53-4A2A-8BF5-8A82A32CD4A5}.Release|Any CPU.Build.0 = Release|x64
{CD763162-2044-477E-AEF1-7463D356660C}.Debug|Any CPU.ActiveCfg = Debug|x64
{CD763162-2044-477E-AEF1-7463D356660C}.Debug|Any CPU.Build.0 = Debug|x64
{CD763162-2044-477E-AEF1-7463D356660C}.Release|Any CPU.ActiveCfg = Release|x64
{CD763162-2044-477E-AEF1-7463D356660C}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30FDD920-EF47-498C-850B-69475B1AF652}
EndGlobalSection
EndGlobal