diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6c7c3a9
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,19 @@
+{
+ "sqltools.connections": [
+ {
+ "mssqlOptions": {
+ "appName": "SQLTools",
+ "useUTC": true,
+ "encrypt": true
+ },
+ "previewLimit": 50,
+ "server": "localhost",
+ "port": 1433,
+ "driver": "MSSQL",
+ "name": "localhost",
+ "database": "diuna",
+ "username": "SA",
+ "password": "v](8Lc|RfG"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/WebAPI/DiunaBI-WebAPI.csproj b/WebAPI/DiunaBI-WebAPI.csproj
index f49ab1f..d905931 100644
--- a/WebAPI/DiunaBI-WebAPI.csproj
+++ b/WebAPI/DiunaBI-WebAPI.csproj
@@ -6,19 +6,20 @@
enable
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
diff --git a/WebAPI/Properties/launchSettings.json b/WebAPI/Properties/launchSettings.json
index 451da08..8f3b54d 100644
--- a/WebAPI/Properties/launchSettings.json
+++ b/WebAPI/Properties/launchSettings.json
@@ -1,31 +1,31 @@
-{
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:12241",
- "sslPort": 44358
- }
- },
- "profiles": {
- "WebAPI": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "swagger",
- "applicationUrl": "https://localhost:7009;http://localhost:5183",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "swagger",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
+{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:12241",
+ "sslPort": 44358
+ }
+ },
+ "profiles": {
+ "WebAPI": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "applicationUrl": "https://localhost:7009;http://localhost:5183",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "dotnetRunMessages": true
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
\ No newline at end of file