-
Notifications
You must be signed in to change notification settings - Fork 0
/
JurTranspiler.sln
28 lines (28 loc) · 1.71 KB
/
JurTranspiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JurTranspiler", "JurTranspiler\JurTranspiler.csproj", "{1655C687-F9A4-42CE-9802-163AE154E988}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JurTests", "JurTests\JurTests.csproj", "{69CFF9E2-CD84-4519-96D4-0A3E2A72B751}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtilityLibrary", "UtilityLibrary\UtilityLibrary.csproj", "{9ACCAE76-AC0F-4F33-AA09-D067E5BFC623}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1655C687-F9A4-42CE-9802-163AE154E988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1655C687-F9A4-42CE-9802-163AE154E988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1655C687-F9A4-42CE-9802-163AE154E988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1655C687-F9A4-42CE-9802-163AE154E988}.Release|Any CPU.Build.0 = Release|Any CPU
{69CFF9E2-CD84-4519-96D4-0A3E2A72B751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69CFF9E2-CD84-4519-96D4-0A3E2A72B751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69CFF9E2-CD84-4519-96D4-0A3E2A72B751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69CFF9E2-CD84-4519-96D4-0A3E2A72B751}.Release|Any CPU.Build.0 = Release|Any CPU
{9ACCAE76-AC0F-4F33-AA09-D067E5BFC623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ACCAE76-AC0F-4F33-AA09-D067E5BFC623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ACCAE76-AC0F-4F33-AA09-D067E5BFC623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ACCAE76-AC0F-4F33-AA09-D067E5BFC623}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal