-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalk-throw-exceptions.sln
27 lines (27 loc) · 1.59 KB
/
talk-throw-exceptions.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TalkThrowExceptionsSnippets.Tests", "TalkThrowExceptionsSnippets.Tests\TalkThrowExceptionsSnippets.Tests.csproj", "{6FCE0745-AE1A-4E67-AED5-2001467800D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92DB9E3E-9037-4850-9884-6B2B2F514335}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TalkThrowExceptionSnippets.Fsharp", "TalkThrowExceptionSnippets.Fsharp\TalkThrowExceptionSnippets.Fsharp.fsproj", "{EF3DBC1A-F688-467A-99CE-E05F22EA5322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FCE0745-AE1A-4E67-AED5-2001467800D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FCE0745-AE1A-4E67-AED5-2001467800D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FCE0745-AE1A-4E67-AED5-2001467800D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FCE0745-AE1A-4E67-AED5-2001467800D5}.Release|Any CPU.Build.0 = Release|Any CPU
{EF3DBC1A-F688-467A-99CE-E05F22EA5322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3DBC1A-F688-467A-99CE-E05F22EA5322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3DBC1A-F688-467A-99CE-E05F22EA5322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3DBC1A-F688-467A-99CE-E05F22EA5322}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal