-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMata.sln
48 lines (48 loc) · 2.61 KB
/
Mata.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{64EC2F25-489D-4D6F-A071-2A2E41B2A165}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
Mata.ruleset = Mata.ruleset
README.md = README.md
stylecop.json = stylecop.json
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Mata", "Mata\Mata.xproj", "{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Mata.Test", "Mata.Test\Mata.Test.xproj", "{0684AB2E-5858-424B-8997-C787C3F23DFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release-4.5.2|Any CPU = Release-4.5.2|Any CPU
Release-4.6.1|Any CPU = Release-4.6.1|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release|Any CPU.Build.0 = Release|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release-4.5.2|Any CPU.ActiveCfg = Release|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release-4.5.2|Any CPU.Build.0 = Release|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release-4.6.1|Any CPU.ActiveCfg = Release|Any CPU
{8D93C2B8-25A7-4CC9-90F9-DEE1BBF81737}.Release-4.6.1|Any CPU.Build.0 = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release|Any CPU.Build.0 = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release-4.5.2|Any CPU.ActiveCfg = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release-4.5.2|Any CPU.Build.0 = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release-4.6.1|Any CPU.ActiveCfg = Release|Any CPU
{0684AB2E-5858-424B-8997-C787C3F23DFA}.Release-4.6.1|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal