-
Notifications
You must be signed in to change notification settings - Fork 2
/
OSPSuite.Utility.sln
37 lines (37 loc) · 1.88 KB
/
OSPSuite.Utility.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSPSuite.Utility", "src\OSPSuite.Utility\OSPSuite.Utility.csproj", "{E51BFAC2-41A1-40B6-AA2B-20E1C919FA6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSPSuite.Utility.Tests", "tests\OSPSuite.Utility.Tests\OSPSuite.Utility.Tests.csproj", "{E05C1121-9005-44D1-90E1-E59B4B677C73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBB840E2-3E59-4118-9CF1-4A40D3D29520}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E51BFAC2-41A1-40B6-AA2B-20E1C919FA6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E51BFAC2-41A1-40B6-AA2B-20E1C919FA6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E51BFAC2-41A1-40B6-AA2B-20E1C919FA6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E51BFAC2-41A1-40B6-AA2B-20E1C919FA6A}.Release|Any CPU.Build.0 = Release|Any CPU
{E05C1121-9005-44D1-90E1-E59B4B677C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E05C1121-9005-44D1-90E1-E59B4B677C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E05C1121-9005-44D1-90E1-E59B4B677C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E05C1121-9005-44D1-90E1-E59B4B677C73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7023CBD6-0D72-408E-A569-75134EF1C18D}
EndGlobalSection
EndGlobal