forked from Yegoroff/PlainElastic.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlainElastic.Net.sln
32 lines (32 loc) · 1.89 KB
/
PlainElastic.Net.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlainElastic.Net", "src\PlainElastic.Net\PlainElastic.Net.csproj", "{7881C0A1-3020-45AC-944D-36DA5AE2D734}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlainElastic.Net.Tests", "src\PlainElastic.Net.Tests\PlainElastic.Net.Tests.csproj", "{226B2108-D427-410E-A889-FD5D8C494E34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlainSample", "src\Samples\PlainSample\PlainSample.csproj", "{01D9A114-7E54-4C14-95ED-3C35E3F0A857}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7881C0A1-3020-45AC-944D-36DA5AE2D734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7881C0A1-3020-45AC-944D-36DA5AE2D734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7881C0A1-3020-45AC-944D-36DA5AE2D734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7881C0A1-3020-45AC-944D-36DA5AE2D734}.Release|Any CPU.Build.0 = Release|Any CPU
{226B2108-D427-410E-A889-FD5D8C494E34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{226B2108-D427-410E-A889-FD5D8C494E34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{226B2108-D427-410E-A889-FD5D8C494E34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{226B2108-D427-410E-A889-FD5D8C494E34}.Release|Any CPU.Build.0 = Release|Any CPU
{01D9A114-7E54-4C14-95ED-3C35E3F0A857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D9A114-7E54-4C14-95ED-3C35E3F0A857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D9A114-7E54-4C14-95ED-3C35E3F0A857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D9A114-7E54-4C14-95ED-3C35E3F0A857}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal