Skip to content

Commit 83a3f96

Browse files
committed
Commiting DroneDal files to remote
2 parents 9d0461c + c795886 commit 83a3f96

33 files changed

+99
-11
lines changed

DroneDAL/.vs/DroneDAL/v16/.suo

-5 KB
Binary file not shown.

DroneDAL/DroneDAL.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
<None Include="App.config" />
7171
<None Include="packages.config" />
7272
</ItemGroup>
73-
<ItemGroup />
73+
<ItemGroup>
74+
<Content Include="obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" />
75+
</ItemGroup>
7476
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7577
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
7678
<PropertyGroup>

DroneDAL/DroneDAL.csproj.user

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+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ProjectView>ShowAllFiles</ProjectView>
5+
</PropertyGroup>
6+
</Project>
Binary file not shown.

DroneDAL/obj/Debug/DroneDAL.csproj.FileListAbsolute.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\b
55
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\bin\Debug\EntityFramework.SqlServer.dll
66
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\bin\Debug\EntityFramework.xml
77
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\bin\Debug\EntityFramework.SqlServer.xml
8-
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\obj\Debug\DroneDAL.csprojAssemblyReference.cache
98
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\obj\Debug\DroneDAL.csproj.CoreCompileInputs.cache
109
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\obj\Debug\DroneDAL.csproj.CopyComplete
1110
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneDAL\obj\Debug\DroneDAL.dll
Binary file not shown.
3.5 KB
Binary file not shown.
1 KB
Binary file not shown.

DroneFactoyAPI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Program
1212
{
1313
static void Main(string[] args)
1414
{
15-
//WriteLine("***** Current Drone Inventory *****\n");
15+
//WriteLine("***** Drone Inventory DesktopApp *****\n");
1616
//PrintAllInventory();
1717
//ReadLine();
1818
}
4 KB
Binary file not shown.

DroneTestDrive/DroneTestDrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<None Include="packages.config" />
6262
</ItemGroup>
6363
<ItemGroup>
64-
<ProjectReference Include="..\JVSSoCalTalentProgram\DroneDAL\DroneDAL.csproj">
64+
<ProjectReference Include="..\DroneDAL\DroneDAL.csproj">
6565
<Project>{b82ade5b-b93b-4946-b154-84c5e95bbed0}</Project>
6666
<Name>DroneDAL</Name>
6767
</ProjectReference>

DroneTestDrive/DroneTestDrive.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.30523.141
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneTestDrive", "DroneTestDrive.csproj", "{C3C9F749-2F9F-4E75-9957-354E0437EFD9}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneDAL", "..\JVSSoCalTalentProgram\DroneDAL\DroneDAL.csproj", "{B82ADE5B-B93B-4946-B154-84C5E95BBED0}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneDAL", "..\DroneDAL\DroneDAL.csproj", "{B82ADE5B-B93B-4946-B154-84C5E95BBED0}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

DroneTestDrive/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Program
1919
static void Main(string[] args)
2020
{
2121
Database.SetInitializer(new DataInitializer());
22-
WriteLine("***** Print Drone Inventory *****\n");
22+
WriteLine("***** Drone Inventory DesktopApp *****\n");
2323
PrintAllInventory();
2424
ReadLine();
2525
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
860cc78b25beb697b53b69c17e6b4ffc3c7dee01
1+
dde1f1c94209c34230815066f8dda7fc344d8868

DroneTestDrive/obj/Debug/DroneTestDrive.csproj.FileListAbsolute.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,18 @@ C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneTestDrive\obj\Debug\DroneTe
1313
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneTestDrive\obj\Debug\DroneTestDrive.csproj.CopyComplete
1414
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneTestDrive\obj\Debug\DroneTestDrive.exe
1515
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneTestDrive\obj\Debug\DroneTestDrive.pdb
16+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneTestDrive.exe.config
17+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneTestDrive.exe
18+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneTestDrive.pdb
19+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneDAL.dll
20+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\EntityFramework.dll
21+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\EntityFramework.SqlServer.dll
22+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneDAL.pdb
23+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\DroneDAL.dll.config
24+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\EntityFramework.xml
25+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\bin\Debug\EntityFramework.SqlServer.xml
26+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\obj\Debug\DroneTestDrive.csprojAssemblyReference.cache
27+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\obj\Debug\DroneTestDrive.csproj.CoreCompileInputs.cache
28+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\obj\Debug\DroneTestDrive.csproj.CopyComplete
29+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\obj\Debug\DroneTestDrive.exe
30+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneTestDrive\obj\Debug\DroneTestDrive.pdb
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

DroneWebApplication/.vs/DroneWebApplication/config/applicationhost.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</site>
156156
<site name="DroneWebApplication" id="2">
157157
<application path="/" applicationPool="Clr4IntegratedAppPool">
158-
<virtualDirectory path="/" physicalPath="C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneWebApplication" />
158+
<virtualDirectory path="/" physicalPath="C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication" />
159159
</application>
160160
<bindings>
161161
<binding protocol="http" bindingInformation="*:5005:localhost" />
Binary file not shown.

DroneWebApplication/DroneWebApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</None>
9898
</ItemGroup>
9999
<ItemGroup>
100-
<ProjectReference Include="..\JVSSoCalTalentProgram\DroneDAL\DroneDAL.csproj">
100+
<ProjectReference Include="..\DroneDAL\DroneDAL.csproj">
101101
<Project>{b82ade5b-b93b-4946-b154-84c5e95bbed0}</Project>
102102
<Name>DroneDAL</Name>
103103
</ProjectReference>

DroneWebApplication/DroneWebApplication.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.30523.141
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneWebApplication", "DroneWebApplication.csproj", "{7F45282C-A1CB-453C-9799-11DC92367879}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneDAL", "..\JVSSoCalTalentProgram\DroneDAL\DroneDAL.csproj", "{B82ADE5B-B93B-4946-B154-84C5E95BBED0}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneDAL", "..\DroneDAL\DroneDAL.csproj", "{B82ADE5B-B93B-4946-B154-84C5E95BBED0}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
40ae316bbac573726b251e55ffbe72646d5160d5
1+
e6f83b9045aafee574c22636cfa1d9bf44d9f533

DroneWebApplication/obj/Debug/DroneWebApplication.csproj.FileListAbsolute.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,69 @@ C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneWebApplication\obj\Debug\Dr
6464
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneWebApplication\obj\Debug\DroneWebApplication.csproj.CopyComplete
6565
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneWebApplication\obj\Debug\DroneWebApplication.dll
6666
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\DroneWebApplication\obj\Debug\DroneWebApplication.pdb
67+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\obj\Debug\DroneWebApplication.csprojAssemblyReference.cache
68+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\obj\Debug\DroneWebApplication.csproj.CoreCompileInputs.cache
69+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\obj\Debug\DroneWebApplication.dll
70+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\obj\Debug\DroneWebApplication.pdb
71+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneWebApplication.dll.config
72+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneWebApplication.dll
73+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneWebApplication.pdb
74+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csc.exe
75+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csc.exe.config
76+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csc.rsp
77+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csi.exe
78+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csi.exe.config
79+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\csi.rsp
80+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
81+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
82+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CodeAnalysis.CSharp.Scripting.dll
83+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CodeAnalysis.dll
84+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CodeAnalysis.Scripting.dll
85+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
86+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.CSharp.Core.targets
87+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.DiaSymReader.Native.amd64.dll
88+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.DiaSymReader.Native.x86.dll
89+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.Managed.Core.targets
90+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.VisualBasic.Core.targets
91+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\Microsoft.Win32.Primitives.dll
92+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.AppContext.dll
93+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Collections.Immutable.dll
94+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Console.dll
95+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Diagnostics.DiagnosticSource.dll
96+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Diagnostics.FileVersionInfo.dll
97+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Diagnostics.StackTrace.dll
98+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Globalization.Calendars.dll
99+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.IO.Compression.dll
100+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.IO.Compression.ZipFile.dll
101+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.IO.FileSystem.dll
102+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.IO.FileSystem.Primitives.dll
103+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Net.Http.dll
104+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Net.Sockets.dll
105+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Reflection.Metadata.dll
106+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Runtime.InteropServices.RuntimeInformation.dll
107+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Security.Cryptography.Algorithms.dll
108+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Security.Cryptography.Encoding.dll
109+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Security.Cryptography.Primitives.dll
110+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Security.Cryptography.X509Certificates.dll
111+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Text.Encoding.CodePages.dll
112+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Threading.Tasks.Extensions.dll
113+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.ValueTuple.dll
114+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Xml.ReaderWriter.dll
115+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Xml.XmlDocument.dll
116+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Xml.XPath.dll
117+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\System.Xml.XPath.XDocument.dll
118+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\vbc.exe
119+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\vbc.exe.config
120+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\vbc.rsp
121+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\VBCSCompiler.exe
122+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\roslyn\VBCSCompiler.exe.config
123+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneDAL.dll
124+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\EntityFramework.dll
125+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\EntityFramework.SqlServer.dll
126+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
127+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneDAL.pdb
128+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\DroneDAL.dll.config
129+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\EntityFramework.xml
130+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\EntityFramework.SqlServer.xml
131+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
132+
C:\Users\david\Desktop\JVCSoCal_Vet\Programming\JVSSoCalTalentProgram\DroneWebApplication\obj\Debug\DroneWebApplication.csproj.CopyComplete
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)