2021-12-27 21:56:00 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-02-10 17:48:46 -08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-06-09 18:51:35 -07:00
|
|
|
|
<AssemblyTitle>Mirror Weaver</AssemblyTitle>
|
|
|
|
|
<Product>Mirror Weaver</Product>
|
2023-01-01 14:41:28 +00:00
|
|
|
|
<Title>Mirror Weaver</Title>
|
2023-06-09 18:51:35 -07:00
|
|
|
|
<Description></Description>
|
2023-01-01 14:41:28 +00:00
|
|
|
|
<Authors>Unity Technologies, vis2k, Paul and Contributors, William Corby</Authors>
|
|
|
|
|
<Company>Unity Technologies, vis2k, Paul and Contributors, William Corby</Company>
|
|
|
|
|
<Copyright></Copyright>
|
2023-06-09 19:07:24 -07:00
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
2022-02-10 17:48:46 -08:00
|
|
|
|
</PropertyGroup>
|
2023-01-01 14:41:28 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="License.md">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
</None>
|
2023-06-09 19:07:24 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-09-18 13:06:16 -07:00
|
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" />
|
|
|
|
|
<PackageReference Include="OWML" Version="2.9.7" />
|
2023-09-22 11:01:04 -07:00
|
|
|
|
<Reference Include="..\Lib\*.dll" />
|
2023-01-01 14:41:28 +00:00
|
|
|
|
</ItemGroup>
|
2021-12-27 21:56:00 -08:00
|
|
|
|
</Project>
|