-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
UCR.sln
57 lines (57 loc) · 3.46 KB
/
UCR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".build", "build\.build.csproj", "{199C7B20-7300-4F41-877E-15C100097EAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UCR", "UCR\UCR.csproj", "{2F2E9A0C-C97C-4AC7-A598-03D334B2D827}"
ProjectSection(ProjectDependencies) = postProject
{35B5A93F-03EA-445F-BDF6-2B37C256578F} = {35B5A93F-03EA-445F-BDF6-2B37C256578F}
{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8} = {A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UCR.Tests", "UCR.Tests\UCR.Tests.csproj", "{F401B642-1E27-44C2-BFFA-5F3CFBFD14BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UCR.Core", "UCR.Core\UCR.Core.csproj", "{676D3228-C3F0-4BE7-8951-B83F7A16CEA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UCR.Plugins", "UCR.Plugins\UCR.Plugins.csproj", "{35B5A93F-03EA-445F-BDF6-2B37C256578F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UCR.FileHandler", "UCR.FileHandler\UCR.FileHandler.csproj", "{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{199C7B20-7300-4F41-877E-15C100097EAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{199C7B20-7300-4F41-877E-15C100097EAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2E9A0C-C97C-4AC7-A598-03D334B2D827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F2E9A0C-C97C-4AC7-A598-03D334B2D827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F2E9A0C-C97C-4AC7-A598-03D334B2D827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2E9A0C-C97C-4AC7-A598-03D334B2D827}.Release|Any CPU.Build.0 = Release|Any CPU
{F401B642-1E27-44C2-BFFA-5F3CFBFD14BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F401B642-1E27-44C2-BFFA-5F3CFBFD14BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F401B642-1E27-44C2-BFFA-5F3CFBFD14BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F401B642-1E27-44C2-BFFA-5F3CFBFD14BD}.Release|Any CPU.Build.0 = Release|Any CPU
{676D3228-C3F0-4BE7-8951-B83F7A16CEA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676D3228-C3F0-4BE7-8951-B83F7A16CEA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676D3228-C3F0-4BE7-8951-B83F7A16CEA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676D3228-C3F0-4BE7-8951-B83F7A16CEA7}.Release|Any CPU.Build.0 = Release|Any CPU
{35B5A93F-03EA-445F-BDF6-2B37C256578F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35B5A93F-03EA-445F-BDF6-2B37C256578F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35B5A93F-03EA-445F-BDF6-2B37C256578F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35B5A93F-03EA-445F-BDF6-2B37C256578F}.Release|Any CPU.Build.0 = Release|Any CPU
{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1E895F4-C96A-4956-A58C-7D8F8E3D31B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {141F569E-6EF9-4F6A-9868-4828B35B51E5}
EndGlobalSection
EndGlobal