scripts
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
<?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-9A315339FA54}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Sony.NP</RootNamespace>
|
||||
<AssemblyName>SonyNP</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<FileAlignment>4096</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="Affinity.cs" />
|
||||
<Compile Include="AgeRestriction.cs" />
|
||||
<Compile Include="APIResult.cs" />
|
||||
<Compile Include="APIResultTypes.cs" />
|
||||
<Compile Include="Auth.cs" />
|
||||
<Compile Include="Commerce.cs" />
|
||||
<Compile Include="ContentRestriction.cs" />
|
||||
<Compile Include="Core.cs" />
|
||||
<Compile Include="Friends.cs" />
|
||||
<Compile Include="FunctionTypes.cs" />
|
||||
<Compile Include="Icon.cs" />
|
||||
<Compile Include="InitResult.cs" />
|
||||
<Compile Include="InitToolkit.cs" />
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="Matching.cs" />
|
||||
<Compile Include="MemoryBuffer.cs" />
|
||||
<Compile Include="MemoryPools.cs" />
|
||||
<Compile Include="Messaging.cs" />
|
||||
<Compile Include="NativeInitResult.cs" />
|
||||
<Compile Include="NetworkUtils.cs" />
|
||||
<Compile Include="Notifications.cs" />
|
||||
<Compile Include="NpCallbackEvent.cs" />
|
||||
<Compile Include="NpMemoryBuffer.cs" />
|
||||
<Compile Include="NpRequestsThread.cs" />
|
||||
<Compile Include="NpToolkitException.cs" />
|
||||
<Compile Include="NpUtils.cs" />
|
||||
<Compile Include="PendingAsyncRequestList.cs" />
|
||||
<Compile Include="PendingAsyncResponseList.cs" />
|
||||
<Compile Include="PendingCallbackQueue.cs" />
|
||||
<Compile Include="PendingRequest.cs" />
|
||||
<Compile Include="PopulateThread.cs" />
|
||||
<Compile Include="Presence.cs" />
|
||||
<Compile Include="Profiles.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="PushNotificationsFlags.cs" />
|
||||
<Compile Include="Ranking.cs" />
|
||||
<Compile Include="RequestBase.cs" />
|
||||
<Compile Include="ResponseBase.cs" />
|
||||
<Compile Include="SceSDKVersion.cs" />
|
||||
<Compile Include="SDKVersions.cs" />
|
||||
<Compile Include="ServerErrorManaged.cs" />
|
||||
<Compile Include="ServerPushNotifications.cs" />
|
||||
<Compile Include="ServiceTypes.cs" />
|
||||
<Compile Include="ThreadSettings.cs" />
|
||||
<Compile Include="Trophies.cs" />
|
||||
<Compile Include="Tss.cs" />
|
||||
<Compile Include="Tus.cs" />
|
||||
<Compile Include="UserProfiles.cs" />
|
||||
<Compile Include="WordFilter.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
||||
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4c}</Project>
|
||||
<Name>mscorlib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System\System.csproj">
|
||||
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa56}</Project>
|
||||
<Name>System</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine\UnityEngine.csproj">
|
||||
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa58}</Project>
|
||||
<Name>UnityEngine</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user