-
Notifications
You must be signed in to change notification settings - Fork 5
/
BinInfo.sln
39 lines (39 loc) · 2.01 KB
/
BinInfo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinInfo", "BinInfo\BinInfo.csproj", "{63A04A8C-93B6-46B1-AF84-E5FF5227043E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinInfo.Tests", "BinInfo.Tests\BinInfo.Tests.csproj", "{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{008EA374-ED04-4D62-8C89-D3CAD9ACA84F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CDCEA27C-982E-405E-A4B3-D17F140C275F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63A04A8C-93B6-46B1-AF84-E5FF5227043E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63A04A8C-93B6-46B1-AF84-E5FF5227043E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63A04A8C-93B6-46B1-AF84-E5FF5227043E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63A04A8C-93B6-46B1-AF84-E5FF5227043E}.Release|Any CPU.Build.0 = Release|Any CPU
{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63A04A8C-93B6-46B1-AF84-E5FF5227043E} = {008EA374-ED04-4D62-8C89-D3CAD9ACA84F}
{882DFAB2-BCB4-4DD6-B4B4-3364CA834B0F} = {CDCEA27C-982E-405E-A4B3-D17F140C275F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13C3E2B2-B4CD-496F-A301-114CAE9DF8CA}
EndGlobalSection
EndGlobal