diff --git a/samples/demos/ivs-people-register/IVS.xproj b/samples/demos/ivs-people-register/IVS.xproj deleted file mode 100644 index 17d1a5f6..00000000 --- a/samples/demos/ivs-people-register/IVS.xproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 43dc1ae5-5622-4a21-8879-f6a3f70c812f - IVS - .\obj - .\bin\ - v4.6 - - - 2.0 - - - diff --git a/samples/demos/ivs-people-register/ivs-people-register.csproj b/samples/demos/ivs-people-register/ivs-people-register.csproj new file mode 100644 index 00000000..565b0be2 --- /dev/null +++ b/samples/demos/ivs-people-register/ivs-people-register.csproj @@ -0,0 +1,39 @@ + + + + netcoreapp1.0 + true + ivs-people-register + Exe + ivs-people-register + 1.0.4 + $(PackageTargetFallback);dotnet5.6;portable-net45+win8 + + + + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + diff --git a/samples/demos/ivs-people-register/linqpad/PeopleOData.linq b/samples/demos/ivs-people-register/linqpad/PeopleOData.linq deleted file mode 100644 index 5df047d3..00000000 --- a/samples/demos/ivs-people-register/linqpad/PeopleOData.linq +++ /dev/null @@ -1,13 +0,0 @@ - - - 0a98b0bc-4850-40e5-9b82-0a5339b19c5f - true - OData4.OData4DynamicDriver - http://localhost:59934/api/odata - - - -People -.Where(p=>p.id<50 && p.id>5) -.OrderBy(p=>p.town) -.Select(p=>new {p.id,p.name,p.town}) \ No newline at end of file diff --git a/samples/demos/ivs-people-register/project.json b/samples/demos/ivs-people-register/project.json deleted file mode 100644 index 1795a724..00000000 --- a/samples/demos/ivs-people-register/project.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.App": { - "version": "1.0.0", - "type": "platform" - }, - "Belgrade.Sql.Client": "0.7", - "Microsoft.AspNetCore.Mvc": "1.0.1", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.1.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0", - "Sql-Server-Rest-Api": "0.3.3" - }, - - "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" - }, - - "frameworks": { - "netcoreapp1.0": { - "imports": [ - "dotnet5.6", - "portable-net45+win8" - ] - } - }, - - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - - "runtimeOptions": { - "configProperties": { - "System.GC.Server": true - } - }, - - "publishOptions": { - "include": [ - "wwwroot", - "Views", - "Areas/**/Views", - "appsettings.json", - "web.config" - ] - }, - - "scripts": { - "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] - } -} diff --git a/samples/demos/ivs-people-register/web.config b/samples/demos/ivs-people-register/web.config deleted file mode 100644 index dc0514fc..00000000 --- a/samples/demos/ivs-people-register/web.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - -