diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-24 14:59:58 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-24 14:59:58 +0200 |
| commit | 8f3ed6ba952b1dd1f457b305d82c8165a324bc48 (patch) | |
| tree | b78f3cf5a14bce70744215deb74003ceb4a5db7f /Texty.csproj | |
| parent | 6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c (diff) | |
| download | texty-8f3ed6ba952b1dd1f457b305d82c8165a324bc48.tar.xz texty-8f3ed6ba952b1dd1f457b305d82c8165a324bc48.zip | |
addons: implement automatic class exporter
Diffstat (limited to 'Texty.csproj')
| -rw-r--r-- | Texty.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Texty.csproj b/Texty.csproj index fa11591..9d10a0b 100644 --- a/Texty.csproj +++ b/Texty.csproj @@ -13,4 +13,7 @@ <EmbeddedResource Remove="Scenes\**" /> <EmbeddedResource Remove="Tests\**" /> </ItemGroup> + <ItemGroup> + <Content Include="addons\ClassExporter\plugin.cfg" /> + </ItemGroup> </Project>
\ No newline at end of file |
