Projektdateien hinzufügen.
This commit is contained in:
23
SM64Lib.Text.Exporters/SM64Lib.Text.Exporters.csproj
Normal file
23
SM64Lib.Text.Exporters/SM64Lib.Text.Exporters.csproj
Normal file
@@ -0,0 +1,23 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<AssemblyTitle>SM64Lib.Text.Exporters</AssemblyTitle>
|
||||
<Product>SM64Lib.Text.Exporters</Product>
|
||||
<Copyright>Copyright © 2020</Copyright>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release;ReleaseBundle;ReleaseStandalone</Configurations>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
||||
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SM64Lib\SM64Lib.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="EPPlus" Version="7.1.2" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user