forked from WorkMaze/JUST.net
-
Notifications
You must be signed in to change notification settings - Fork 2
/
JUST.Net.sln
43 lines (43 loc) · 2.56 KB
/
JUST.Net.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JUST.net", "JUST.net\JUST.net.csproj", "{C33053BC-A3F2-4F0A-9B7F-B0AF5AD4EFFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExternalMethods", "ExternalMethods\ExternalMethods.csproj", "{15F60FAC-38CF-4AA7-B369-E738702AA94E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JUST.net.UnitTests", "UnitTests\JUST.net.UnitTests.csproj", "{EEA26C5F-B8F8-40F3-8405-8887D1F712D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestForExternalAssemblyBug", "UnitTestForExternalAssemblyBug\UnitTestForExternalAssemblyBug.csproj", "{ACF43DDB-7C3C-43D8-98D7-944147D61AB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C33053BC-A3F2-4F0A-9B7F-B0AF5AD4EFFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C33053BC-A3F2-4F0A-9B7F-B0AF5AD4EFFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C33053BC-A3F2-4F0A-9B7F-B0AF5AD4EFFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C33053BC-A3F2-4F0A-9B7F-B0AF5AD4EFFB}.Release|Any CPU.Build.0 = Release|Any CPU
{15F60FAC-38CF-4AA7-B369-E738702AA94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15F60FAC-38CF-4AA7-B369-E738702AA94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15F60FAC-38CF-4AA7-B369-E738702AA94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15F60FAC-38CF-4AA7-B369-E738702AA94E}.Release|Any CPU.Build.0 = Release|Any CPU
{EEA26C5F-B8F8-40F3-8405-8887D1F712D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEA26C5F-B8F8-40F3-8405-8887D1F712D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEA26C5F-B8F8-40F3-8405-8887D1F712D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEA26C5F-B8F8-40F3-8405-8887D1F712D5}.Release|Any CPU.Build.0 = Release|Any CPU
{ACF43DDB-7C3C-43D8-98D7-944147D61AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACF43DDB-7C3C-43D8-98D7-944147D61AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACF43DDB-7C3C-43D8-98D7-944147D61AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACF43DDB-7C3C-43D8-98D7-944147D61AB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F65AE98F-9766-4904-94F1-50AD46ACFDFF}
EndGlobalSection
EndGlobal