This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathConcept Matrix.sln
65 lines (65 loc) · 3.66 KB
/
Concept Matrix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConceptMatrix", "ConceptMatrix\ConceptMatrix.csproj", "{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}"
ProjectSection(ProjectDependencies) = postProject
{A19E57D4-2858-4C84-A916-E4591C8AFCD7} = {A19E57D4-2858-4C84-A916-E4591C8AFCD7}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release", "Release", "{92AFC387-0D61-4C2B-8450-436D5DF23097}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.txt = README.txt
version.txt = version.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConceptMatrixUpdater", "ConceptMatrixUpdater\ConceptMatrixUpdater.csproj", "{A19E57D4-2858-4C84-A916-E4591C8AFCD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D9E168B-AF78-4FF4-9011-68FD5E54D843}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release-Unsigned|Any CPU = Release-Unsigned|Any CPU
Release-Unsigned|x64 = Release-Unsigned|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Debug|x64.ActiveCfg = Debug|x64
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Debug|x64.Build.0 = Debug|x64
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release|Any CPU.Build.0 = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release|x64.ActiveCfg = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release|x64.Build.0 = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release-Unsigned|Any CPU.Build.0 = Release|Any CPU
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release-Unsigned|x64.ActiveCfg = Release|x64
{E226AAB7-5918-4E9F-B0EB-8D1AD9AC7BB9}.Release-Unsigned|x64.Build.0 = Release|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|x64.ActiveCfg = Debug|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Debug|x64.Build.0 = Debug|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release|Any CPU.Build.0 = Release|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release|x64.ActiveCfg = Release|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release|x64.Build.0 = Release|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release-Unsigned|Any CPU.ActiveCfg = Release|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release-Unsigned|Any CPU.Build.0 = Release|Any CPU
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release-Unsigned|x64.ActiveCfg = Release|x64
{A19E57D4-2858-4C84-A916-E4591C8AFCD7}.Release-Unsigned|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80787A01-DA91-424D-8871-9EB93B79BD31}
EndGlobalSection
EndGlobal