-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathYouzee.Util.Logger.sln
36 lines (36 loc) · 1.85 KB
/
Youzee.Util.Logger.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Youzee.Util.Logger", "Youzee.Util.Logger.csproj", "{A4708131-763A-4020-94C8-145B90623F35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F67D15F-6A79-43FC-AC51-2B8BE0364493}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
Youzee.Util.Logger.vsmdi = Youzee.Util.Logger.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouzeeUtilLoggerTest", "YouzeeUtilLoggerTest\YouzeeUtilLoggerTest.csproj", "{79D116F7-74D7-43E6-9963-586D7308C9C6}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Youzee.Util.Logger.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4708131-763A-4020-94C8-145B90623F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4708131-763A-4020-94C8-145B90623F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4708131-763A-4020-94C8-145B90623F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4708131-763A-4020-94C8-145B90623F35}.Release|Any CPU.Build.0 = Release|Any CPU
{79D116F7-74D7-43E6-9963-586D7308C9C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79D116F7-74D7-43E6-9963-586D7308C9C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79D116F7-74D7-43E6-9963-586D7308C9C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79D116F7-74D7-43E6-9963-586D7308C9C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal