forked from RusticiSoftware/TinCan.NET
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFloat.TinCan.sln
31 lines (31 loc) · 1.77 KB
/
Float.TinCan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Float.TinCan.Tests", "Float.TinCan.Tests\Float.TinCan.Tests.csproj", "{C5BF7AFD-65EC-4A26-8C88-99100AC39336}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Float.TinCan", "Float.TinCan\Float.TinCan.csproj", "{1E5670EB-4939-4F74-BCC6-EDD72C322740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Documentation|Any CPU = Documentation|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BF7AFD-65EC-4A26-8C88-99100AC39336}.Release|Any CPU.Build.0 = Release|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5670EB-4939-4F74-BCC6-EDD72C322740}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal