diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 22:13:46 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 22:13:46 -0500 |
| commit | c7428fab1c38d29bcc50ee263678504e34d01318 (patch) | |
| tree | bf5c4a63afc1513d361c6b18fd6c6cf3f0aaaa27 /Erable/Erable.csproj | |
| parent | d5f8e3f543e138b43fca95ed058345b9ab446d2f (diff) | |
| download | erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.tar.gz erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.tar.bz2 erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.zip | |
Moved project files
Diffstat (limited to 'Erable/Erable.csproj')
| -rw-r--r-- | Erable/Erable.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Erable/Erable.csproj b/Erable/Erable.csproj new file mode 100644 index 0000000..b10f530 --- /dev/null +++ b/Erable/Erable.csproj @@ -0,0 +1,19 @@ +<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net5.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <RootNamespace>Erable</RootNamespace>
+ </PropertyGroup>
+ <ItemGroup>
+ <Folder Include="Models\" />
+ <AvaloniaResource Include="Assets\**" />
+ </ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Avalonia" Version="0.10.0" />
+ <PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
+ <PackageReference Include="Avalonia.Diagnostics" Version="0.10.0" />
+ <PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
+ <PackageReference Include="gstreamer-sharp-netcore" Version="0.0.8" />
+ </ItemGroup>
+</Project>
|
