summaryrefslogtreecommitdiff
path: root/Texty.csproj
blob: 9d10a0bebb0da16b5aa1f9d777a15826d5655430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>
    <ItemGroup>
      <Content Include="addons\ClassExporter\plugin.cfg" />
    </ItemGroup>
</Project>