-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathTuringSmartScreenLib.sln
74 lines (74 loc) · 4.63 KB
/
TuringSmartScreenLib.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringSmartScreenLib", "TuringSmartScreenLib\TuringSmartScreenLib.csproj", "{3FDCC157-ADE4-477F-9478-9A6EC184D73F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{414502E0-9893-434C-9A12-B9D2C3B62436}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
TuringSmartScreenLib.sln.DotSettings = TuringSmartScreenLib.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringSmartScreenLib.Helpers.SkiaSharp", "TuringSmartScreenLib.Helpers.SkiaSharp\TuringSmartScreenLib.Helpers.SkiaSharp.csproj", "{9561AFA2-50DB-405F-B9B9-8DF61CDB6D6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{41A8F25D-E756-4ED3-B641-CFC5A4049E6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example2", "Example2\Example2.csproj", "{C737EF90-FEEB-4D07-8121-8F852C59BC6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringSmartScreenTool", "TuringSmartScreenTool\TuringSmartScreenTool.csproj", "{7DED3D32-4071-41BC-913E-A6BE94B4F6A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TuringSmartScreenLib.Helpers.GdiPlus", "TuringSmartScreenLib.Helpers.GdiPlus\TuringSmartScreenLib.Helpers.GdiPlus.csproj", "{6E826D66-B8A4-4B69-A1BF-D92FA8A27B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example3", "Example3\Example3.csproj", "{DC39973E-F146-4257-A57D-0FB62E83FB52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FDCC157-ADE4-477F-9478-9A6EC184D73F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FDCC157-ADE4-477F-9478-9A6EC184D73F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FDCC157-ADE4-477F-9478-9A6EC184D73F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FDCC157-ADE4-477F-9478-9A6EC184D73F}.Release|Any CPU.Build.0 = Release|Any CPU
{9561AFA2-50DB-405F-B9B9-8DF61CDB6D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9561AFA2-50DB-405F-B9B9-8DF61CDB6D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9561AFA2-50DB-405F-B9B9-8DF61CDB6D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9561AFA2-50DB-405F-B9B9-8DF61CDB6D6F}.Release|Any CPU.Build.0 = Release|Any CPU
{41A8F25D-E756-4ED3-B641-CFC5A4049E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A8F25D-E756-4ED3-B641-CFC5A4049E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A8F25D-E756-4ED3-B641-CFC5A4049E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A8F25D-E756-4ED3-B641-CFC5A4049E6B}.Release|Any CPU.Build.0 = Release|Any CPU
{C737EF90-FEEB-4D07-8121-8F852C59BC6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C737EF90-FEEB-4D07-8121-8F852C59BC6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C737EF90-FEEB-4D07-8121-8F852C59BC6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C737EF90-FEEB-4D07-8121-8F852C59BC6A}.Release|Any CPU.Build.0 = Release|Any CPU
{7DED3D32-4071-41BC-913E-A6BE94B4F6A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DED3D32-4071-41BC-913E-A6BE94B4F6A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DED3D32-4071-41BC-913E-A6BE94B4F6A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DED3D32-4071-41BC-913E-A6BE94B4F6A9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E826D66-B8A4-4B69-A1BF-D92FA8A27B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E826D66-B8A4-4B69-A1BF-D92FA8A27B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E826D66-B8A4-4B69-A1BF-D92FA8A27B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E826D66-B8A4-4B69-A1BF-D92FA8A27B01}.Release|Any CPU.Build.0 = Release|Any CPU
{DC39973E-F146-4257-A57D-0FB62E83FB52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC39973E-F146-4257-A57D-0FB62E83FB52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC39973E-F146-4257-A57D-0FB62E83FB52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC39973E-F146-4257-A57D-0FB62E83FB52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BB6887E-BB6A-4A6C-B5A9-47556D73331F}
EndGlobalSection
EndGlobal