aboutsummaryrefslogtreecommitdiff
path: root/Web
diff options
context:
space:
mode:
Diffstat (limited to 'Web')
-rw-r--r--Web/Web.code-workspace19
-rw-r--r--Web/Web.csproj4
2 files changed, 23 insertions, 0 deletions
diff --git a/Web/Web.code-workspace b/Web/Web.code-workspace
new file mode 100644
index 0000000..875e3c8
--- /dev/null
+++ b/Web/Web.code-workspace
@@ -0,0 +1,19 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ "files.exclude": {
+ "**/.vscode": true,
+ "**/bin": true,
+ "**/obj": true,
+ ".gitignore" : true,
+ "**/README.md" : true,
+ "**/LICENSE" : true,
+ "**/Properties" : true,
+ "**/*.code-workspace" : true
+ }
+ }
+} \ No newline at end of file
diff --git a/Web/Web.csproj b/Web/Web.csproj
index 9ebe29d..4885696 100644
--- a/Web/Web.csproj
+++ b/Web/Web.csproj
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
+ <ItemGroup>
+ <ProjectReference Include="..\Models\Models.csproj" />
+ </ItemGroup>
+
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Web</RootNamespace>