-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZoNo.sln
45 lines (45 loc) · 2.49 KB
/
ZoNo.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Splitwise", "Splitwise\Splitwise.csproj", "{663AE431-8731-4216-8452-D270667D9E45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZoNo", "ZoNo\ZoNo.csproj", "{DB7F68B2-E044-48E5-8FE5-2622109707C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tracer", "Tracer\Tracer.csproj", "{508ECED4-68B8-4B9B-B2A9-64399C273BAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tracer.SourceGenerator", "Tracer.SourceGenerator\Tracer.SourceGenerator.csproj", "{54EFB2BC-340F-4A85-8517-416F0B0AF865}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{663AE431-8731-4216-8452-D270667D9E45}.Debug|x64.ActiveCfg = Debug|x64
{663AE431-8731-4216-8452-D270667D9E45}.Debug|x64.Build.0 = Debug|x64
{663AE431-8731-4216-8452-D270667D9E45}.Release|x64.ActiveCfg = Release|x64
{663AE431-8731-4216-8452-D270667D9E45}.Release|x64.Build.0 = Release|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Debug|x64.ActiveCfg = Debug|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Debug|x64.Build.0 = Debug|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Debug|x64.Deploy.0 = Debug|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Release|x64.ActiveCfg = Release|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Release|x64.Build.0 = Release|x64
{DB7F68B2-E044-48E5-8FE5-2622109707C3}.Release|x64.Deploy.0 = Release|x64
{508ECED4-68B8-4B9B-B2A9-64399C273BAF}.Debug|x64.ActiveCfg = Debug|x64
{508ECED4-68B8-4B9B-B2A9-64399C273BAF}.Debug|x64.Build.0 = Debug|x64
{508ECED4-68B8-4B9B-B2A9-64399C273BAF}.Release|x64.ActiveCfg = Release|x64
{508ECED4-68B8-4B9B-B2A9-64399C273BAF}.Release|x64.Build.0 = Release|x64
{54EFB2BC-340F-4A85-8517-416F0B0AF865}.Debug|x64.ActiveCfg = Debug|x64
{54EFB2BC-340F-4A85-8517-416F0B0AF865}.Debug|x64.Build.0 = Debug|x64
{54EFB2BC-340F-4A85-8517-416F0B0AF865}.Release|x64.ActiveCfg = Release|x64
{54EFB2BC-340F-4A85-8517-416F0B0AF865}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E528E2F7-BB21-4066-907A-42857EDBA292}
EndGlobalSection
EndGlobal