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

130 lines
7.2 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-2E6589744D2C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Photon3Unity3D</RootNamespace>
<AssemblyName>Photon3Unity3D</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="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="ExitGames\Client\Photon\ByteArraySlice.cs" />
<Compile Include="ExitGames\Client\Photon\ByteArraySlicePool.cs" />
<Compile Include="ExitGames\Client\Photon\ConnectionProtocol.cs" />
<Compile Include="ExitGames\Client\Photon\ConnectionStateValue.cs" />
<Compile Include="ExitGames\Client\Photon\CustomType.cs" />
<Compile Include="ExitGames\Client\Photon\DebugLevel.cs" />
<Compile Include="ExitGames\Client\Photon\DeliveryMode.cs" />
<Compile Include="ExitGames\Client\Photon\DeserializeMethod.cs" />
<Compile Include="ExitGames\Client\Photon\DeserializeStreamMethod.cs" />
<Compile Include="ExitGames\Client\Photon\DictionaryEntryEnumerator.cs" />
<Compile Include="ExitGames\Client\Photon\EgMessageType.cs" />
<Compile Include="ExitGames\Client\Photon\Encryption\EncryptorNative.cs" />
<Compile Include="ExitGames\Client\Photon\Encryption\EncryptorNet.cs" />
<Compile Include="ExitGames\Client\Photon\Encryption\IPhotonEncryptor.cs" />
<Compile Include="ExitGames\Client\Photon\EnetChannel.cs" />
<Compile Include="ExitGames\Client\Photon\EnetPeer.cs" />
<Compile Include="ExitGames\Client\Photon\EventData.cs" />
<Compile Include="ExitGames\Client\Photon\Hashtable.cs" />
<Compile Include="ExitGames\Client\Photon\InvalidDataException.cs" />
<Compile Include="ExitGames\Client\Photon\IPhotonPeerListener.cs" />
<Compile Include="ExitGames\Client\Photon\IPhotonSocket.cs" />
<Compile Include="ExitGames\Client\Photon\IProtocol.cs" />
<Compile Include="ExitGames\Client\Photon\ITrafficRecorder.cs" />
<Compile Include="ExitGames\Client\Photon\NCommand.cs" />
<Compile Include="ExitGames\Client\Photon\NCommandPool.cs" />
<Compile Include="ExitGames\Client\Photon\NetworkSimulationSet.cs" />
<Compile Include="ExitGames\Client\Photon\NonAllocDictionary.cs" />
<Compile Include="ExitGames\Client\Photon\OperationRequest.cs" />
<Compile Include="ExitGames\Client\Photon\OperationResponse.cs" />
<Compile Include="ExitGames\Client\Photon\PeerBase.cs" />
<Compile Include="ExitGames\Client\Photon\PeerStateValue.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonCodes.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonPeer.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonSocketError.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonSocketState.cs" />
<Compile Include="ExitGames\Client\Photon\Pool.cs" />
<Compile Include="ExitGames\Client\Photon\PreserveAttribute.cs" />
<Compile Include="ExitGames\Client\Photon\Protocol.cs" />
<Compile Include="ExitGames\Client\Photon\Protocol16.cs" />
<Compile Include="ExitGames\Client\Photon\Protocol18.cs" />
<Compile Include="ExitGames\Client\Photon\SendOptions.cs" />
<Compile Include="ExitGames\Client\Photon\SerializationProtocol.cs" />
<Compile Include="ExitGames\Client\Photon\SerializationProtocolFactory.cs" />
<Compile Include="ExitGames\Client\Photon\SerializeMethod.cs" />
<Compile Include="ExitGames\Client\Photon\SerializeStreamMethod.cs" />
<Compile Include="ExitGames\Client\Photon\SimulationItem.cs" />
<Compile Include="ExitGames\Client\Photon\SocketNative.cs" />
<Compile Include="ExitGames\Client\Photon\SocketTcp.cs" />
<Compile Include="ExitGames\Client\Photon\SocketTcpAsync.cs" />
<Compile Include="ExitGames\Client\Photon\SocketUdp.cs" />
<Compile Include="ExitGames\Client\Photon\SocketUdpAsync.cs" />
<Compile Include="ExitGames\Client\Photon\StatusCode.cs" />
<Compile Include="ExitGames\Client\Photon\StreamBuffer.cs" />
<Compile Include="ExitGames\Client\Photon\SupportClass.cs" />
<Compile Include="ExitGames\Client\Photon\TPeer.cs" />
<Compile Include="ExitGames\Client\Photon\TrafficStats.cs" />
<Compile Include="ExitGames\Client\Photon\TrafficStatsGameLevel.cs" />
<Compile Include="ExitGames\Client\Photon\Version.cs" />
<Compile Include="Photon\SocketServer\Numeric\BigInteger.cs" />
<Compile Include="Photon\SocketServer\Security\DiffieHellmanCryptoProvider.cs" />
<Compile Include="Photon\SocketServer\Security\DiffieHellmanCryptoProviderNative.cs" />
<Compile Include="Photon\SocketServer\Security\ICryptoProvider.cs" />
<Compile Include="Photon\SocketServer\Security\OakleyGroups.cs" />
<Compile Include="Properties\AssemblyInfo.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.CoreModule\UnityEngine.CoreModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d7c}</Project>
<Name>UnityEngine.CoreModule</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>