2021-12-28 05:56:00 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-02-11 01:48:46 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-06-10 01:51:35 +00:00
|
|
|
|
<AssemblyTitle>Mirror Weaver</AssemblyTitle>
|
|
|
|
|
<Product>Mirror Weaver</Product>
|
2023-01-01 14:41:28 +00:00
|
|
|
|
<Title>Mirror Weaver</Title>
|
2023-06-10 01:51:35 +00: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-10 02:07:24 +00:00
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
2022-02-11 01:48:46 +00:00
|
|
|
|
</PropertyGroup>
|
2023-01-01 14:41:28 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="License.md">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
</None>
|
2023-06-10 02:07:24 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-09-18 20:06:16 +00:00
|
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" />
|
|
|
|
|
<PackageReference Include="OWML" Version="2.9.7" />
|
2023-09-22 18:01:04 +00:00
|
|
|
|
<Reference Include="..\Lib\*.dll" />
|
2023-01-01 14:41:28 +00:00
|
|
|
|
</ItemGroup>
|
2021-12-28 05:56:00 +00:00
|
|
|
|
</Project>
|