🎉Starts a new project

This commit is contained in:
2026-02-15 15:32:17 +02:00
parent f462fa7c33
commit 7eb0f4c6d6
3 changed files with 0 additions and 0 deletions

29
Idun.slnx Normal file
View File

@@ -0,0 +1,29 @@
<Solution>
<Folder Name="/Assets/">
<File Path="icon.png" />
<File Path="LICENSE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/Configuration/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".globalconfig" />
<File Path=".runsettings" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="dotnet.ruleset" />
<File Path="GitVersion.yml" />
<File Path="stylecop.json" />
<File Path="xunit.runner.json" />
</Folder>
<Folder Name="/samples/">
<File Path="samples\Directory.Build.props" />
</Folder>
<Folder Name="/src/">
<File Path="src\Directory.Build.props" />
</Folder>
<Folder Name="/tests/">
<File Path="tests\Directory.Build.props" />
</Folder>
</Solution>