Files
Speckle.DoubleNumerics/System.DoubleNumerics/System.Numerics.DoubleVectors.csproj
T
2017-07-04 15:51:37 +02:00

101 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ProjectGuid>{53134B0C-0D57-481B-B84E-D1991E8D54FF}</ProjectGuid>
<RootNamespace>System.Numerics</RootNamespace>
<AssemblyName>System.Numerics.DoubleVectors</AssemblyName>
<DocumentationFile>$(OutputPath)System.Numerics.Vectors.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPartialFacadeAssembly Condition="'$(TargetGroup)'=='net46'">true</IsPartialFacadeAssembly>
<NuGetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.0</NuGetTargetMoniker>
<PackageTargetFramework Condition="'$(TargetGroup)' == ''">netstandard1.0;portable-net45+win8+wp8+wpa81</PackageTargetFramework>
<OutputPath>bin\$(Configuration)\</OutputPath>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<Prefer32Bit>false</Prefer32Bit>
<Optimize>true</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Debug|AnyCPU'">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Release|AnyCPU'">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<!-- Shared -->
<ItemGroup>
<Compile Include="AssemblyInfo1.cs" />
<Compile Include="Common\System\Numerics\Hashing\HashHelpers.cs" />
<Compile Include="Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="System\DoubleNumerics\ConstantHelper.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConstantHelper.tt</DependentUpon>
</Compile>
</ItemGroup>
<!-- Portable version only -->
<ItemGroup Condition="'$(TargetGroup)'==''">
<Compile Include="System\DoubleNumerics\Matrix3x2.cs" />
<Compile Include="System\DoubleNumerics\Matrix4x4.cs" />
<Compile Include="System\DoubleNumerics\Plane.cs" />
<Compile Include="System\DoubleNumerics\Quaternion.cs" />
<Compile Include="System\DoubleNumerics\Vector2.cs" />
<Compile Include="System\DoubleNumerics\Vector2_Intrinsics.cs" />
<Compile Include="System\DoubleNumerics\Vector3.cs" />
<Compile Include="System\DoubleNumerics\Vector3_Intrinsics.cs" />
<Compile Include="System\DoubleNumerics\Vector4.cs" />
<Compile Include="System\DoubleNumerics\Vector4_Intrinsics.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="System.Numerics.DoubleVectors.nuspec" />
<None Include="System\DoubleNumerics\GenerationConfig.ttinclude" />
<Content Include="System\DoubleNumerics\ConstantHelper.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>ConstantHelper.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Strings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)packages\PackProj.0.2.2\build\PackProj.targets" Condition="Exists('$(SolutionDir)packages\PackProj.0.2.2\build\PackProj.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('$(SolutionDir)packages\PackProj.0.2.2\build\PackProj.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\PackProj.0.2.2\build\PackProj.targets'))" />
</Target>
</Project>