-
Notifications
You must be signed in to change notification settings - Fork 0
/
trimlink.sln
49 lines (49 loc) · 2.87 KB
/
trimlink.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1705.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "trimlink.tests", "trimlink.tests\trimlink.tests.csproj", "{7E1A703E-92A7-4862-84C9-8508CDF756AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "trimlink.data", "trimlink.data\trimlink.data.csproj", "{7DC55493-DF84-4323-9DF9-0E8D495DE6D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "trimlink.website", "trimlink.website\trimlink.website.csproj", "{02E99FA8-4AD6-47B2-8549-644165B7882A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "trimlink.core", "trimlink.core\trimlink.core.csproj", "{EF8C6A22-68C3-45B0-822E-BB1127B40E3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB4BF94D-DDCF-40E2-9D97-81CEE6D0BEF4}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E1A703E-92A7-4862-84C9-8508CDF756AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E1A703E-92A7-4862-84C9-8508CDF756AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E1A703E-92A7-4862-84C9-8508CDF756AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E1A703E-92A7-4862-84C9-8508CDF756AC}.Release|Any CPU.Build.0 = Release|Any CPU
{7DC55493-DF84-4323-9DF9-0E8D495DE6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DC55493-DF84-4323-9DF9-0E8D495DE6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DC55493-DF84-4323-9DF9-0E8D495DE6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DC55493-DF84-4323-9DF9-0E8D495DE6D6}.Release|Any CPU.Build.0 = Release|Any CPU
{02E99FA8-4AD6-47B2-8549-644165B7882A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E99FA8-4AD6-47B2-8549-644165B7882A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E99FA8-4AD6-47B2-8549-644165B7882A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E99FA8-4AD6-47B2-8549-644165B7882A}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8C6A22-68C3-45B0-822E-BB1127B40E3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8C6A22-68C3-45B0-822E-BB1127B40E3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8C6A22-68C3-45B0-822E-BB1127B40E3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8C6A22-68C3-45B0-822E-BB1127B40E3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {713633BB-AB3A-493A-B8C2-9934E1D05479}
EndGlobalSection
EndGlobal