-
Notifications
You must be signed in to change notification settings - Fork 0
/
Utilities.sln
32 lines (32 loc) · 1.64 KB
/
Utilities.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A146FC5-3D8A-4C0A-AFBD-3FFE6768136C}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
Utilities.vsmdi = Utilities.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{18DA2F16-E83C-44AA-8AAB-5D3AAF4202B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtilityTests", "UtilityTests\UtilityTests.csproj", "{8F0CC9E6-67BD-4D2C-B76F-8D76278F115B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18DA2F16-E83C-44AA-8AAB-5D3AAF4202B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DA2F16-E83C-44AA-8AAB-5D3AAF4202B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DA2F16-E83C-44AA-8AAB-5D3AAF4202B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DA2F16-E83C-44AA-8AAB-5D3AAF4202B7}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0CC9E6-67BD-4D2C-B76F-8D76278F115B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0CC9E6-67BD-4D2C-B76F-8D76278F115B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0CC9E6-67BD-4D2C-B76F-8D76278F115B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0CC9E6-67BD-4D2C-B76F-8D76278F115B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal