-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnnotationLogFramework.sln
More file actions
28 lines (28 loc) · 1.77 KB
/
AnnotationLogFramework.sln
File metadata and controls
28 lines (28 loc) · 1.77 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationLogFramework", "AnnotationLogFramework\AnnotationLogFramework.csproj", "{1D1ACD83-3E4F-4E1A-89E5-776B75997988}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{51256346-47A0-4186-9134-BEBB77B3A2EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnnotationLogExample", "AnnotationLogExample\AnnotationLogExample.csproj", "{0968750D-F8C1-43B6-95F4-D03CEA088887}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D1ACD83-3E4F-4E1A-89E5-776B75997988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1ACD83-3E4F-4E1A-89E5-776B75997988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1ACD83-3E4F-4E1A-89E5-776B75997988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1ACD83-3E4F-4E1A-89E5-776B75997988}.Release|Any CPU.Build.0 = Release|Any CPU
{51256346-47A0-4186-9134-BEBB77B3A2EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51256346-47A0-4186-9134-BEBB77B3A2EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51256346-47A0-4186-9134-BEBB77B3A2EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51256346-47A0-4186-9134-BEBB77B3A2EE}.Release|Any CPU.Build.0 = Release|Any CPU
{0968750D-F8C1-43B6-95F4-D03CEA088887}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0968750D-F8C1-43B6-95F4-D03CEA088887}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0968750D-F8C1-43B6-95F4-D03CEA088887}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0968750D-F8C1-43B6-95F4-D03CEA088887}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal