-
Notifications
You must be signed in to change notification settings - Fork 10
/
BasicCompilerLog.sln
43 lines (43 loc) · 2.6 KB
/
BasicCompilerLog.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.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic.CompilerLog.Util", "src\Basic.CompilerLog.Util\Basic.CompilerLog.Util.csproj", "{3E6234A8-1FD7-444C-9CE4-C0AB7E9E1031}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scratch", "src\Scratch\Scratch.csproj", "{C0F2CBDC-C782-4CE7-86A5-CC8E0A172887}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic.CompilerLog", "src\Basic.CompilerLog\Basic.CompilerLog.csproj", "{3A77B0E1-F383-4663-BA36-A1855E7624DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic.CompilerLog.UnitTests", "src\Basic.CompilerLog.UnitTests\Basic.CompilerLog.UnitTests.csproj", "{FFA87128-16E5-440F-8335-28354C2EE2C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E6234A8-1FD7-444C-9CE4-C0AB7E9E1031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E6234A8-1FD7-444C-9CE4-C0AB7E9E1031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E6234A8-1FD7-444C-9CE4-C0AB7E9E1031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E6234A8-1FD7-444C-9CE4-C0AB7E9E1031}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F2CBDC-C782-4CE7-86A5-CC8E0A172887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F2CBDC-C782-4CE7-86A5-CC8E0A172887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F2CBDC-C782-4CE7-86A5-CC8E0A172887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F2CBDC-C782-4CE7-86A5-CC8E0A172887}.Release|Any CPU.Build.0 = Release|Any CPU
{3A77B0E1-F383-4663-BA36-A1855E7624DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A77B0E1-F383-4663-BA36-A1855E7624DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A77B0E1-F383-4663-BA36-A1855E7624DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A77B0E1-F383-4663-BA36-A1855E7624DC}.Release|Any CPU.Build.0 = Release|Any CPU
{FFA87128-16E5-440F-8335-28354C2EE2C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFA87128-16E5-440F-8335-28354C2EE2C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFA87128-16E5-440F-8335-28354C2EE2C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFA87128-16E5-440F-8335-28354C2EE2C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {237FF09A-E587-485D-9894-30D24BACA531}
EndGlobalSection
EndGlobal