forked from timabell/ssrs-powershell-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssrs-powershell-deploy.sln
42 lines (42 loc) · 2.31 KB
/
ssrs-powershell-deploy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "ssrs-powershell-deploy", "ssrs-powershell-deploy\ssrs-powershell-deploy.pssproj", "{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{761E3B09-5200-403C-A893-AE2292154B5F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Example-Reports\example-db.sql = Example-Reports\example-db.sql
README.md = README.md
EndProjectSection
EndProject
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "Example-Reports", "Example-Reports\Example-Reports.rptproj", "{80BB4912-31C6-4D99-B273-E4B0F54E81AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugLocal|Any CPU = DebugLocal|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|Any CPU.ActiveCfg = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.DebugLocal|Any CPU.Build.0 = Debug|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CAFC0C6-A428-4D30-A9F9-700E829FEA51}.Release|Any CPU.Build.0 = Release|Any CPU
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Debug|Any CPU.ActiveCfg = Debug
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Debug|Any CPU.Build.0 = Debug
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Debug|Any CPU.Deploy.0 = Debug
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.DebugLocal|Any CPU.ActiveCfg = DebugLocal
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.DebugLocal|Any CPU.Build.0 = DebugLocal
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Release|Any CPU.ActiveCfg = Release
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Release|Any CPU.Build.0 = Release
{80BB4912-31C6-4D99-B273-E4B0F54E81AB}.Release|Any CPU.Deploy.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal