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.
578 KB
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.
1.5 KB
Binary file not shown.

DroneDAL/obj/Release/DroneDAL.csproj.CopyComplete

Whitespace-only changes.

0 commit comments

Comments
 (0)