Files
2026-04-10 22:50:51 +02:00

133 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6964D65D-0CBB-4C42-A997-2E6589744D1C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Backtrace.Unity</RootNamespace>
<AssemblyName>Backtrace.Unity</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="BacktraceClient.cs" />
<Compile Include="BacktraceDatabase.cs" />
<Compile Include="Common\ClientPathHelper.cs" />
<Compile Include="Common\DateTimeHelper.cs" />
<Compile Include="Common\ExceptionExtensions.cs" />
<Compile Include="Common\MetricsHelper.cs" />
<Compile Include="Common\MiniDumpExceptionInformation.cs" />
<Compile Include="Common\MinidumpHelper.cs" />
<Compile Include="Common\SystemHelper.cs" />
<Compile Include="Common\TypeHelper.cs" />
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
<Compile Include="Extensions\GuidExtensions.cs" />
<Compile Include="Extensions\StringHelper.cs" />
<Compile Include="Extensions\ThreadExtensions.cs" />
<Compile Include="Interfaces\IBacktraceApi.cs" />
<Compile Include="Interfaces\IBacktraceClient.cs" />
<Compile Include="Interfaces\IBacktraceDatabase.cs" />
<Compile Include="Interfaces\IBacktraceDatabaseContext.cs" />
<Compile Include="Interfaces\IBacktraceDatabaseFileContext.cs" />
<Compile Include="Json\BacktraceJObject.cs" />
<Compile Include="Model\BacktraceClientConfiguration.cs" />
<Compile Include="Model\BacktraceConfiguration.cs" />
<Compile Include="Model\BacktraceCredentials.cs" />
<Compile Include="Model\BacktraceData.cs" />
<Compile Include="Model\BacktraceDatabaseConfiguration.cs" />
<Compile Include="Model\BacktraceLogManager.cs" />
<Compile Include="Model\BacktraceReport.cs" />
<Compile Include="Model\BacktraceResult.cs" />
<Compile Include="Model\BacktraceSelfSSLCertificateHandler.cs" />
<Compile Include="Model\BacktraceSourceCode.cs" />
<Compile Include="Model\BacktraceStackFrame.cs" />
<Compile Include="Model\BacktraceStackTrace.cs" />
<Compile Include="Model\BacktraceUnhandledException.cs" />
<Compile Include="Model\BacktraceUnityMessage.cs" />
<Compile Include="Model\Database\BacktraceDatabaseAttachmentManager.cs" />
<Compile Include="Model\Database\BacktraceDatabaseRecord.cs" />
<Compile Include="Model\Database\BacktraceDatabaseSettings.cs" />
<Compile Include="Model\DeduplicationModel.cs" />
<Compile Include="Model\JsonData\Annotations.cs" />
<Compile Include="Model\JsonData\BacktraceAttributes.cs" />
<Compile Include="Model\JsonData\SourceCodeData.cs" />
<Compile Include="Model\JsonData\ThreadData.cs" />
<Compile Include="Model\JsonData\ThreadInformation.cs" />
<Compile Include="Model\NativeCrashUploader.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Runtime\Native\Android\NativeClient.cs" />
<Compile Include="Runtime\Native\INativeClient.cs" />
<Compile Include="Runtime\Native\NativeClientFactory.cs" />
<Compile Include="Services\BacktraceApi.cs" />
<Compile Include="Services\BacktraceDatabaseContext.cs" />
<Compile Include="Services\BacktraceDatabaseFileContext.cs" />
<Compile Include="Services\ReportLimitWatcher.cs" />
<Compile Include="Types\BacktraceResultStatus.cs" />
<Compile Include="Types\BacktraceStackFrameType.cs" />
<Compile Include="Types\DeduplicationStrategy.cs" />
<Compile Include="Types\MinidumpException.cs" />
<Compile Include="Types\MiniDumpType.cs" />
<Compile Include="Types\ReportFilterType.cs" />
<Compile Include="Types\RetryBehavior.cs" />
<Compile Include="Types\RetryOrder.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d25}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d5e}</Project>
<Name>System.Core</Name>
</ProjectReference>
<ProjectReference Include="..\System\System.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d60}</Project>
<Name>System</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.AndroidJNIModule\UnityEngine.AndroidJNIModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d76}</Project>
<Name>UnityEngine.AndroidJNIModule</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d7c}</Project>
<Name>UnityEngine.CoreModule</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.UnityWebRequestModule\UnityEngine.UnityWebRequestModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d98}</Project>
<Name>UnityEngine.UnityWebRequestModule</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>