-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJaktnat.sln
43 lines (43 loc) · 2.54 KB
/
Jaktnat.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 Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jaktnat", "Jaktnat\Jaktnat.csproj", "{0E0DA11C-2E32-4548-BCAA-FD8829A28519}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jaktnat.Compiler", "Jaktnat.Compiler\Jaktnat.Compiler.csproj", "{3ACD022A-049E-4AB5-9DF0-A85E5BF10F86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jaktnat.Compiler.Tests", "Jaktnat.Compiler.Tests\Jaktnat.Compiler.Tests.csproj", "{80B87679-442F-42D7-98BC-8A3BFA70EBFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jaktnat.Runtime", "Jaktnat.Runtime\Jaktnat.Runtime.csproj", "{07473A96-D474-4047-B0B9-3EBB9A077945}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E0DA11C-2E32-4548-BCAA-FD8829A28519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0DA11C-2E32-4548-BCAA-FD8829A28519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0DA11C-2E32-4548-BCAA-FD8829A28519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0DA11C-2E32-4548-BCAA-FD8829A28519}.Release|Any CPU.Build.0 = Release|Any CPU
{3ACD022A-049E-4AB5-9DF0-A85E5BF10F86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ACD022A-049E-4AB5-9DF0-A85E5BF10F86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ACD022A-049E-4AB5-9DF0-A85E5BF10F86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ACD022A-049E-4AB5-9DF0-A85E5BF10F86}.Release|Any CPU.Build.0 = Release|Any CPU
{80B87679-442F-42D7-98BC-8A3BFA70EBFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80B87679-442F-42D7-98BC-8A3BFA70EBFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80B87679-442F-42D7-98BC-8A3BFA70EBFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80B87679-442F-42D7-98BC-8A3BFA70EBFD}.Release|Any CPU.Build.0 = Release|Any CPU
{07473A96-D474-4047-B0B9-3EBB9A077945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07473A96-D474-4047-B0B9-3EBB9A077945}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07473A96-D474-4047-B0B9-3EBB9A077945}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07473A96-D474-4047-B0B9-3EBB9A077945}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6F82C16-CFC0-4B0F-AB44-07B503CA223C}
EndGlobalSection
EndGlobal