2021-11-26 20:28:22 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2021-11-20 19:55:54 +00:00
|
|
|
|
<LangVersion>9</LangVersion>
|
2021-11-26 20:28:22 -05: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-26 21:43:28 -05:00
|
|
|
|
<TargetFramework>net48</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 22:40:52 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<ItemGroup>
|
2021-11-26 21:43:28 -05:00
|
|
|
|
<PackageReference Include="OuterWildsGameLibs" Version="*" IncludeAssets="compile" />
|
2020-12-04 22:14:53 +00:00
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
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-26 20:28:22 -05:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Reference>
|
2021-01-05 16:13:48 +00:00
|
|
|
|
</ItemGroup>
|
2020-12-04 22:14:53 +00:00
|
|
|
|
</Project>
|