forked from Jupre/set-locale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
set-locale.sln
46 lines (46 loc) · 2.43 KB
/
set-locale.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client", "client", "{5594EBF0-5EA5-45F2-8DD8-1CEC256C1EE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetLocale.Client.Web", "src\client\SetLocale.Client.Web\SetLocale.Client.Web.csproj", "{34B4CCFD-27B1-4638-B49A-7EBE78252E83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C2A93EC7-EF30-4292-8384-43F74E68626A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{444EE809-1F51-4311-9CA9-4E5C11F769B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetLocale.Client.Web.Test", "src\test\SetLocale.Client.Web.Test\SetLocale.Client.Web.Test.csproj", "{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34B4CCFD-27B1-4638-B49A-7EBE78252E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B4CCFD-27B1-4638-B49A-7EBE78252E83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B4CCFD-27B1-4638-B49A-7EBE78252E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B4CCFD-27B1-4638-B49A-7EBE78252E83}.Release|Any CPU.Build.0 = Release|Any CPU
{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34B4CCFD-27B1-4638-B49A-7EBE78252E83} = {5594EBF0-5EA5-45F2-8DD8-1CEC256C1EE2}
{CD000AC8-91A4-4D4D-A851-557CDE2ACBFE} = {444EE809-1F51-4311-9CA9-4E5C11F769B5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal