2019-01-26 00:39:37 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-10-30 23:33:00 +00:00
<Import Project= "packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition= "Exists('packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
2019-01-26 00:39:37 +00:00
<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 > {CF50C0E2-23A7-4DC1-B4B2-E60CDE716253}</ProjectGuid>
2019-02-01 17:19:20 +00:00
<OutputType > Library</OutputType>
2019-01-26 00:39:37 +00:00
<AppDesignerFolder > Properties</AppDesignerFolder>
2019-02-01 17:19:20 +00:00
<RootNamespace > RobloxFiles</RootNamespace>
2019-01-26 00:39:37 +00:00
<AssemblyName > RobloxFileFormat</AssemblyName>
<TargetFrameworkVersion > v4.5.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
2019-02-01 17:19:20 +00:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2019-10-30 23:33:00 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2019-01-26 00:39:37 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
2019-02-01 18:40:39 +00:00
<WarningLevel > 1</WarningLevel>
2019-01-26 00:39:37 +00:00
</PropertyGroup>
<PropertyGroup >
<StartupObject />
</PropertyGroup>
<ItemGroup >
2019-10-30 23:33:00 +00:00
<Reference Include= "Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
<Private > True</Private>
</Reference>
2019-02-01 16:53:01 +00:00
<Reference Include= "LZ4, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd, processorArchitecture=MSIL" >
2019-10-30 23:33:00 +00:00
<HintPath > packages\lz4net.1.0.15.93\lib\net4-client\LZ4.dll</HintPath>
2019-01-26 00:39:37 +00:00
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2019-05-19 04:44:51 +00:00
<Compile Include= "BinaryFormat\BinaryFileChunk.cs" />
2019-01-30 06:36:56 +00:00
<Compile Include= "BinaryFormat\BinaryRobloxFile.cs" />
2019-05-19 04:44:51 +00:00
<Compile Include= "BinaryFormat\Chunks\INST.cs" />
<Compile Include= "BinaryFormat\Chunks\META.cs" />
<Compile Include= "BinaryFormat\Chunks\PRNT.cs" />
<Compile Include= "BinaryFormat\Chunks\PROP.cs" />
<Compile Include= "BinaryFormat\Chunks\SSTR.cs" />
2019-06-08 03:43:28 +00:00
<Compile Include= "BinaryFormat\IO\BinaryFileReader.cs" />
<Compile Include= "BinaryFormat\IO\BinaryFileWriter.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "DataTypes\Color3uint8.cs" />
<Compile Include= "DataTypes\ProtectedString.cs" />
<Compile Include= "DataTypes\Content.cs" />
2019-11-01 02:40:31 +00:00
<Compile Include= "DataTypes\Region3int16.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "DataTypes\SharedString.cs" />
2019-11-01 02:40:31 +00:00
<Compile Include= "DataTypes\Vector2int16.cs" />
2019-06-08 03:43:28 +00:00
<Compile Include= "Interfaces\IBinaryFileChunk.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "Generated\Classes.cs" />
<Compile Include= "Generated\Enums.cs" />
2020-06-22 01:02:36 +00:00
<Compile Include= "LibTest\Program.cs" />
2019-11-01 02:40:31 +00:00
<Compile Include= "Tree\Attributes.cs" />
2019-02-04 19:30:33 +00:00
<Compile Include= "Tree\Property.cs" />
<Compile Include= "Tree\Instance.cs" />
<Compile Include= "RobloxFile.cs" />
2019-01-26 00:39:37 +00:00
<Compile Include= "DataTypes\Axes.cs" />
<Compile Include= "DataTypes\BrickColor.cs" />
<Compile Include= "DataTypes\CFrame.cs" />
<Compile Include= "DataTypes\Color3.cs" />
<Compile Include= "DataTypes\ColorSequence.cs" />
<Compile Include= "DataTypes\ColorSequenceKeypoint.cs" />
<Compile Include= "DataTypes\Faces.cs" />
<Compile Include= "DataTypes\NumberRange.cs" />
<Compile Include= "DataTypes\NumberSequence.cs" />
<Compile Include= "DataTypes\NumberSequenceKeypoint.cs" />
<Compile Include= "DataTypes\PhysicalProperties.cs" />
<Compile Include= "DataTypes\Ray.cs" />
2019-06-08 03:43:28 +00:00
<Compile Include= "Interfaces\IXmlPropertyToken.cs" />
2019-02-01 18:40:39 +00:00
<Compile Include= "Utility\BrickColors.cs" />
2019-01-26 00:39:37 +00:00
<Compile Include= "DataTypes\Vector3int16.cs" />
<Compile Include= "DataTypes\Rect.cs" />
<Compile Include= "DataTypes\Region3.cs" />
<Compile Include= "DataTypes\UDim.cs" />
<Compile Include= "DataTypes\UDim2.cs" />
<Compile Include= "DataTypes\Vector2.cs" />
<Compile Include= "DataTypes\Vector3.cs" />
2019-05-17 12:08:06 +00:00
<Compile Include= "Utility\Formatting.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "Utility\FontUtility.cs" />
2020-06-22 01:02:36 +00:00
<Compile Include= "Utility\ImplicitMember.cs" />
2019-02-01 18:40:39 +00:00
<Compile Include= "Utility\MaterialInfo.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "DataTypes\Quaternion.cs" />
2019-01-26 00:39:37 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "XmlFormat\Tokens\SharedString.cs" />
<Compile Include= "XmlFormat\Tokens\ProtectedString.cs" />
<Compile Include= "XmlFormat\Tokens\Vector3int16.cs" />
2019-05-19 04:44:51 +00:00
<Compile Include= "XmlFormat\IO\XmlFileWriter.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "XmlFormat\XmlPropertyTokens.cs" />
2019-05-19 04:44:51 +00:00
<Compile Include= "XmlFormat\IO\XmlFileReader.cs" />
2019-02-01 16:53:01 +00:00
<Compile Include= "XmlFormat\XmlRobloxFile.cs" />
2019-06-30 22:01:19 +00:00
<Compile Include= "XmlFormat\Tokens\Axes.cs" />
<Compile Include= "XmlFormat\Tokens\BinaryString.cs" />
<Compile Include= "XmlFormat\Tokens\Boolean.cs" />
<Compile Include= "XmlFormat\Tokens\BrickColor.cs" />
<Compile Include= "XmlFormat\Tokens\CFrame.cs" />
<Compile Include= "XmlFormat\Tokens\Content.cs" />
<Compile Include= "XmlFormat\Tokens\Color3.cs" />
<Compile Include= "XmlFormat\Tokens\Color3uint8.cs" />
<Compile Include= "XmlFormat\Tokens\ColorSequence.cs" />
<Compile Include= "XmlFormat\Tokens\Double.cs" />
<Compile Include= "XmlFormat\Tokens\Enum.cs" />
<Compile Include= "XmlFormat\Tokens\Faces.cs" />
<Compile Include= "XmlFormat\Tokens\Float.cs" />
<Compile Include= "XmlFormat\Tokens\Int.cs" />
<Compile Include= "XmlFormat\Tokens\Int64.cs" />
<Compile Include= "XmlFormat\Tokens\NumberRange.cs" />
<Compile Include= "XmlFormat\Tokens\NumberSequence.cs" />
<Compile Include= "XmlFormat\Tokens\PhysicalProperties.cs" />
<Compile Include= "XmlFormat\Tokens\Ray.cs" />
<Compile Include= "XmlFormat\Tokens\Rect.cs" />
<Compile Include= "XmlFormat\Tokens\Ref.cs" />
<Compile Include= "XmlFormat\Tokens\String.cs" />
<Compile Include= "XmlFormat\Tokens\UDim.cs" />
<Compile Include= "XmlFormat\Tokens\UDim2.cs" />
<Compile Include= "XmlFormat\Tokens\Vector2.cs" />
<Compile Include= "XmlFormat\Tokens\Vector3.cs" />
2019-01-26 00:39:37 +00:00
</ItemGroup>
2019-02-01 17:19:20 +00:00
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.5.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
2019-10-30 23:33:00 +00:00
<ItemGroup >
2020-06-22 01:02:36 +00:00
<None Include= "LibTest\Binary.rbxl" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
<None Include= "LibTest\Xml.rbxlx" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
2019-10-30 23:33:00 +00:00
<None Include= "packages.config" />
</ItemGroup>
2019-01-26 00:39:37 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-10-24 20:17:36 +00:00
<PropertyGroup >
<PostBuildEvent > copy /y $(TargetPath) $(ProjectDir)$(TargetFileName)</PostBuildEvent>
</PropertyGroup>
2019-10-30 23:33:00 +00:00
<Import Project= "packages\Fody.4.2.1\build\Fody.targets" Condition= "Exists('packages\Fody.4.2.1\build\Fody.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('packages\Fody.4.2.1\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Fody.4.2.1\build\Fody.targets'))" />
<Error Condition= "!Exists('packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
</Target>
2019-01-26 00:39:37 +00:00
</Project>