mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 18:25:18 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<AssemblyTitle>Mirror Weaver</AssemblyTitle>
|
|
<Product>Mirror Weaver</Product>
|
|
<Title>Mirror Weaver</Title>
|
|
<Description></Description>
|
|
<Authors>Unity Technologies, vis2k, Paul and Contributors, William Corby</Authors>
|
|
<Company>Unity Technologies, vis2k, Paul and Contributors, William Corby</Company>
|
|
<Copyright></Copyright>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" />
|
|
<PackageReference Include="OWML" Version="2.9.3" />
|
|
<Reference Include="../Mirror/*.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Update="License.md">
|
|
<Pack>True</Pack>
|
|
<PackagePath>\</PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.456" />
|
|
<PackageReference Include="OWML" Version="2.9.0" />
|
|
<Reference Include="../Mirror/*.dll" />
|
|
</ItemGroup>
|
|
</Project>
|