diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9e8982 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore Visual Studio + build artifacts +.vs/ +TrafagSalesExporter/.vs/ +TrafagSalesExporter/bin/ +TrafagSalesExporter/obj/ +TrafagSalesExporter/*.user +TrafagSalesExporter/*.suo +TrafagSalesExporter/*.db +TrafagSalesExporter/*.db-shm +TrafagSalesExporter/*.db-wal diff --git a/TrafagSalesExporter/Properties/launchSettings.json b/TrafagSalesExporter/Properties/launchSettings.json new file mode 100644 index 0000000..0626a9f --- /dev/null +++ b/TrafagSalesExporter/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "TrafagSalesExporter": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:55415;http://localhost:55416" + } + } +} \ No newline at end of file diff --git a/TrafagSalesExporter/TrafagSalesExporter.csproj b/TrafagSalesExporter/TrafagSalesExporter.csproj index ddd1092..83a293a 100644 --- a/TrafagSalesExporter/TrafagSalesExporter.csproj +++ b/TrafagSalesExporter/TrafagSalesExporter.csproj @@ -15,6 +15,11 @@ - + + + + + ..\..\..\..\..\..\Program Files\sap\hdbclient\dotnetcore\v2.1\Sap.Data.Hana.Core.v2.1.dll + diff --git a/TrafagSalesExporter/TrafagSalesExporter.sln b/TrafagSalesExporter/TrafagSalesExporter.sln new file mode 100644 index 0000000..2e8e252 --- /dev/null +++ b/TrafagSalesExporter/TrafagSalesExporter.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.37012.4 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafagSalesExporter", "TrafagSalesExporter.csproj", "{49B56D6D-731C-6482-4A5C-82EAEEBCE593}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {49B56D6D-731C-6482-4A5C-82EAEEBCE593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {49B56D6D-731C-6482-4A5C-82EAEEBCE593}.Debug|Any CPU.Build.0 = Debug|Any CPU + {49B56D6D-731C-6482-4A5C-82EAEEBCE593}.Release|Any CPU.ActiveCfg = Release|Any CPU + {49B56D6D-731C-6482-4A5C-82EAEEBCE593}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {DC174EA0-ECCB-4957-9D97-E7ABED992867} + EndGlobalSection +EndGlobal