Skip to content

Commit e234bde

Browse files
authored
Add files via upload
1 parent 9a9fe39 commit e234bde

40 files changed

+27818
-0
lines changed

Miscellaneous/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
5+
</startup>
6+
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.

Miscellaneous/Miscellaneous.vbproj

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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+
<ProjectGuid>{881F7039-10CA-4670-8557-D727892688FB}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<StartupObject>Scripts.Module1</StartupObject>
10+
<RootNamespace>Scripts</RootNamespace>
11+
<AssemblyName>Scripts</AssemblyName>
12+
<FileAlignment>512</FileAlignment>
13+
<MyType>Console</MyType>
14+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16+
<PublishUrl>publish\</PublishUrl>
17+
<Install>true</Install>
18+
<InstallFrom>Disk</InstallFrom>
19+
<UpdateEnabled>false</UpdateEnabled>
20+
<UpdateMode>Foreground</UpdateMode>
21+
<UpdateInterval>7</UpdateInterval>
22+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
23+
<UpdatePeriodically>false</UpdatePeriodically>
24+
<UpdateRequired>false</UpdateRequired>
25+
<MapFileExtensions>true</MapFileExtensions>
26+
<ApplicationRevision>0</ApplicationRevision>
27+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28+
<IsWebBootstrapper>false</IsWebBootstrapper>
29+
<UseApplicationTrust>false</UseApplicationTrust>
30+
<BootstrapperEnabled>true</BootstrapperEnabled>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33+
<PlatformTarget>AnyCPU</PlatformTarget>
34+
<DebugSymbols>true</DebugSymbols>
35+
<DebugType>full</DebugType>
36+
<DefineDebug>true</DefineDebug>
37+
<DefineTrace>true</DefineTrace>
38+
<OutputPath>bin\Debug\</OutputPath>
39+
<DocumentationFile>Scripts.xml</DocumentationFile>
40+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
41+
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43+
<PlatformTarget>AnyCPU</PlatformTarget>
44+
<DebugType>pdbonly</DebugType>
45+
<DefineDebug>false</DefineDebug>
46+
<DefineTrace>true</DefineTrace>
47+
<Optimize>true</Optimize>
48+
<OutputPath>bin\Release\</OutputPath>
49+
<DocumentationFile>Scripts.xml</DocumentationFile>
50+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
51+
</PropertyGroup>
52+
<PropertyGroup>
53+
<OptionExplicit>On</OptionExplicit>
54+
</PropertyGroup>
55+
<PropertyGroup>
56+
<OptionCompare>Binary</OptionCompare>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<OptionStrict>Off</OptionStrict>
60+
</PropertyGroup>
61+
<PropertyGroup>
62+
<OptionInfer>On</OptionInfer>
63+
</PropertyGroup>
64+
<ItemGroup>
65+
<Reference Include="System" />
66+
<Reference Include="System.Data" />
67+
<Reference Include="System.Deployment" />
68+
<Reference Include="System.Xml" />
69+
<Reference Include="System.Core" />
70+
<Reference Include="System.Xml.Linq" />
71+
<Reference Include="System.Data.DataSetExtensions" />
72+
<Reference Include="System.Net.Http" />
73+
</ItemGroup>
74+
<ItemGroup>
75+
<Import Include="Microsoft.VisualBasic" />
76+
<Import Include="System" />
77+
<Import Include="System.Collections" />
78+
<Import Include="System.Collections.Generic" />
79+
<Import Include="System.Data" />
80+
<Import Include="System.Diagnostics" />
81+
<Import Include="System.Linq" />
82+
<Import Include="System.Xml.Linq" />
83+
<Import Include="System.Threading.Tasks" />
84+
</ItemGroup>
85+
<ItemGroup>
86+
<Compile Include="My Project\AssemblyInfo.vb" />
87+
<Compile Include="My Project\Application.Designer.vb">
88+
<AutoGen>True</AutoGen>
89+
<DependentUpon>Application.myapp</DependentUpon>
90+
</Compile>
91+
<Compile Include="My Project\Resources.Designer.vb">
92+
<AutoGen>True</AutoGen>
93+
<DesignTime>True</DesignTime>
94+
<DependentUpon>Resources.resx</DependentUpon>
95+
</Compile>
96+
<Compile Include="My Project\Settings.Designer.vb">
97+
<AutoGen>True</AutoGen>
98+
<DependentUpon>Settings.settings</DependentUpon>
99+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
100+
</Compile>
101+
<Compile Include="Scripts\CandyStripe.vb" />
102+
<Compile Include="Scripts\HeatMapColor.vb" />
103+
<Compile Include="Scripts\HeatMapColorGradate.vb" />
104+
</ItemGroup>
105+
<ItemGroup>
106+
<EmbeddedResource Include="My Project\Resources.resx">
107+
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
108+
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
109+
<CustomToolNamespace>My.Resources</CustomToolNamespace>
110+
<SubType>Designer</SubType>
111+
</EmbeddedResource>
112+
</ItemGroup>
113+
<ItemGroup>
114+
<None Include="Documentation\Report Requirements.docx" />
115+
<None Include="Documentation\Report Style Guide.docx" />
116+
<None Include="Documentation\Report Unit Testing Checklist.docx" />
117+
<None Include="My Project\Application.myapp">
118+
<Generator>MyApplicationCodeGenerator</Generator>
119+
<LastGenOutput>Application.Designer.vb</LastGenOutput>
120+
</None>
121+
<None Include="My Project\Settings.settings">
122+
<Generator>SettingsSingleFileGenerator</Generator>
123+
<CustomToolNamespace>My</CustomToolNamespace>
124+
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
125+
</None>
126+
<None Include="App.config" />
127+
</ItemGroup>
128+
<ItemGroup>
129+
<Content Include="Scripts\UpdateSubscriptionOwner.sql" />
130+
</ItemGroup>
131+
<ItemGroup>
132+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
133+
<Visible>False</Visible>
134+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
135+
<Install>true</Install>
136+
</BootstrapperPackage>
137+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
138+
<Visible>False</Visible>
139+
<ProductName>.NET Framework 3.5 SP1</ProductName>
140+
<Install>false</Install>
141+
</BootstrapperPackage>
142+
</ItemGroup>
143+
<ItemGroup />
144+
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
145+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146+
Other similar extension points exist, see Microsoft.Common.targets.
147+
<Target Name="BeforeBuild">
148+
</Target>
149+
<Target Name="AfterBuild">
150+
</Target>
151+
-->
152+
</Project>

Miscellaneous/My Project/Application.Designer.vb

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<MySubMain>false</MySubMain>
4+
<SingleInstance>false</SingleInstance>
5+
<ShutdownMode>0</ShutdownMode>
6+
<EnableVisualStyles>true</EnableVisualStyles>
7+
<AuthenticationMode>0</AuthenticationMode>
8+
<ApplicationType>2</ApplicationType>
9+
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
10+
</MyApplicationData>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Imports System
2+
Imports System.Reflection
3+
Imports System.Runtime.InteropServices
4+
5+
' General Information about an assembly is controlled through the following
6+
' set of attributes. Change these attribute values to modify the information
7+
' associated with an assembly.
8+
9+
' Review the values of the assembly attributes
10+
11+
<Assembly: AssemblyTitle("Scripts")>
12+
<Assembly: AssemblyDescription("")>
13+
<Assembly: AssemblyCompany("")>
14+
<Assembly: AssemblyProduct("Scripts")>
15+
<Assembly: AssemblyCopyright("")>
16+
<Assembly: AssemblyTrademark("")>
17+
18+
<Assembly: ComVisible(False)>
19+
20+
'The following GUID is for the ID of the typelib if this project is exposed to COM
21+
<Assembly: Guid("eb7794e3-6f89-42bf-9be0-1bd093b3455a")>
22+
23+
' Version information for an assembly consists of the following four values:
24+
'
25+
' Major Version
26+
' Minor Version
27+
' Build Number
28+
' Revision
29+
'
30+
' You can specify all the values or you can default the Build and Revision Numbers
31+
' by using the '*' as shown below:
32+
' <Assembly: AssemblyVersion("1.0.*")>
33+
34+
<Assembly: AssemblyVersion("1.0.0.0")>
35+
<Assembly: AssemblyFileVersion("1.0.0.0")>

Miscellaneous/My Project/Resources.Designer.vb

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)