summaryrefslogtreecommitdiff
path: root/Texty.csproj
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-05-20 00:45:25 +0200
committerSophia Pearson <codergal89@gmail.com>2022-05-20 18:56:04 +0200
commit05d29ccce1898ed89c0b650c77242c2fa2805128 (patch)
treee8ee3bcb570fa6f3d9d96273c2bf4d4c8618d08b /Texty.csproj
downloadtexty-05d29ccce1898ed89c0b650c77242c2fa2805128.tar.xz
texty-05d29ccce1898ed89c0b650c77242c2fa2805128.zip
texty: initial commit
Diffstat (limited to 'Texty.csproj')
-rw-r--r--Texty.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/Texty.csproj b/Texty.csproj
new file mode 100644
index 0000000..066bb51
--- /dev/null
+++ b/Texty.csproj
@@ -0,0 +1,16 @@
+<Project Sdk="Godot.NET.Sdk/3.3.0">
+ <PropertyGroup>
+ <TargetFramework>net48</TargetFramework>
+ <LangVersion>8</LangVersion>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="ScriptTemplates\**"/>
+ <Compile Remove="Scenes\**"/>
+ <Compile Remove="Tests\**"/>
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Remove="ScriptTemplates\**"/>
+ <EmbeddedResource Remove="Scenes\**"/>
+ <EmbeddedResource Remove="Tests\**"/>
+ </ItemGroup>
+</Project> \ No newline at end of file