Skip to content

Commit dd18216

Browse files
committed
Added PowerShell scripts and guidance for Veteran students
1 parent 860a03f commit dd18216

File tree

245 files changed

+58703
-0
lines changed

Some content is hidden

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

245 files changed

+58703
-0
lines changed

.vs/slnx.sqlite

10 MB
Binary file not shown.

DroneDAL/bin/Release/DroneDAL.dll

17.5 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6+
</configSections>
7+
<entityFramework>
8+
<providers>
9+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
10+
</providers>
11+
</entityFramework>
12+
<connectionStrings>
13+
<!-- //TODO : Update the connectionStrings element, Enter a connectionString value to connect to your LON-SVR1\SQLEXPRESS instance securely-->
14+
<add name="DroneDALConnection" connectionString="data source=(LocalDb)\MSSQLLocalDB;initial catalog=DroneDb;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
15+
</connectionStrings>
16+
</configuration>

DroneDAL/bin/Release/DroneDAL.pdb

73.5 KB
Binary file not shown.
Binary file not shown.

DroneDAL/bin/Release/EntityFramework.SqlServer.xml

Lines changed: 2156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.76 MB
Binary file not shown.

DroneDAL/bin/Release/EntityFramework.xml

Lines changed: 54121 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

DroneDAL/obj/Release/DroneDAL.csproj.CopyComplete

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5272e9db3a225e8e110d42c77419fdcd34dd8c0c
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\DroneDAL.dll.config
2+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\DroneDAL.dll
3+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\DroneDAL.pdb
4+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\EntityFramework.dll
5+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\EntityFramework.SqlServer.dll
6+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\EntityFramework.xml
7+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\bin\Release\EntityFramework.SqlServer.xml
8+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\obj\Release\DroneDAL.csproj.AssemblyReference.cache
9+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\obj\Release\DroneDAL.csproj.CoreCompileInputs.cache
10+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\obj\Release\DroneDAL.csproj.CopyComplete
11+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\obj\Release\DroneDAL.dll
12+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneDAL\obj\Release\DroneDAL.pdb

DroneDAL/obj/Release/DroneDAL.dll

17.5 KB
Binary file not shown.

DroneDAL/obj/Release/DroneDAL.pdb

73.5 KB
Binary file not shown.

DroneInventoryGUI/DroneInventoryGUI.csproj.user

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<ProjectView>ShowAllFiles</ProjectView>
5+
<PublishUrlHistory>publish\</PublishUrlHistory>
6+
<InstallUrlHistory />
7+
<SupportUrlHistory />
8+
<UpdateUrlHistory />
9+
<BootstrapperUrlHistory />
10+
<ErrorReportUrlHistory />
11+
<FallbackCulture>en-US</FallbackCulture>
12+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
513
</PropertyGroup>
614
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

DroneWebApplication/DroneWebApplication.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
</ItemGroup>
9090
<ItemGroup>
9191
<None Include="packages.config" />
92+
<None Include="Properties\PublishProfiles\Pharmakinematics - Web Deploy.pubxml" />
93+
<None Include="Properties\PublishProfiles\web0qgybffun4pmis - Web Deploy.pubxml" />
9294
<None Include="Web.Debug.config">
9395
<DependentUpon>Web.config</DependentUpon>
9496
</None>

DroneWebApplication/DroneWebApplication.csproj.user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<UseGlobalApplicationHostFile />
1111
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
1212
<ProjectView>ShowAllFiles</ProjectView>
13+
<NameOfLastUsedPublishProfile>C:\Users\david\Desktop\JVCSoCal_Vet\Programming\src\DroneWebApplication\Properties\PublishProfiles\web0qgybffun4pmis - Web Deploy.pubxml</NameOfLastUsedPublishProfile>
1314
</PropertyGroup>
1415
<ProjectExtensions>
1516
<VisualStudio>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>MSDeploy</WebPublishMethod>
9+
<ResourceId>/subscriptions/937fd956-9ac7-4575-bafc-f8a58b330111/resourcegroups/LAVTTA/providers/Microsoft.Web/sites/Pharmakinematics</ResourceId>
10+
<ResourceGroup>LAVTTA</ResourceGroup>
11+
<PublishProvider>AzureWebSite</PublishProvider>
12+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
13+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
14+
<SiteUrlToLaunchAfterPublish>https://pharmakinematics.azurewebsites.net</SiteUrlToLaunchAfterPublish>
15+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
16+
<ExcludeApp_Data>False</ExcludeApp_Data>
17+
<MSDeployServiceURL>pharmakinematics.scm.azurewebsites.net:443</MSDeployServiceURL>
18+
<DeployIisAppPath>Pharmakinematics</DeployIisAppPath>
19+
<RemoteSitePhysicalPath />
20+
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
21+
<InstallAspNetCoreSiteExtension>False</InstallAspNetCoreSiteExtension>
22+
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
23+
<EnableMSDeployBackup>True</EnableMSDeployBackup>
24+
<UserName>$Pharmakinematics</UserName>
25+
<_SavePWD>True</_SavePWD>
26+
<_DestinationType>AzureWebSite</_DestinationType>
27+
</PropertyGroup>
28+
</Project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<TimeStampOfAssociatedLegacyPublishXmlFile />
9+
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAYS6gRnEPj02YhvGVJcVaywAAAAACAAAAAAAQZgAAAAEAACAAAADVw5o38MsFyZ6H2T05Nqt7nK9h5J19CK/zeK6Q+OC5/gAAAAAOgAAAAAIAACAAAABNmNwm9/p8Vlz1Yrzf9ia6nY4IRmmh1DNsFecIX2uBnYAAAADaza9i0I4ycRq+D33PYZKlOdwSs87Uf8H/UhUsxwSGwfKdzhlFhxR6elMpa3udcID28OPGTNOMxiWtVfE3F1WzYv4wKUc7o9KGDsG6OIC85CWvkCNrrNZlkeDskXVRTDPGUvP1RTk2ZlF/01E0cz3ZNtgFi2lo0FuakMqegPp6h0AAAABQvOP8SiB1aNl+qbmhnk/M5UJd+G8KLNQ5ZhaD1/fWS7eKLVI8HawrST+6aNwBW+VYzFD+3ouy0NLrsf6rtTkD</EncryptedPassword>
10+
<History>True|2021-12-09T01:07:32.3749694Z;</History>
11+
</PropertyGroup>
12+
</Project>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>MSDeploy</WebPublishMethod>
9+
<ResourceId>/subscriptions/937fd956-9ac7-4575-bafc-f8a58b330111/resourceGroups/Pharmakinematics-Application-rg/providers/Microsoft.Web/sites/web0qgybffun4pmis</ResourceId>
10+
<ResourceGroup>Pharmakinematics-Application-rg</ResourceGroup>
11+
<PublishProvider>AzureWebSite</PublishProvider>
12+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
13+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
14+
<SiteUrlToLaunchAfterPublish>http://web0qgybffun4pmis.azurewebsites.net</SiteUrlToLaunchAfterPublish>
15+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
16+
<ExcludeApp_Data>False</ExcludeApp_Data>
17+
<MSDeployServiceURL>web0qgybffun4pmis.scm.azurewebsites.net:443</MSDeployServiceURL>
18+
<DeployIisAppPath>web0qgybffun4pmis</DeployIisAppPath>
19+
<RemoteSitePhysicalPath />
20+
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
21+
<InstallAspNetCoreSiteExtension>False</InstallAspNetCoreSiteExtension>
22+
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
23+
<EnableMSDeployBackup>True</EnableMSDeployBackup>
24+
<UserName>$web0qgybffun4pmis</UserName>
25+
<_SavePWD>True</_SavePWD>
26+
<_DestinationType>AzureWebSite</_DestinationType>
27+
</PropertyGroup>
28+
</Project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<TimeStampOfAssociatedLegacyPublishXmlFile />
9+
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAYS6gRnEPj02YhvGVJcVaywAAAAACAAAAAAAQZgAAAAEAACAAAACRQPOzQLzDlVSD5+O830xHU+ULpko4DMQQlMCuH0gggwAAAAAOgAAAAAIAACAAAABLtt5XElX4bK/jC5MvFHYchTscuQ5PkGC7BTNVIHmevIAAAAD+4jiDXnMueKMfgO3daDQ3RiWkhFo4RRs1MdBzsjk3cfd1b5H1LYGtLBdXjDMNN0j36EJtOKVZJgYaLD2V0WlUROuRfF5BqOZMRyXVOCcttBoCl2+6FHtjwImkiSIVFjD1Vu3QnCo8kQy7moK+tp53EBTC7XAo/AdhvlnOKtlSP0AAAAA66rHKPkQWcFhUO/MkxyZyXqDNOLW+Qw88p/zJ3S8MGlDuAioxZoyGZKE7fCxmfJ8sliIIFMJAUzWJHXw9GREd</EncryptedPassword>
10+
<History>True|2021-12-29T22:37:01.7396554Z;</History>
11+
</PropertyGroup>
12+
</Project>
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
"resourceGroupName": {
6+
"type": "string",
7+
"defaultValue": "LAVTTA",
8+
"metadata": {
9+
"_parameterType": "resourceGroup",
10+
"description": "Name of the resource group for the resource. It is recommended to put resources under same resource group for better tracking."
11+
}
12+
},
13+
"resourceGroupLocation": {
14+
"type": "string",
15+
"defaultValue": "eastus",
16+
"metadata": {
17+
"_parameterType": "location",
18+
"description": "Location of the resource group. Resource groups could have different location than resources."
19+
}
20+
},
21+
"resourceLocation": {
22+
"type": "string",
23+
"defaultValue": "[parameters('resourceGroupLocation')]",
24+
"metadata": {
25+
"_parameterType": "location",
26+
"description": "Location of the resource. By default use resource group's location, unless the resource provider is not supported there."
27+
}
28+
}
29+
},
30+
"resources": [
31+
{
32+
"type": "Microsoft.Resources/resourceGroups",
33+
"name": "[parameters('resourceGroupName')]",
34+
"location": "[parameters('resourceGroupLocation')]",
35+
"apiVersion": "2019-10-01"
36+
},
37+
{
38+
"type": "Microsoft.Resources/deployments",
39+
"name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat('DroneDb', subscription().subscriptionId)))]",
40+
"resourceGroup": "[parameters('resourceGroupName')]",
41+
"apiVersion": "2019-10-01",
42+
"dependsOn": [
43+
"[parameters('resourceGroupName')]"
44+
],
45+
"properties": {
46+
"mode": "Incremental",
47+
"template": {
48+
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
49+
"contentVersion": "1.0.0.0",
50+
"resources": [
51+
{
52+
"kind": "v12.0",
53+
"location": "[parameters('resourceLocation')]",
54+
"name": "dronewebapplicationdbserver",
55+
"type": "Microsoft.Sql/servers",
56+
"apiVersion": "2017-10-01-preview"
57+
},
58+
{
59+
"sku": {
60+
"name": "Standard",
61+
"tier": "Standard",
62+
"capacity": 10
63+
},
64+
"kind": "v12.0,user",
65+
"location": "[parameters('resourceLocation')]",
66+
"name": "dronewebapplicationdbserver/DroneDb",
67+
"type": "Microsoft.Sql/servers/databases",
68+
"apiVersion": "2017-10-01-preview",
69+
"dependsOn": [
70+
"dronewebapplicationdbserver"
71+
]
72+
}
73+
]
74+
}
75+
}
76+
}
77+
],
78+
"metadata": {
79+
"_dependencyType": "mssql.azure"
80+
}
81+
}
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
3+
"contentVersion": "1.0.0.0",
4+
"metadata": {
5+
"_dependencyType": "appService.windows"
6+
},
7+
"parameters": {
8+
"resourceGroupName": {
9+
"type": "string",
10+
"defaultValue": "LAVTTA",
11+
"metadata": {
12+
"description": "Name of the resource group for the resource. It is recommended to put resources under same resource group for better tracking."
13+
}
14+
},
15+
"resourceGroupLocation": {
16+
"type": "string",
17+
"defaultValue": "eastus",
18+
"metadata": {
19+
"description": "Location of the resource group. Resource groups could have different location than resources, however by default we use API versions from latest hybrid profile which support all locations for resource types we support."
20+
}
21+
},
22+
"resourceName": {
23+
"type": "string",
24+
"defaultValue": "Pharmakinematics",
25+
"metadata": {
26+
"description": "Name of the main resource to be created by this template."
27+
}
28+
},
29+
"resourceLocation": {
30+
"type": "string",
31+
"defaultValue": "[parameters('resourceGroupLocation')]",
32+
"metadata": {
33+
"description": "Location of the resource. By default use resource group's location, unless the resource provider is not supported there."
34+
}
35+
}
36+
},
37+
"variables": {
38+
"appServicePlan_name": "[concat('Plan', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]",
39+
"appServicePlan_ResourceId": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('resourceGroupName'), '/providers/Microsoft.Web/serverFarms/', variables('appServicePlan_name'))]"
40+
},
41+
"resources": [
42+
{
43+
"type": "Microsoft.Resources/resourceGroups",
44+
"name": "[parameters('resourceGroupName')]",
45+
"location": "[parameters('resourceGroupLocation')]",
46+
"apiVersion": "2019-10-01"
47+
},
48+
{
49+
"type": "Microsoft.Resources/deployments",
50+
"name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]",
51+
"resourceGroup": "[parameters('resourceGroupName')]",
52+
"apiVersion": "2019-10-01",
53+
"dependsOn": [
54+
"[parameters('resourceGroupName')]"
55+
],
56+
"properties": {
57+
"mode": "Incremental",
58+
"template": {
59+
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
60+
"contentVersion": "1.0.0.0",
61+
"resources": [
62+
{
63+
"location": "[parameters('resourceLocation')]",
64+
"name": "[parameters('resourceName')]",
65+
"type": "Microsoft.Web/sites",
66+
"apiVersion": "2015-08-01",
67+
"tags": {
68+
"[concat('hidden-related:', variables('appServicePlan_ResourceId'))]": "empty"
69+
},
70+
"dependsOn": [
71+
"[variables('appServicePlan_ResourceId')]"
72+
],
73+
"kind": "app",
74+
"properties": {
75+
"name": "[parameters('resourceName')]",
76+
"kind": "app",
77+
"httpsOnly": true,
78+
"reserved": false,
79+
"serverFarmId": "[variables('appServicePlan_ResourceId')]",
80+
"siteConfig": {
81+
"metadata": [
82+
{
83+
"name": "CURRENT_STACK",
84+
"value": "dotnetcore"
85+
}
86+
]
87+
}
88+
},
89+
"identity": {
90+
"type": "SystemAssigned"
91+
}
92+
},
93+
{
94+
"location": "[parameters('resourceLocation')]",
95+
"name": "[variables('appServicePlan_name')]",
96+
"type": "Microsoft.Web/serverFarms",
97+
"apiVersion": "2015-08-01",
98+
"sku": {
99+
"name": "S1",
100+
"tier": "Standard",
101+
"family": "S",
102+
"size": "S1"
103+
},
104+
"properties": {
105+
"name": "[variables('appServicePlan_name')]"
106+
}
107+
}
108+
]
109+
}
110+
}
111+
}
112+
]
113+
}

0 commit comments

Comments
 (0)