Files
Dec2017-Script-Dump/Photon3Unity3D/Photon3Unity3D.csproj
T
2026-06-04 11:42:34 +02:00

116 lines
6.4 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>{99604A24-13D0-4C83-A3AA-9A315339FA4E}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Photon3Unity3D</RootNamespace>
<AssemblyName>Photon3Unity3D</AssemblyName>
<TargetFrameworkVersion>v3.5</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="ExitGames\Client\Photon\CmdLogItem.cs" />
<Compile Include="ExitGames\Client\Photon\CmdLogReceivedAck.cs" />
<Compile Include="ExitGames\Client\Photon\CmdLogReceivedReliable.cs" />
<Compile Include="ExitGames\Client\Photon\CmdLogSentReliable.cs" />
<Compile Include="ExitGames\Client\Photon\ConnectionProtocol.cs" />
<Compile Include="ExitGames\Client\Photon\CustomType.cs" />
<Compile Include="ExitGames\Client\Photon\DebugLevel.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\EncryptorManaged\CryptoBase.cs" />
<Compile Include="ExitGames\Client\Photon\EncryptorManaged\Decryptor.cs" />
<Compile Include="ExitGames\Client\Photon\EncryptorManaged\Encryptor.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\InvocationCache.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\NCommand.cs" />
<Compile Include="ExitGames\Client\Photon\NetworkSimulationSet.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\PhotonDisconnectCause.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonPeer.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonPing.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonSocketError.cs" />
<Compile Include="ExitGames\Client\Photon\PhotonSocketState.cs" />
<Compile Include="ExitGames\Client\Photon\PingMono.cs" />
<Compile Include="ExitGames\Client\Photon\PingNativeDynamic.cs" />
<Compile Include="ExitGames\Client\Photon\PingNativeStatic.cs" />
<Compile Include="ExitGames\Client\Photon\PingWindowsStore.cs" />
<Compile Include="ExitGames\Client\Photon\Protocol.cs" />
<Compile Include="ExitGames\Client\Photon\Protocol16.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\SocketTcp.cs" />
<Compile Include="ExitGames\Client\Photon\SocketUdp.cs" />
<Compile Include="ExitGames\Client\Photon\SocketUdpNativeDynamic.cs" />
<Compile Include="ExitGames\Client\Photon\SocketUdpNativeStatic.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\ICryptoProvider.cs" />
<Compile Include="Photon\SocketServer\Security\OakleyGroups.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4c}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa55}</Project>
<Name>System.Core</Name>
</ProjectReference>
<ProjectReference Include="..\System\System.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa56}</Project>
<Name>System</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>