Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ UpgradeLog*.XML
#Xamarin Studio
*.userprefs
*.usertasks
/.vs/slnx.sqlite
10 changes: 5 additions & 5 deletions .vs/restore.dg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#:C:\Git\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Git\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj
C:\Git\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj|C:\Git\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Git\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj
C:\Git\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj|C:\Git\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj
C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj|C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj
C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj|C:\Users\jeremypamplin\Source\Repos\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
25 changes: 19 additions & 6 deletions Orient.sln
Original file line number Diff line number Diff line change
@@ -1,41 +1,54 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5FEE40E5-7EFE-4B47-8CCA-53AEFF11E20B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1052104C-8E6A-4250-A14E-06E895A1FA1C}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OrientDB-Net.binary.Innov8tive", "src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj", "{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrientDB-Net.binary.Innov8tive", "src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.csproj", "{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Orient.Nunit.Test", "src\Orient.Nunit.Test\Orient.Nunit.Test.xproj", "{78D53E55-64E9-4487-BC15-D9E9CF05624D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orient.Nunit.Test", "src\Orient.Nunit.Test\Orient.Nunit.Test.csproj", "{78D53E55-64E9-4487-BC15-D9E9CF05624D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Orient.Console", "src\Orient.Console\Orient.Console.xproj", "{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orient.Console", "src\Orient.Console\Orient.Console.csproj", "{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Debug|x64.ActiveCfg = Debug|x64
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Debug|x64.Build.0 = Debug|x64
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Release|Any CPU.Build.0 = Release|Any CPU
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Release|x64.ActiveCfg = Release|x64
{CE139A8E-9BDE-4D5A-9D13-EF895FF75868}.Release|x64.Build.0 = Release|x64
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Debug|x64.ActiveCfg = Debug|x64
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Debug|x64.Build.0 = Debug|x64
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Release|Any CPU.Build.0 = Release|Any CPU
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Release|x64.ActiveCfg = Release|x64
{78D53E55-64E9-4487-BC15-D9E9CF05624D}.Release|x64.Build.0 = Release|x64
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Debug|x64.ActiveCfg = Debug|x64
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Debug|x64.Build.0 = Debug|x64
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Release|Any CPU.Build.0 = Release|Any CPU
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Release|x64.ActiveCfg = Release|x64
{28FD0956-8DE4-4BBE-A875-53A416ACD5AC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file added UpgradeLog.htm
Binary file not shown.
6 changes: 0 additions & 6 deletions global.json

This file was deleted.

44 changes: 44 additions & 0 deletions src/Orient.Console/Orient.Console.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Orient.Console Console Application</Description>
<Authors>delagr</Authors>
<TargetFramework>net452</TargetFramework>
<AssemblyName>Orient.Console</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Orient.Console</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.0.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

</Project>
24 changes: 0 additions & 24 deletions src/Orient.Console/Orient.Console.xproj

This file was deleted.

37 changes: 0 additions & 37 deletions src/Orient.Console/project.json

This file was deleted.

Loading