-
Notifications
You must be signed in to change notification settings - Fork 6
/
CaptureRenderTagHelper.sln
62 lines (62 loc) · 3.77 KB
/
CaptureRenderTagHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaptureRenderTagHelper", "src\CaptureRenderTagHelper\CaptureRenderTagHelper.csproj", "{C4498188-CB12-436B-B16F-4FEEE77440D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53D5411B-E1D2-4AE0-BC1E-3BB00042E657}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
version.json = version.json
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaptureRenderTagHelper.Sample", "samples\CaptureRenderTagHelper.Sample\CaptureRenderTagHelper.Sample.csproj", "{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaptureRenderTagHelper.UnitTests", "tests\CaptureRenderTagHelper.UnitTests\CaptureRenderTagHelper.UnitTests.csproj", "{B25A8143-90B1-4354-B61F-DF5CFE17A218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaptureRenderTagHelper.Benchmarks", "tests\CaptureRenderTagHelper.Benchmarks\CaptureRenderTagHelper.Benchmarks.csproj", "{095C309B-28E3-4445-B31F-393730FFB93C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{8E077EBF-B098-4213-81BF-85B18701D3B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{A984A042-9FDF-4B49-A41C-08C524D0C309}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{1A67AD36-5ABB-48C7-94FC-8F96F92BC556}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4498188-CB12-436B-B16F-4FEEE77440D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4498188-CB12-436B-B16F-4FEEE77440D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4498188-CB12-436B-B16F-4FEEE77440D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4498188-CB12-436B-B16F-4FEEE77440D6}.Release|Any CPU.Build.0 = Release|Any CPU
{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A}.Release|Any CPU.Build.0 = Release|Any CPU
{B25A8143-90B1-4354-B61F-DF5CFE17A218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25A8143-90B1-4354-B61F-DF5CFE17A218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25A8143-90B1-4354-B61F-DF5CFE17A218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25A8143-90B1-4354-B61F-DF5CFE17A218}.Release|Any CPU.Build.0 = Release|Any CPU
{095C309B-28E3-4445-B31F-393730FFB93C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{095C309B-28E3-4445-B31F-393730FFB93C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{095C309B-28E3-4445-B31F-393730FFB93C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{095C309B-28E3-4445-B31F-393730FFB93C}.Release|Any CPU.Build.0 = Release|Any CPU
{A984A042-9FDF-4B49-A41C-08C524D0C309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A984A042-9FDF-4B49-A41C-08C524D0C309}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0A699A0-1BBF-4A63-8DEE-3959D1145B5A} = {8E077EBF-B098-4213-81BF-85B18701D3B3}
{A984A042-9FDF-4B49-A41C-08C524D0C309} = {1A67AD36-5ABB-48C7-94FC-8F96F92BC556}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F59B70B5-BA56-4AAA-B8DE-35259BA0CB86}
EndGlobalSection
EndGlobal