-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathWeave.sln
55 lines (55 loc) · 2.69 KB
/
Weave.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0E57E35-59EE-487F-852B-864CFC020B46}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CodeMaid.config = CodeMaid.config
GitVersion.yaml = GitVersion.yaml
license.md = license.md
readme.md = readme.md
SharedAssemblyInfo.props = SharedAssemblyInfo.props
Strict.ruleset = Strict.ruleset
stylecop.json = stylecop.json
Tests.ruleset = Tests.ruleset
Weave.ico = Weave.ico
Weave.png = Weave.png
Weave.svg = Weave.svg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weave", "Weave\Weave.csproj", "{5F547992-8B86-4191-B259-2B7B72BFAEA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weave.Tests", "Weave.Tests\Weave.Tests.csproj", "{F2ECD1F3-7200-4FEA-A456-873F1749E008}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Weave.Tests.Generated", "Weave.Tests.Generated\Weave.Tests.Generated.csproj", "{46D94595-1DBC-49C6-9D77-A1E5E307E21E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F547992-8B86-4191-B259-2B7B72BFAEA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F547992-8B86-4191-B259-2B7B72BFAEA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F547992-8B86-4191-B259-2B7B72BFAEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F547992-8B86-4191-B259-2B7B72BFAEA6}.Release|Any CPU.Build.0 = Release|Any CPU
{F2ECD1F3-7200-4FEA-A456-873F1749E008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2ECD1F3-7200-4FEA-A456-873F1749E008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2ECD1F3-7200-4FEA-A456-873F1749E008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2ECD1F3-7200-4FEA-A456-873F1749E008}.Release|Any CPU.Build.0 = Release|Any CPU
{46D94595-1DBC-49C6-9D77-A1E5E307E21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D94595-1DBC-49C6-9D77-A1E5E307E21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D94595-1DBC-49C6-9D77-A1E5E307E21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D94595-1DBC-49C6-9D77-A1E5E307E21E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC754C50-9DAC-4AA6-A97F-6BB6A806B75B}
EndGlobalSection
EndGlobal