-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOSPSuite.DataBinding.sln
43 lines (43 loc) · 2.39 KB
/
OSPSuite.DataBinding.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSPSuite.DataBinding", "src\OSPSuite.DataBinding\OSPSuite.DataBinding.csproj", "{2A29ACC0-9E37-4C97-8814-5F247C66B127}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSPSuite.DataBinding.Starter", "tests\OSPSuite.DataBinding.Starter\OSPSuite.DataBinding.Starter.csproj", "{F9880840-16A0-45B4-87AD-2F587605BD91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSPSuite.DataBinding.Tests", "tests\OSPSuite.DataBinding.Tests\OSPSuite.DataBinding.Tests.csproj", "{AF1ABBB0-0E07-4479-A345-80806641937D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70CD4534-DBC8-4BB4-8900-295F426E032D}"
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
{2A29ACC0-9E37-4C97-8814-5F247C66B127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A29ACC0-9E37-4C97-8814-5F247C66B127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A29ACC0-9E37-4C97-8814-5F247C66B127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A29ACC0-9E37-4C97-8814-5F247C66B127}.Release|Any CPU.Build.0 = Release|Any CPU
{F9880840-16A0-45B4-87AD-2F587605BD91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9880840-16A0-45B4-87AD-2F587605BD91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9880840-16A0-45B4-87AD-2F587605BD91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9880840-16A0-45B4-87AD-2F587605BD91}.Release|Any CPU.Build.0 = Release|Any CPU
{AF1ABBB0-0E07-4479-A345-80806641937D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF1ABBB0-0E07-4479-A345-80806641937D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF1ABBB0-0E07-4479-A345-80806641937D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF1ABBB0-0E07-4479-A345-80806641937D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal