about summary refs log tree commit diff
path: root/pkgs/test/dotnet/structured-attrs/src/Application.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/dotnet/structured-attrs/src/Application.csproj')
-rw-r--r--pkgs/test/dotnet/structured-attrs/src/Application.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/test/dotnet/structured-attrs/src/Application.csproj b/pkgs/test/dotnet/structured-attrs/src/Application.csproj
new file mode 100644
index 0000000000000..decaa6d961aab
--- /dev/null
+++ b/pkgs/test/dotnet/structured-attrs/src/Application.csproj
@@ -0,0 +1,5 @@
+<Project Sdk="Microsoft.NET.Sdk">
+    <PropertyGroup>
+        <OutputType>exe</OutputType>
+    </PropertyGroup>
+</Project>