Skip to content

Commit 68639fb

Browse files
committed
Updated the project structure
1 parent cef7650 commit 68639fb

29 files changed

+12682
-14000
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RootPath":"C:\\Users\\tony.duguid\\Source\\Repos\\Reporting-Services-examples\\Miscellaneous","ProjectFileName":"Miscellaneous.vbproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"My Project\\AssemblyInfo.vb"},{"SourceFile":"My Project\\Application.Designer.vb"},{"SourceFile":"My Project\\Resources.Designer.vb"},{"SourceFile":"My Project\\Settings.Designer.vb"},{"SourceFile":"Scripts\\CandyStripe.vb"},{"SourceFile":"Scripts\\HeatMapColor.vb"},{"SourceFile":"Scripts\\HeatMapColorGradate.vb"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.5.2.AssemblyAttributes.vb"}],"References":[{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Data.DataSetExtensions\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_64\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Deployment\\v4.0_4.0.0.0__b03f5f7f11d50a3a\\System.Deployment.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Net.Http\\v4.0_4.0.0.0__b03f5f7f11d50a3a\\System.Net.Http.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml.Linq\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\tony.duguid\\Source\\Repos\\Reporting-Services-examples\\Miscellaneous\\bin\\Debug\\Scripts.exe","OutputItemRelativePath":"Scripts.exe"},{"OutputItemFullPath":"C:\\Users\\tony.duguid\\Source\\Repos\\Reporting-Services-examples\\Miscellaneous\\bin\\Debug\\Scripts.pdb","OutputItemRelativePath":"Scripts.pdb"}],"CopyToOutputEntries":[]}

Miscellaneous/App.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
55
</startup>
6-
</configuration>
6+
</configuration>

Miscellaneous/Miscellaneous.vbproj

+19-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Scripts</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<MyType>Console</MyType>
14-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1616
<PublishUrl>publish\</PublishUrl>
1717
<Install>true</Install>
@@ -28,6 +28,7 @@
2828
<IsWebBootstrapper>false</IsWebBootstrapper>
2929
<UseApplicationTrust>false</UseApplicationTrust>
3030
<BootstrapperEnabled>true</BootstrapperEnabled>
31+
<TargetFrameworkProfile />
3132
</PropertyGroup>
3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3334
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -87,6 +88,7 @@
8788
<Compile Include="My Project\Application.Designer.vb">
8889
<AutoGen>True</AutoGen>
8990
<DependentUpon>Application.myapp</DependentUpon>
91+
<DesignTime>True</DesignTime>
9092
</Compile>
9193
<Compile Include="My Project\Resources.Designer.vb">
9294
<AutoGen>True</AutoGen>
@@ -99,6 +101,8 @@
99101
<DesignTimeSharedInput>True</DesignTimeSharedInput>
100102
</Compile>
101103
<Compile Include="Scripts\CandyStripe.vb" />
104+
<Compile Include="Scripts\CopyNodes.vb" />
105+
<Compile Include="Scripts\GetParameterandValues.vb" />
102106
<Compile Include="Scripts\HeatMapColor.vb" />
103107
<Compile Include="Scripts\HeatMapColorGradate.vb" />
104108
</ItemGroup>
@@ -124,9 +128,22 @@
124128
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
125129
</None>
126130
<None Include="App.config" />
131+
<None Include="Scripts\Apply_Header_Footer.rss" />
132+
<None Include="Scripts\Backup_Reports.rss" />
133+
<None Include="Scripts\Calendar Ageing.dax" />
134+
<None Include="Scripts\Calendar FY.M" />
135+
<None Include="Scripts\Calendar Timeframe.dax" />
136+
<None Include="Scripts\Calendar.M" />
137+
<None Include="Scripts\Deploy_Reports.rss" />
138+
<None Include="Scripts\SSRS_Branding.xlsm" />
127139
</ItemGroup>
128140
<ItemGroup>
129-
<Content Include="Scripts\UpdateSubscriptionOwner.sql" />
141+
<Content Include="Scripts\Reports_with_linked_reports.sql" />
142+
<Content Include="Scripts\Reports_with_subreports.sql" />
143+
<Content Include="Scripts\Report_Datasets.sql" />
144+
<Content Include="Scripts\Report_Snapshots.sql" />
145+
<Content Include="Scripts\Source_control_current_version_reports.sql" />
146+
<Content Include="Scripts\Update_Subscription_Owner.sql" />
130147
</ItemGroup>
131148
<ItemGroup>
132149
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">

Miscellaneous/My Project/Resources.Designer.vb

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Miscellaneous/My Project/Settings.Designer.vb

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)