diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-03 22:22:50 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:18 +0200 |
| commit | e127ad39e742396030352240d829bc903b1d4464 (patch) | |
| tree | 10cc21d70bf13181aef7c8ad0344077ff63579a3 /Texty.csproj | |
| parent | ddbb045f6387a8ba23b1210b27a745516a387a52 (diff) | |
| download | texty-e127ad39e742396030352240d829bc903b1d4464.tar.xz texty-e127ad39e742396030352240d829bc903b1d4464.zip | |
godot: inital Godot 4 migration
Diffstat (limited to 'Texty.csproj')
| -rw-r--r-- | Texty.csproj | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/Texty.csproj b/Texty.csproj index 7109110..fadc26c 100644 --- a/Texty.csproj +++ b/Texty.csproj @@ -1,26 +1,12 @@ -<Project Sdk="Godot.NET.Sdk/3.3.0"> - <PropertyGroup> - <TargetFramework>net48</TargetFramework> - <LangVersion>8</LangVersion> - <Company>Sophia Pearson</Company> - <AssemblyVersion>1.0.0</AssemblyVersion> - <IsPackable>false</IsPackable> - <NeutralLanguage>en-US</NeutralLanguage> - </PropertyGroup> - <ItemGroup> - <Compile Remove="ScriptTemplates\**" /> - <Compile Remove="Scenes\**" /> - <Compile Remove="Tests\**" /> - </ItemGroup> - <ItemGroup> - <EmbeddedResource Remove="ScriptTemplates\**" /> - <EmbeddedResource Remove="Scenes\**" /> - <EmbeddedResource Remove="Tests\**" /> - </ItemGroup> - <ItemGroup> - <Content Include="addons\ClassExporter\plugin.cfg" /> - <Content Include="Tests\**" /> - <Content Include="Scenes\**" /> - <Context Include="Assets\**" /> - </ItemGroup> +<Project Sdk="Godot.NET.Sdk/4.0.0-beta2"> + <PropertyGroup> + <TargetFramework>net6.0</TargetFramework> + <EnableDynamicLoading>true</EnableDynamicLoading> + </PropertyGroup> + <ItemGroup> + <Compile Remove="ScriptTemplates\**" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Remove="ScriptTemplates\**" /> + </ItemGroup> </Project>
\ No newline at end of file |
