-
Notifications
You must be signed in to change notification settings - Fork 0
/
name-badge-automater.sln
39 lines (39 loc) · 2.08 KB
/
name-badge-automater.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 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4D75206-EF15-49E8-91FA-87082C5348AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NameBadgeAutomater", "src\NameBadgeAutomater\NameBadgeAutomater.csproj", "{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{64F5CC21-FA62-4413-9631-516A52227F64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NameBadgeAutomater.Tests", "tests\NameBadgeAutomater.Tests\NameBadgeAutomater.Tests.csproj", "{91DD47EB-0541-4A96-BD0B-B6FC4970F42D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9}.Release|Any CPU.Build.0 = Release|Any CPU
{91DD47EB-0541-4A96-BD0B-B6FC4970F42D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91DD47EB-0541-4A96-BD0B-B6FC4970F42D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91DD47EB-0541-4A96-BD0B-B6FC4970F42D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91DD47EB-0541-4A96-BD0B-B6FC4970F42D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45EF9CA9-9E78-400A-BE8E-9B3CE69EF8D9} = {E4D75206-EF15-49E8-91FA-87082C5348AE}
{91DD47EB-0541-4A96-BD0B-B6FC4970F42D} = {64F5CC21-FA62-4413-9631-516A52227F64}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BEF5932-9430-4556-8746-E82E96B8A51E}
EndGlobalSection
EndGlobal