-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDocXPlus.sln
More file actions
35 lines (35 loc) · 1.7 KB
/
DocXPlus.sln
File metadata and controls
35 lines (35 loc) · 1.7 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
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocXPlus", "DocXPlus\DocXPlus.csproj", "{BBA72124-12D9-4820-A84A-CE043BBF79AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocXPlusTests", "DocXPlusTests\DocXPlusTests.csproj", "{45DC89B0-6FE3-40A1-A75B-3AB9D2B2B596}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8912E9F-6788-48C5-A071-9C5DD1E98F46}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBA72124-12D9-4820-A84A-CE043BBF79AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBA72124-12D9-4820-A84A-CE043BBF79AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA72124-12D9-4820-A84A-CE043BBF79AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA72124-12D9-4820-A84A-CE043BBF79AF}.Release|Any CPU.Build.0 = Release|Any CPU
{45DC89B0-6FE3-40A1-A75B-3AB9D2B2B596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DC89B0-6FE3-40A1-A75B-3AB9D2B2B596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DC89B0-6FE3-40A1-A75B-3AB9D2B2B596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DC89B0-6FE3-40A1-A75B-3AB9D2B2B596}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal