-
Notifications
You must be signed in to change notification settings - Fork 6
/
AzureStoreRP.sln
48 lines (48 loc) · 3.17 KB
/
AzureStoreRP.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
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStoreRP.Data", "AzureStoreRP.Data\AzureStoreRP.Data.csproj", "{65FE4F4D-6118-4888-9215-742E02CE495B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4FEF4DDD-F6DA-4DB4-B80D-4374016E9800}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStoreRP.Webservice", "AzureStoreRP.Webservice\AzureStoreRP.Webservice.csproj", "{BA8D85C9-7D54-4D2E-8B59-143B358B26FA}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "AzureStoreRP.Azure", "AzureStoreRP.Azure\AzureStoreRP.Azure.ccproj", "{94E34A3A-D35D-4AEA-AA32-29E7BE41BB09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureStoreRP.Website", "AzureStoreRP.Website\AzureStoreRP.Website.csproj", "{96A9252A-6311-4D79-AED7-95B20BA3FAA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65FE4F4D-6118-4888-9215-742E02CE495B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65FE4F4D-6118-4888-9215-742E02CE495B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65FE4F4D-6118-4888-9215-742E02CE495B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65FE4F4D-6118-4888-9215-742E02CE495B}.Release|Any CPU.Build.0 = Release|Any CPU
{BA8D85C9-7D54-4D2E-8B59-143B358B26FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA8D85C9-7D54-4D2E-8B59-143B358B26FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA8D85C9-7D54-4D2E-8B59-143B358B26FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA8D85C9-7D54-4D2E-8B59-143B358B26FA}.Release|Any CPU.Build.0 = Release|Any CPU
{94E34A3A-D35D-4AEA-AA32-29E7BE41BB09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E34A3A-D35D-4AEA-AA32-29E7BE41BB09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E34A3A-D35D-4AEA-AA32-29E7BE41BB09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E34A3A-D35D-4AEA-AA32-29E7BE41BB09}.Release|Any CPU.Build.0 = Release|Any CPU
{96A9252A-6311-4D79-AED7-95B20BA3FAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A9252A-6311-4D79-AED7-95B20BA3FAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A9252A-6311-4D79-AED7-95B20BA3FAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A9252A-6311-4D79-AED7-95B20BA3FAA2}.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;packages\Unity.Interception.2.1.505.2\lib\NET35;packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35;packages\TransientFaultHandling.Core.5.1.1209.1\lib\NET4;packages\EnterpriseLibrary.WindowsAzure.TransientFaultHandling.5.1.1212.0\lib\NET4;packages\EnterpriseLibrary.WindowsAzure.TransientFaultHandling.5.1.1212.0\DesignTime
EndGlobalSection
EndGlobal