23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>UnityEngine.UnityWebRequestWWWModule</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<TargetFramework>net48</TargetFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>12.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="../UnityEngine.SharedInternalsModule/UnityEngine.SharedInternalsModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.CoreModule/UnityEngine.CoreModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.UnityWebRequestModule/UnityEngine.UnityWebRequestModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.AssetBundleModule/UnityEngine.AssetBundleModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.UnityWebRequestAssetBundleModule/UnityEngine.UnityWebRequestAssetBundleModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.AudioModule/UnityEngine.AudioModule.csproj" />
|
|
<ProjectReference Include="../UnityEngine.ImageConversionModule/UnityEngine.ImageConversionModule.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|