-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpPromises.sln
More file actions
38 lines (38 loc) · 1.8 KB
/
Copy pathSharpPromises.sln
File metadata and controls
38 lines (38 loc) · 1.8 KB
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
38
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpPromises", "SharpPromises\SharpPromises.csproj", "{C51DF9DC-E433-4AAE-8E9A-6DF08A244281}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpPromisesTests", "SharpPromisesTests\SharpPromisesTests.csproj", "{4407BB0F-635B-4D86-B83C-C7E1EE4A73BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4407BB0F-635B-4D86-B83C-C7E1EE4A73BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4407BB0F-635B-4D86-B83C-C7E1EE4A73BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4407BB0F-635B-4D86-B83C-C7E1EE4A73BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4407BB0F-635B-4D86-B83C-C7E1EE4A73BB}.Release|Any CPU.Build.0 = Release|Any CPU
{C51DF9DC-E433-4AAE-8E9A-6DF08A244281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C51DF9DC-E433-4AAE-8E9A-6DF08A244281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C51DF9DC-E433-4AAE-8E9A-6DF08A244281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C51DF9DC-E433-4AAE-8E9A-6DF08A244281}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SharpPromises\SharpPromises.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.BeforeMethodDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal