-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathTheraot.sln
56 lines (56 loc) · 2.61 KB
/
Theraot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC4119EA-3064-4B66-9D17-0607867B870C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
icon.png = icon.png
LICENSE.txt = LICENSE.txt
readme.md = readme.md
rules.ruleset = rules.ruleset
EndProjectSection
EndProject
Project("{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}") = "Tests", "Tests\Tests.csproj", "{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Framework.Core", "Framework.Core\Framework.Core.csproj", "{B5078871-4299-49ED-B921-3B5EBE57336A}"
EndProject
Project("{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}") = "TestRunner", "TestRunner\TestRunner.csproj", "{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4C29B9E-2C6A-4556-9B90-A15841FF6F78}.Release|Any CPU.Build.0 = Release|Any CPU
{B5078871-4299-49ED-B921-3B5EBE57336A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5078871-4299-49ED-B921-3B5EBE57336A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5078871-4299-49ED-B921-3B5EBE57336A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5078871-4299-49ED-B921-3B5EBE57336A}.Release|Any CPU.Build.0 = Release|Any CPU
{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDA186E5-EF94-43C1-AE04-F417BAFCFF4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5AA38E1-C41E-4316-B343-4FCF2F7EB4C7}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $9
$9.FileWidth = 120
$9.TabsToSpaces = False
$9.inheritsSet = VisualStudio
$9.inheritsScope = text/plain
version = 1.0.2
EndGlobalSection
EndGlobal