This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPattern.sln
35 lines (35 loc) · 1.53 KB
/
Pattern.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artech.Patterns.Category", "src\Base\Artech.Patterns.Category.csproj", "{72784FDC-7562-4466-8AEB-C5AC7E7E18ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7012C31D-37B2-482F-B7B9-015D266751F2}"
ProjectSection(SolutionItems) = preProject
workflows.msbuild = workflows.msbuild
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".doc", ".doc", "{83C5AF4D-EDC5-41EE-8DD1-EBC0A6C15D82}"
ProjectSection(SolutionItems) = preProject
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
{72784FDC-7562-4466-8AEB-C5AC7E7E18ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72784FDC-7562-4466-8AEB-C5AC7E7E18ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72784FDC-7562-4466-8AEB-C5AC7E7E18ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72784FDC-7562-4466-8AEB-C5AC7E7E18ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0CE78CD-EE44-48D8-A3BE-9948DF9E8EC9}
EndGlobalSection
EndGlobal