-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSmartAnnotations.sln
58 lines (58 loc) · 3.41 KB
/
SmartAnnotations.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartAnnotations", "src\SmartAnnotations\SmartAnnotations.csproj", "{98260DD9-2AEF-44E8-9CCD-7E8D7533BB8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7376411B-4F06-4D99-BF45-4BA602A50B5C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-build.yaml = azure-build.yaml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartAnnotations.UnitTests", "tests\SmartAnnotations.UnitTests\SmartAnnotations.UnitTests.csproj", "{6DC8359A-990E-4143-AA7B-D8E94945D5F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{47AC0D9F-79BD-4790-A9AA-4B329E74763E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartAnnotations.Sample.ConsoleNET", "sample\SmartAnnotations.Sample.ConsoleNET\SmartAnnotations.Sample.ConsoleNET.csproj", "{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartAnnotations.Sample.ConsoleNETFX", "sample\SmartAnnotations.Sample.ConsoleNETFX\SmartAnnotations.Sample.ConsoleNETFX.csproj", "{09AAB008-7CC0-45DD-A931-15191CC1B67B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98260DD9-2AEF-44E8-9CCD-7E8D7533BB8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98260DD9-2AEF-44E8-9CCD-7E8D7533BB8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98260DD9-2AEF-44E8-9CCD-7E8D7533BB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98260DD9-2AEF-44E8-9CCD-7E8D7533BB8F}.Release|Any CPU.Build.0 = Release|Any CPU
{6DC8359A-990E-4143-AA7B-D8E94945D5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DC8359A-990E-4143-AA7B-D8E94945D5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DC8359A-990E-4143-AA7B-D8E94945D5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DC8359A-990E-4143-AA7B-D8E94945D5F9}.Release|Any CPU.Build.0 = Release|Any CPU
{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F}.Release|Any CPU.Build.0 = Release|Any CPU
{09AAB008-7CC0-45DD-A931-15191CC1B67B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09AAB008-7CC0-45DD-A931-15191CC1B67B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09AAB008-7CC0-45DD-A931-15191CC1B67B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09AAB008-7CC0-45DD-A931-15191CC1B67B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9C2796F6-5EE3-485A-BCE8-63BCEFB2347F} = {47AC0D9F-79BD-4790-A9AA-4B329E74763E}
{09AAB008-7CC0-45DD-A931-15191CC1B67B} = {47AC0D9F-79BD-4790-A9AA-4B329E74763E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94473E84-68B1-44C0-9F12-375B176588D8}
EndGlobalSection
EndGlobal