-
Notifications
You must be signed in to change notification settings - Fork 18
/
InheritDoc.sln
75 lines (75 loc) · 4.14 KB
/
InheritDoc.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
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InheritDoc", "InheritDoc\InheritDoc.csproj", "{8D70AD37-9599-474B-B231-5447DDFBFD31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31F77A66-10E2-4705-B16D-9A2DDB6ED1C2}"
ProjectSection(SolutionItems) = preProject
generate-nuget-packages.ps1 = generate-nuget-packages.ps1
push-nuget-packages.ps1 = push-nuget-packages.ps1
InheritDoc\README.md = InheritDoc\README.md
release.txt = release.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InheritDocTest", "InheritDocTest\InheritDocTest.csproj", "{CA4B94C3-0C7A-4392-A20F-79A60C7CB38A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InheritDocVsix", "InheritDocVsix\InheritDocVsix.csproj", "{ACA5ADAF-6AC8-4EB7-A417-AEB141C102CD}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "www.inheritdoc.io", "www.inheritdoc.io\", "{DDF90F9A-23D4-443E-8C38-C1359D87B2F2}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
Debug.AspNetCompiler.VirtualPath = "/localhost_55975"
Debug.AspNetCompiler.PhysicalPath = "www.inheritdoc.io\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_55975\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_55975"
Release.AspNetCompiler.PhysicalPath = "www.inheritdoc.io\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_55975\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "55975"
SlnRelativePath = "www.inheritdoc.io\"
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "InheritDocLib", "InheritDocLib\InheritDocLib.shproj", "{49BBB881-A047-4A28-9586-D5FFFA083806}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
InheritDocLib\InheritDocLib.projitems*{49bbb881-a047-4a28-9586-d5fffa083806}*SharedItemsImports = 13
InheritDocLib\InheritDocLib.projitems*{aca5adaf-6ac8-4eb7-a417-aeb141c102cd}*SharedItemsImports = 4
InheritDocLib\InheritDocLib.projitems*{ca4b94c3-0c7a-4392-a20f-79a60c7cb38a}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D70AD37-9599-474B-B231-5447DDFBFD31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D70AD37-9599-474B-B231-5447DDFBFD31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D70AD37-9599-474B-B231-5447DDFBFD31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D70AD37-9599-474B-B231-5447DDFBFD31}.Release|Any CPU.Build.0 = Release|Any CPU
{CA4B94C3-0C7A-4392-A20F-79A60C7CB38A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA4B94C3-0C7A-4392-A20F-79A60C7CB38A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA4B94C3-0C7A-4392-A20F-79A60C7CB38A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA4B94C3-0C7A-4392-A20F-79A60C7CB38A}.Release|Any CPU.Build.0 = Release|Any CPU
{ACA5ADAF-6AC8-4EB7-A417-AEB141C102CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACA5ADAF-6AC8-4EB7-A417-AEB141C102CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACA5ADAF-6AC8-4EB7-A417-AEB141C102CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACA5ADAF-6AC8-4EB7-A417-AEB141C102CD}.Release|Any CPU.Build.0 = Release|Any CPU
{DDF90F9A-23D4-443E-8C38-C1359D87B2F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF90F9A-23D4-443E-8C38-C1359D87B2F2}.Release|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B179DB9F-60A0-4C24-A45E-A2BF427BF369}
EndGlobalSection
EndGlobal