-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitesInByte.sln
33 lines (33 loc) · 1.73 KB
/
BitesInByte.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitesInByte.Tools", "src\BitesInByte.Tools.csproj", "{9BB4EBF8-E638-47C9-AC89-BFA760A228AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{872937C5-2D1C-467F-BEBB-7C833BD759E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{872937C5-2D1C-467F-BEBB-7C833BD759E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{872937C5-2D1C-467F-BEBB-7C833BD759E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{872937C5-2D1C-467F-BEBB-7C833BD759E8}.Release|Any CPU.Build.0 = Release|Any CPU
{9BB4EBF8-E638-47C9-AC89-BFA760A228AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BB4EBF8-E638-47C9-AC89-BFA760A228AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BB4EBF8-E638-47C9-AC89-BFA760A228AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BB4EBF8-E638-47C9-AC89-BFA760A228AB}.Release|Any CPU.Build.0 = Release|Any CPU
{04B68F00-B2FF-4E54-B2C9-7C1BF539090E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04B68F00-B2FF-4E54-B2C9-7C1BF539090E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04B68F00-B2FF-4E54-B2C9-7C1BF539090E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04B68F00-B2FF-4E54-B2C9-7C1BF539090E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAFC907D-B4F4-426B-98ED-0567D3E84506}
EndGlobalSection
EndGlobal