forked from ekalchev/Property-Bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Utils.DataBindings.sln
37 lines (37 loc) · 2.16 KB
/
Utils.DataBindings.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 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils.DataBindings", "Utils.DataBindings\Utils.DataBindings.csproj", "{C7AE068E-E797-423E-836D-321D37718849}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils.DataBindings.UnitTests", "Utils.DataBindings.UnitTests\Utils.DataBindings.UnitTests.csproj", "{3A228131-D3DB-46AA-B183-850A801DC866}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils.DataBindings.PerformanceTests", "Utils.DataBindings.PerformanceTests\Utils.DataBindings.PerformanceTests.csproj", "{C1447E5A-41BE-4387-A9DF-0EBE20C2C554}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7AE068E-E797-423E-836D-321D37718849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7AE068E-E797-423E-836D-321D37718849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7AE068E-E797-423E-836D-321D37718849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7AE068E-E797-423E-836D-321D37718849}.Release|Any CPU.Build.0 = Release|Any CPU
{3A228131-D3DB-46AA-B183-850A801DC866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A228131-D3DB-46AA-B183-850A801DC866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A228131-D3DB-46AA-B183-850A801DC866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A228131-D3DB-46AA-B183-850A801DC866}.Release|Any CPU.Build.0 = Release|Any CPU
{C1447E5A-41BE-4387-A9DF-0EBE20C2C554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1447E5A-41BE-4387-A9DF-0EBE20C2C554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1447E5A-41BE-4387-A9DF-0EBE20C2C554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1447E5A-41BE-4387-A9DF-0EBE20C2C554}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53D24591-DE88-468B-A68B-512A0DF5F45C}
EndGlobalSection
EndGlobal