| @@ -0,0 +1,32 @@ | |||
| { | |||
| "sqltools.connections": [ | |||
| { | |||
| "previewLimit": 50, | |||
| "server": "localhost", | |||
| "port": 5432, | |||
| "driver": "PostgreSQL", | |||
| "name": "accessdb_v2", | |||
| "database": "accessdb_v2", | |||
| "username": "mcarman" | |||
| }, | |||
| { | |||
| "previewLimit": 50, | |||
| "driver": "SQLite", | |||
| "name": "wappler", | |||
| "database": "/Users/michielcarman/Projects/wapplerv2/data/authdb.sqlite3" | |||
| }, | |||
| { | |||
| "mssqlOptions": { | |||
| "appName": "SQLTools", | |||
| "useUTC": true, | |||
| "encrypt": true | |||
| }, | |||
| "previewLimit": 50, | |||
| "server": "localhost", | |||
| "driver": "MSSQL", | |||
| "name": "msaccess", | |||
| "connectString": "Data Source=RPM-APP.prelub.com;Initial Catalog=access;Persist Security Info=True;User ID=mobilepmuser;Password=data4techs;" | |||
| } | |||
| ], | |||
| "sqltools.useNodeRuntime": true | |||
| } | |||
| @@ -0,0 +1,12 @@ | |||
| using System; | |||
| namespace migratedb | |||
| { | |||
| class Program | |||
| { | |||
| static void Main(string[] args) | |||
| { | |||
| Console.WriteLine("Hello World!"); | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,8 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <PropertyGroup> | |||
| <OutputType>Exe</OutputType> | |||
| <TargetFramework>net5.0</TargetFramework> | |||
| </PropertyGroup> | |||
| </Project> | |||
| @@ -0,0 +1,69 @@ | |||
| { | |||
| "format": 1, | |||
| "restore": { | |||
| "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj": {} | |||
| }, | |||
| "projects": { | |||
| "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj", | |||
| "projectName": "migratedb", | |||
| "projectPath": "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj", | |||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | |||
| "outputPath": "/Users/michielcarman/Projects/Data_migration/migratedb/obj/", | |||
| "projectStyle": "PackageReference", | |||
| "fallbackFolders": [ | |||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | |||
| ], | |||
| "configFilePaths": [ | |||
| "/Users/michielcarman/.nuget/NuGet/NuGet.Config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": {} | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "downloadDependencies": [ | |||
| { | |||
| "name": "Microsoft.NETCore.App.Host.osx-x64", | |||
| "version": "[5.0.16, 5.0.16]" | |||
| } | |||
| ], | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,16 @@ | |||
| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |||
| <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | |||
| <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | |||
| <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | |||
| <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/michielcarman/.nuget/packages/</NuGetPackageRoot> | |||
| <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/michielcarman/.nuget/packages/;/usr/local/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders> | |||
| <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |||
| <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion> | |||
| </PropertyGroup> | |||
| <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |||
| <SourceRoot Include="/Users/michielcarman/.nuget/packages/" /> | |||
| <SourceRoot Include="/usr/local/share/dotnet/sdk/NuGetFallbackFolder/" /> | |||
| </ItemGroup> | |||
| </Project> | |||
| @@ -0,0 +1,2 @@ | |||
| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |||
| <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> | |||
| @@ -0,0 +1,75 @@ | |||
| { | |||
| "version": 3, | |||
| "targets": { | |||
| "net5.0": {} | |||
| }, | |||
| "libraries": {}, | |||
| "projectFileDependencyGroups": { | |||
| "net5.0": [] | |||
| }, | |||
| "packageFolders": { | |||
| "/Users/michielcarman/.nuget/packages/": {}, | |||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {} | |||
| }, | |||
| "project": { | |||
| "version": "1.0.0", | |||
| "restore": { | |||
| "projectUniqueName": "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj", | |||
| "projectName": "migratedb", | |||
| "projectPath": "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj", | |||
| "packagesPath": "/Users/michielcarman/.nuget/packages/", | |||
| "outputPath": "/Users/michielcarman/Projects/Data_migration/migratedb/obj/", | |||
| "projectStyle": "PackageReference", | |||
| "fallbackFolders": [ | |||
| "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" | |||
| ], | |||
| "configFilePaths": [ | |||
| "/Users/michielcarman/.nuget/NuGet/NuGet.Config" | |||
| ], | |||
| "originalTargetFrameworks": [ | |||
| "net5.0" | |||
| ], | |||
| "sources": { | |||
| "https://api.nuget.org/v3/index.json": {} | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "projectReferences": {} | |||
| } | |||
| }, | |||
| "warningProperties": { | |||
| "warnAsError": [ | |||
| "NU1605" | |||
| ] | |||
| } | |||
| }, | |||
| "frameworks": { | |||
| "net5.0": { | |||
| "targetAlias": "net5.0", | |||
| "imports": [ | |||
| "net461", | |||
| "net462", | |||
| "net47", | |||
| "net471", | |||
| "net472", | |||
| "net48" | |||
| ], | |||
| "assetTargetFallback": true, | |||
| "warn": true, | |||
| "downloadDependencies": [ | |||
| { | |||
| "name": "Microsoft.NETCore.App.Host.osx-x64", | |||
| "version": "[5.0.16, 5.0.16]" | |||
| } | |||
| ], | |||
| "frameworkReferences": { | |||
| "Microsoft.NETCore.App": { | |||
| "privateAssets": "all" | |||
| } | |||
| }, | |||
| "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json" | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -0,0 +1,10 @@ | |||
| { | |||
| "version": 2, | |||
| "dgSpecHash": "1uFWNiK7xVaULT4GWcFV60sutMPvAsIy4Ij30IRPySx5HRGDI3jZzafut5uRfE+QPLKc3k+A88gH8UF+xu5MuQ==", | |||
| "success": true, | |||
| "projectFilePath": "/Users/michielcarman/Projects/Data_migration/migratedb/migratedb.csproj", | |||
| "expectedPackageFiles": [ | |||
| "/Users/michielcarman/.nuget/packages/microsoft.netcore.app.host.osx-x64/5.0.16/microsoft.netcore.app.host.osx-x64.5.0.16.nupkg.sha512" | |||
| ], | |||
| "logs": [] | |||
| } | |||