257 lines
16 KiB
XML
257 lines
16 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>{E3D718FF-6CCA-48A8-8FBE-FF63443DDED2}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Singular</RootNamespace>
|
|
<AssemblyName>Singular</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="JsonDotNet\Extras\CustomConverters\Matrix4x4Converter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonArray.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonBinaryType.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonBinaryWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonObject.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonObjectId.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonProperty.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonRegex.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonString.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonToken.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonType.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonValue.cs" />
|
|
<Compile Include="Newtonsoft\Json\Bson\BsonWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\ConstructorHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\BsonObjectIdConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\CustomCreationConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\DateTimeConverterBase.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\IsoDateTimeConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\IXmlDeclaration.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\IXmlDocument.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\IXmlElement.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\IXmlNode.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\JavaScriptDateTimeConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\JsonDateTimeSerializationMode.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\KeyValuePairConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\RegexConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\StringEnumConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\XmlDeclarationWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\XmlDocumentWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\XmlElementWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\XmlNodeConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Converters\XmlNodeWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\DefaultValueHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\Formatting.cs" />
|
|
<Compile Include="Newtonsoft\Json\IJsonLineInfo.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonArrayAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonConstructorAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonContainerAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonConvert.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonConverterAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonConverterCollection.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonIgnoreAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonObjectAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonPropertyAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonReaderException.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonSerializationException.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonSerializer.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonSerializerSettings.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonTextReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonTextWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonToken.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonValidatingReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\JsonWriterException.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\IJEnumerable.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JArray.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JConstructor.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JContainer.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JEnumerable.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JObject.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JPath.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JProperty.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JPropertyDescriptor.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JRaw.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JToken.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JTokenEqualityComparer.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JTokenReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JTokenType.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JTokenWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\JValue.cs" />
|
|
<Compile Include="Newtonsoft\Json\Linq\LinqExtensions.cs" />
|
|
<Compile Include="Newtonsoft\Json\MemberSerialization.cs" />
|
|
<Compile Include="Newtonsoft\Json\MissingMemberHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\NullValueHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObjectCreationHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\AddingNewEventArgs.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\AddingNewEventHandler.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\INotifyCollectionChanged.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\INotifyPropertyChanging.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\NotifyCollectionChangedAction.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\NotifyCollectionChangedEventArgs.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\NotifyCollectionChangedEventHandler.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\PropertyChangingEventArgs.cs" />
|
|
<Compile Include="Newtonsoft\Json\ObservableSupport\PropertyChangingEventHandler.cs" />
|
|
<Compile Include="Newtonsoft\Json\PreserveReferencesHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\ReferenceLoopHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\Required.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchema.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaBuilder.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaConstants.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaException.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaGenerator.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaModel.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaModelBuilder.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaNode.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaNodeCollection.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaType.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\JsonSchemaWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\SchemaExtensions.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\UndefinedSchemaIdHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\ValidationEventArgs.cs" />
|
|
<Compile Include="Newtonsoft\Json\Schema\ValidationEventHandler.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\CachedAttributeGetter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\CamelCasePropertyNamesContractResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\DefaultContractResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\DefaultReferenceResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\DefaultSerializationBinder.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\DynamicValueProvider.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\ErrorContext.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\ErrorEventArgs.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\IContractResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\IMetadataTypeAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\IReferenceResolver.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\IValueProvider.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonArrayContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonDictionaryContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonFormatterConverter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonISerializableContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonLinqContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonObjectContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonPrimitiveContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonProperty.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonPropertyCollection.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonSerializerInternalBase.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonSerializerInternalReader.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonSerializerInternalWriter.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonSerializerProxy.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonStringContract.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\JsonTypeReflector.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\LateBoundMetadataTypeAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\ObjectConstructor.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\OnErrorAttribute.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\ReflectionValueProvider.cs" />
|
|
<Compile Include="Newtonsoft\Json\Serialization\ResolverContractKey.cs" />
|
|
<Compile Include="Newtonsoft\Json\TypeNameHandling.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\Base64Encoder.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\BidirectionalDictionary.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\CollectionUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\CollectionWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ConvertUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\Creator.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\D1.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\DateTimeUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\DictionaryWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\DynamicReflectionDelegateFactory.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\DynamicWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\DynamicWrapperBase.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\EnumUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\EnumValue.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\EnumValues.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ILGeneratorExtensions.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\IWrappedCollection.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\IWrappedDictionary.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\IWrappedList.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\JavaScriptUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\LateBoundReflectionDelegateFactory.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ListWrapper.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\MathUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\MethodCall.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\MiscellaneousUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ReflectionDelegateFactory.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ReflectionUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\StringBuffer.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\StringUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ThreadSafeStore.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\TypeExtensions.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\ValidationUtils.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\WrapperDictionary.cs" />
|
|
<Compile Include="Newtonsoft\Json\Utilities\WrapperMethodBuilder.cs" />
|
|
<Compile Include="Newtonsoft\Json\WriteState.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SingularConversionValueUpdatedHandler.cs" />
|
|
<Compile Include="SingularDeferredDeepLinkHandler.cs" />
|
|
<Compile Include="SingularLinkHandler.cs" />
|
|
<Compile Include="SingularLinkParams.cs" />
|
|
<Compile Include="SingularSDK.cs" />
|
|
<Compile Include="System\Runtime\Serialization\DataContractAttribute.cs" />
|
|
<Compile Include="System\Runtime\Serialization\DataMemberAttribute.cs" />
|
|
<Compile Include="System\Runtime\Serialization\EnumMemberAttribute.cs" />
|
|
<Compile Include="Vector2Converter.cs" />
|
|
<Compile Include="Vector3Converter.cs" />
|
|
<Compile Include="Vector4Converter.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
|
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9d}</Project>
|
|
<Name>mscorlib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System.Core\System.Core.csproj">
|
|
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dded8}</Project>
|
|
<Name>System.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System.Xml\System.Xml.csproj">
|
|
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddee4}</Project>
|
|
<Name>System.Xml</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System\System.csproj">
|
|
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddedb}</Project>
|
|
<Name>System</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
|
|
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddefd}</Project>
|
|
<Name>UnityEngine.CoreModule</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |