forked from makomweb/Emkay.S3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Emkay.S3.sln
35 lines (35 loc) · 1.82 KB
/
Emkay.S3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emkay.S3", "Emkay.S3\Emkay.S3.csproj", "{90A69515-D43E-46BD-A400-5FC883157BF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emkay.S3.Tests", "Emkay.S3.Tests\Emkay.S3.Tests.csproj", "{EAE9798C-41DC-445F-AA5D-4FE3AEBBC113}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76EF6651-2B38-4653-AD6A-8F7DBFC62EB4}"
ProjectSection(SolutionItems) = preProject
build_test_publish.targets = build_test_publish.targets
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90A69515-D43E-46BD-A400-5FC883157BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90A69515-D43E-46BD-A400-5FC883157BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A69515-D43E-46BD-A400-5FC883157BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A69515-D43E-46BD-A400-5FC883157BF8}.Release|Any CPU.Build.0 = Release|Any CPU
{EAE9798C-41DC-445F-AA5D-4FE3AEBBC113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAE9798C-41DC-445F-AA5D-4FE3AEBBC113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAE9798C-41DC-445F-AA5D-4FE3AEBBC113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAE9798C-41DC-445F-AA5D-4FE3AEBBC113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal