quantum-space-buddies/QuantumUNET/QuantumUNET.csproj

57 lines
2.6 KiB
XML
Raw Normal View History

2021-11-27 01:28:22 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-11-20 19:55:54 +00:00
<LangVersion>9</LangVersion>
2021-11-27 01:28:22 +00:00
<AssemblyTitle>QuantumUNET</AssemblyTitle>
<Company>HP Inc.</Company>
<Product>QuantumUNET</Product>
<Copyright>Copyright © HP Inc. 2020</Copyright>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
2021-11-20 19:55:54 +00:00
</PropertyGroup>
2020-12-04 22:14:53 +00:00
<PropertyGroup>
<ProjectGuid>{C8C53004-1508-4F86-A419-4292C188DC2A}</ProjectGuid>
2021-11-27 01:28:22 +00:00
<TargetFramework>net35</TargetFramework>
2020-12-04 22:14:53 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>
2021-05-03 21:40:52 +00:00
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
2020-12-04 22:14:53 +00:00
<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="UnityEngine">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.dll</HintPath>
2020-12-04 22:14:53 +00:00
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
2020-12-04 22:14:53 +00:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
2020-12-04 22:14:53 +00:00
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
2020-12-04 22:14:53 +00:00
</Reference>
2021-11-03 09:28:13 +00:00
<Reference Include="UnityEngine.Networking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\QSB\lib\UnityEngine.Networking.dll</HintPath>
2021-11-27 01:28:22 +00:00
<SpecificVersion>False</SpecificVersion>
2020-12-04 22:14:53 +00:00
</Reference>
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2021-06-04 10:31:09 +00:00
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
2021-11-27 01:28:22 +00:00
<SpecificVersion>False</SpecificVersion>
</Reference>
2020-12-10 11:23:36 +00:00
<Reference Include="UnityEngine.UNETModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
2021-11-27 01:28:22 +00:00
<SpecificVersion>False</SpecificVersion>
2020-12-04 22:14:53 +00:00
</Reference>
</ItemGroup>
<ItemGroup>
2021-11-27 01:28:22 +00:00
<PackageReference Include="Json.Net.Unity3D" Version="9.0.1" />
<PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
2021-01-05 16:13:48 +00:00
</ItemGroup>
2020-12-04 22:14:53 +00:00
</Project>