Skip to content

Commit 246c4c1

Browse files
author
maps2002
committed
Release v1
1 parent a97ca60 commit 246c4c1

File tree

1,109 files changed

+228012
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,109 files changed

+228012
-71
lines changed

App.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

Create.CSP.GitHub.Reporting.csproj

Lines changed: 0 additions & 59 deletions
This file was deleted.

Create.CSP.GitHub.Reporting.sln

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.40629.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Create.CSP.GitHub.Reporting", "Create.CSP.GitHub.Reporting.csproj", "{303C2C06-1CA1-4E26-8850-3B20A28BC1E1}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Create.CSP.GitHub.Reporting.Job", "Job\Create.CSP.GitHub.Reporting.Job.csproj", "{303C2C06-1CA1-4E26-8850-3B20A28BC1E1}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Create.CSP.GitHub.Reporting.Portal", "Portal\Create.CSP.GitHub.Reporting.Portal.csproj", "{CC26D64A-BC79-4DF2-98DF-30BC58471F4A}"
9+
EndProject
10+
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Create.CSP.GitHub.Reporting.Database", "Database\Create.CSP.GitHub.Reporting.Database.sqlproj", "{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Create.CSP.GitHub.Reporting.Database.Model", "DatabaseModel\Create.CSP.GitHub.Reporting.Database.Model.csproj", "{9D48768D-460D-4842-9493-C1B2090D5423}"
13+
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PowerBIs", "PowerBIs", "{C06FEAB8-0B9A-452F-BF13-0E4A078FDC2B}"
715
EndProject
816
Global
917
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +23,20 @@ Global
1523
{303C2C06-1CA1-4E26-8850-3B20A28BC1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
1624
{303C2C06-1CA1-4E26-8850-3B20A28BC1E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
1725
{303C2C06-1CA1-4E26-8850-3B20A28BC1E1}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{CC26D64A-BC79-4DF2-98DF-30BC58471F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{CC26D64A-BC79-4DF2-98DF-30BC58471F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{CC26D64A-BC79-4DF2-98DF-30BC58471F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{CC26D64A-BC79-4DF2-98DF-30BC58471F4A}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
33+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Release|Any CPU.Build.0 = Release|Any CPU
35+
{08B49FA1-94FD-417C-BD08-DA14F4C02D0C}.Release|Any CPU.Deploy.0 = Release|Any CPU
36+
{9D48768D-460D-4842-9493-C1B2090D5423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{9D48768D-460D-4842-9493-C1B2090D5423}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{9D48768D-460D-4842-9493-C1B2090D5423}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{9D48768D-460D-4842-9493-C1B2090D5423}.Release|Any CPU.Build.0 = Release|Any CPU
1840
EndGlobalSection
1941
GlobalSection(SolutionProperties) = preSolution
2042
HideSolutionNode = FALSE
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<Name>Create.CSP.GitHub.Reporting.Database</Name>
8+
<SchemaVersion>2.0</SchemaVersion>
9+
<ProjectVersion>4.1</ProjectVersion>
10+
<ProjectGuid>{08b49fa1-94fd-417c-bd08-da14f4c02d0c}</ProjectGuid>
11+
<DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
12+
<OutputType>Database</OutputType>
13+
<RootPath>
14+
</RootPath>
15+
<RootNamespace>Create.CSP.GitHub.Reporting.Database</RootNamespace>
16+
<AssemblyName>Create.CSP.GitHub.Reporting.Database</AssemblyName>
17+
<ModelCollation>1033, CI</ModelCollation>
18+
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
19+
<DeployToDatabase>True</DeployToDatabase>
20+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
21+
<TargetLanguage>CS</TargetLanguage>
22+
<AppDesignerFolder>Properties</AppDesignerFolder>
23+
<SqlServerVerification>False</SqlServerVerification>
24+
<IncludeCompositeObjects>True</IncludeCompositeObjects>
25+
<TargetDatabaseSet>True</TargetDatabaseSet>
26+
<SccProjectName>SAK</SccProjectName>
27+
<SccProvider>SAK</SccProvider>
28+
<SccAuxPath>SAK</SccAuxPath>
29+
<SccLocalPath>SAK</SccLocalPath>
30+
<TargetDatabase>Create.CSP.Reporting</TargetDatabase>
31+
<DacApplicationName>Create.CSP.GitHub.Reporting.Database</DacApplicationName>
32+
<GenerateCreateScript>True</GenerateCreateScript>
33+
</PropertyGroup>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35+
<OutputPath>bin\Release\</OutputPath>
36+
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
37+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
38+
<DebugType>pdbonly</DebugType>
39+
<Optimize>true</Optimize>
40+
<DefineDebug>false</DefineDebug>
41+
<DefineTrace>true</DefineTrace>
42+
<ErrorReport>prompt</ErrorReport>
43+
<WarningLevel>4</WarningLevel>
44+
</PropertyGroup>
45+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46+
<OutputPath>bin\Debug\</OutputPath>
47+
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
48+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
49+
<DebugSymbols>true</DebugSymbols>
50+
<DebugType>full</DebugType>
51+
<Optimize>false</Optimize>
52+
<DefineDebug>true</DefineDebug>
53+
<DefineTrace>true</DefineTrace>
54+
<ErrorReport>prompt</ErrorReport>
55+
<WarningLevel>4</WarningLevel>
56+
<SqlTargetName>Create.CSP.GitHub.Reporting</SqlTargetName>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
60+
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
61+
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
62+
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
63+
</PropertyGroup>
64+
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
65+
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
66+
<ItemGroup>
67+
<Folder Include="Properties" />
68+
<Folder Include="dbo\" />
69+
<Folder Include="dbo\Tables\" />
70+
<Folder Include="dbo\Stored Procedures\" />
71+
<Folder Include="Scripts" />
72+
<Folder Include="Scripts\Post-Deployment" />
73+
<Folder Include="Scripts\Pre-Deployment" />
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Build Include="dbo\Tables\Subscriptions.sql" />
77+
<Build Include="dbo\Tables\SubscribedSKUs.sql" />
78+
<Build Include="dbo\Tables\Domains.sql" />
79+
<Build Include="dbo\Tables\Customers.sql" />
80+
<Build Include="dbo\Tables\CorrelationIds.sql" />
81+
<Build Include="dbo\Tables\ActivationReport.sql" />
82+
<Build Include="dbo\Tables\MarketingCampaignsCustomers.sql" />
83+
<Build Include="dbo\Tables\MarketingCampaigns.sql" />
84+
<Build Include="dbo\Tables\Subscriptions_History.sql" />
85+
<Build Include="dbo\Tables\SubscribedSKUs_History.sql" />
86+
<Build Include="dbo\Tables\Domains_History.sql" />
87+
<Build Include="dbo\Tables\Customers_History.sql" />
88+
<Build Include="dbo\Stored Procedures\sp_MSforeachtable.sql" />
89+
<Build Include="dbo\Stored Procedures\sp_MSforeach_worker.sql" />
90+
<Build Include="dbo\Stored Procedures\SetCorrelationIdToContext.sql" />
91+
<Build Include="dbo\Stored Procedures\GetCorrelationIdFromContext.sql" />
92+
<Build Include="dbo\Tables\Log.sql" />
93+
</ItemGroup>
94+
<ItemGroup>
95+
<None Include="Scripts\Deployment.sql" />
96+
</ItemGroup>
97+
</Project>

0 commit comments

Comments
 (0)