forked from DynamicTyped/MdxClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MdxClient.sln
45 lines (45 loc) · 2.29 KB
/
MdxClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdxClient", "MdxClient\MdxClient.csproj", "{41BC5AF2-C300-4D69-9BC9-27655522953A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MdxClient.Test", "MdxClient.Test\MdxClient.Test.csproj", "{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{100497D6-9C3B-4998-9834-46154A2755FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D343640D-322A-4969-8E5C-27707660C980}"
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}") = "Solution Items", "Solution Items", "{7E85EDA7-9A12-482B-9454-37A9C4AB3B75}"
ProjectSection(SolutionItems) = preProject
CodeAnalysisDictionary.xml = CodeAnalysisDictionary.xml
MdxClient.ruleset = MdxClient.ruleset
Build\MdxClient.settings.targets = Build\MdxClient.settings.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41BC5AF2-C300-4D69-9BC9-27655522953A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41BC5AF2-C300-4D69-9BC9-27655522953A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41BC5AF2-C300-4D69-9BC9-27655522953A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41BC5AF2-C300-4D69-9BC9-27655522953A}.Release|Any CPU.Build.0 = Release|Any CPU
{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BEAD0A8-84DF-4CD6-B793-A9F93DA53F3C} = {100497D6-9C3B-4998-9834-46154A2755FD}
EndGlobalSection
EndGlobal