-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInterpolatr.sln
37 lines (37 loc) · 1.99 KB
/
Interpolatr.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.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interpolatr", "Interpolatr\Interpolatr.csproj", "{A7778C3A-B9D9-4E62-AAC9-12F871143528}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{EA049E17-C7BA-44E3-9779-395729921B49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPF", "WPF\WPF.csproj", "{C55F32E6-6598-4A64-90E5-A1D98BCF51E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7778C3A-B9D9-4E62-AAC9-12F871143528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7778C3A-B9D9-4E62-AAC9-12F871143528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7778C3A-B9D9-4E62-AAC9-12F871143528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7778C3A-B9D9-4E62-AAC9-12F871143528}.Release|Any CPU.Build.0 = Release|Any CPU
{EA049E17-C7BA-44E3-9779-395729921B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA049E17-C7BA-44E3-9779-395729921B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA049E17-C7BA-44E3-9779-395729921B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA049E17-C7BA-44E3-9779-395729921B49}.Release|Any CPU.Build.0 = Release|Any CPU
{C55F32E6-6598-4A64-90E5-A1D98BCF51E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C55F32E6-6598-4A64-90E5-A1D98BCF51E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C55F32E6-6598-4A64-90E5-A1D98BCF51E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C55F32E6-6598-4A64-90E5-A1D98BCF51E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C28D6104-136A-4E95-A50E-B39A8DA783C2}
EndGlobalSection
EndGlobal