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>
146 Bytes
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
-17.4 KB
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.

0 commit comments

Comments
 (0)