forked from NatVanG/PBI-Inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPBIXInspector.sln
79 lines (79 loc) · 4.69 KB
/
PBIXInspector.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PBIXInspectorCLI", "PBIXInspectorCLI\PBIXInspectorCLI.csproj", "{979A67A2-A68A-472D-B1CF-C28068844D85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PBIXInspectorLibrary", "PBIXInspectorLibrary\PBIXInspectorLibrary.csproj", "{E5113296-3D06-48BA-8113-0AAB4F790CAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D842426E-4F0A-42E7-8574-3D8C739651F1}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PBIXInspectorTests", "PBIXInspectorTests\PBIXInspectorTests.csproj", "{0ABE09AE-A1A2-4156-A341-C6A38127884C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DocsImages", "DocsImages", "{AD4E6E10-AD07-4A1E-B6D4-258C5BCF261F}"
ProjectSection(SolutionItems) = preProject
DocsImages\pbiinspector.png = DocsImages\pbiinspector.png
DocsImages\TooltipPageWithIncorrectAspectRatio.png = DocsImages\TooltipPageWithIncorrectAspectRatio.png
DocsImages\WinForm1.png = DocsImages\WinForm1.png
DocsImages\WireframeChartsWiderThanTall.png = DocsImages\WireframeChartsWiderThanTall.png
DocsImages\WireframeWithFailures.png = DocsImages\WireframeWithFailures.png
DocsImages\WireframeWithHiddenVisual.png = DocsImages\WireframeWithHiddenVisual.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PBIXInspectorWinLibrary", "PBIXInspectorWinLibrary\PBIXInspectorWinLibrary.csproj", "{C6CBC9A2-22D7-4CA6-BC1B-5F7DD629D17F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PBIXInspectorWinForm", "PBIXInspectorWinForm\PBIXInspectorWinForm.csproj", "{2EFEF6B8-E017-4D14-9F30-DCD093CB85CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DocsExamples", "DocsExamples", "{0DABAA35-C96D-4D84-96ED-C088A39D5CA0}"
ProjectSection(SolutionItems) = preProject
DocsExamples\Example-rules.json = DocsExamples\Example-rules.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Rules", "Rules", "{BB86A63C-BBD5-48DA-9481-343165781823}"
ProjectSection(SolutionItems) = preProject
Rules\Base-rules.json = Rules\Base-rules.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{979A67A2-A68A-472D-B1CF-C28068844D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{979A67A2-A68A-472D-B1CF-C28068844D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{979A67A2-A68A-472D-B1CF-C28068844D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{979A67A2-A68A-472D-B1CF-C28068844D85}.Release|Any CPU.Build.0 = Release|Any CPU
{E5113296-3D06-48BA-8113-0AAB4F790CAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5113296-3D06-48BA-8113-0AAB4F790CAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5113296-3D06-48BA-8113-0AAB4F790CAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5113296-3D06-48BA-8113-0AAB4F790CAB}.Release|Any CPU.Build.0 = Release|Any CPU
{0ABE09AE-A1A2-4156-A341-C6A38127884C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABE09AE-A1A2-4156-A341-C6A38127884C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABE09AE-A1A2-4156-A341-C6A38127884C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6CBC9A2-22D7-4CA6-BC1B-5F7DD629D17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6CBC9A2-22D7-4CA6-BC1B-5F7DD629D17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6CBC9A2-22D7-4CA6-BC1B-5F7DD629D17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6CBC9A2-22D7-4CA6-BC1B-5F7DD629D17F}.Release|Any CPU.Build.0 = Release|Any CPU
{2EFEF6B8-E017-4D14-9F30-DCD093CB85CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EFEF6B8-E017-4D14-9F30-DCD093CB85CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EFEF6B8-E017-4D14-9F30-DCD093CB85CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EFEF6B8-E017-4D14-9F30-DCD093CB85CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD4E6E10-AD07-4A1E-B6D4-258C5BCF261F} = {D842426E-4F0A-42E7-8574-3D8C739651F1}
{0DABAA35-C96D-4D84-96ED-C088A39D5CA0} = {D842426E-4F0A-42E7-8574-3D8C739651F1}
{BB86A63C-BBD5-48DA-9481-343165781823} = {D842426E-4F0A-42E7-8574-3D8C739651F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {937CBF58-BBEF-4642-AAD3-5156B6BF45CE}
EndGlobalSection
EndGlobal