forked from DaxEditor/DaxEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDaxEditor.sln
44 lines (44 loc) · 2.33 KB
/
DaxEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9326DAC9-8A66-4914-81C6-4D7A69B7C617}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaxEditor", "DaxEditor\DaxEditor.csproj", "{05A67D31-2607-49E3-825A-9F720A105D7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaxEditor.Tests", "DaxEditor.Tests\DaxEditor.Tests.csproj", "{57475029-350C-4E9E-AB8C-6240DEE121F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaxEditor.IntegrationTests", "DaxEditor.IntegrationTests\DaxEditor.IntegrationTests.csproj", "{6E4406D6-F9A7-4260-8BA1-71EEBE971A3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05A67D31-2607-49E3-825A-9F720A105D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A67D31-2607-49E3-825A-9F720A105D7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A67D31-2607-49E3-825A-9F720A105D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A67D31-2607-49E3-825A-9F720A105D7D}.Release|Any CPU.Build.0 = Release|Any CPU
{57475029-350C-4E9E-AB8C-6240DEE121F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57475029-350C-4E9E-AB8C-6240DEE121F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57475029-350C-4E9E-AB8C-6240DEE121F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57475029-350C-4E9E-AB8C-6240DEE121F7}.Release|Any CPU.Build.0 = Release|Any CPU
{6E4406D6-F9A7-4260-8BA1-71EEBE971A3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E4406D6-F9A7-4260-8BA1-71EEBE971A3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E4406D6-F9A7-4260-8BA1-71EEBE971A3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E4406D6-F9A7-4260-8BA1-71EEBE971A3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DaxEditor.vsmdi
EndGlobalSection
EndGlobal