mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
24 lines
718 B
XML
24 lines
718 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>..\Bins\AssetRipper.Tools.RawTextureExtractor\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\Bins\obj\AssetRipper.Tools.RawTextureExtractor\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="AssetRipper.SourceGenerated">
|
|
<HintPath>..\Libraries\AssetRipper.SourceGenerated.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Export\AssetRipper.Export.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|