This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasyBindings.sln
37 lines (37 loc) · 2.1 KB
/
EasyBindings.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 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyBindings", "source\EasyBindings\EasyBindings.csproj", "{2C21D93B-CD73-429E-8494-17EC0ED08969}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyBindings.Samples", "samples\EasyBindings.Samples\EasyBindings.Samples.csproj", "{B1A2C719-6902-474C-9A29-5D83AC2DCDF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyBindings.Tests", "tests\EasyBindings.Tests\EasyBindings.Tests.csproj", "{829C084E-7E84-40FA-9FBC-99437A001D3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C21D93B-CD73-429E-8494-17EC0ED08969}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{2C21D93B-CD73-429E-8494-17EC0ED08969}.Debug|Any CPU.Build.0 = Release|Any CPU
{2C21D93B-CD73-429E-8494-17EC0ED08969}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C21D93B-CD73-429E-8494-17EC0ED08969}.Release|Any CPU.Build.0 = Release|Any CPU
{B1A2C719-6902-474C-9A29-5D83AC2DCDF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1A2C719-6902-474C-9A29-5D83AC2DCDF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1A2C719-6902-474C-9A29-5D83AC2DCDF1}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{B1A2C719-6902-474C-9A29-5D83AC2DCDF1}.Release|Any CPU.Build.0 = Debug|Any CPU
{829C084E-7E84-40FA-9FBC-99437A001D3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{829C084E-7E84-40FA-9FBC-99437A001D3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{829C084E-7E84-40FA-9FBC-99437A001D3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{829C084E-7E84-40FA-9FBC-99437A001D3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BD1B319-207B-4A1A-9FA7-B57A0613DCED}
EndGlobalSection
EndGlobal