12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
- <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
- <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
- <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">/home/robin/projects/luticate2/luticate2/TestUtils/project.lock.json</ProjectAssetsFile>
- <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/robin/.nuget/packages/</NuGetPackageRoot>
- <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/robin/.nuget/packages/</NuGetPackageFolders>
- <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.0.0</NuGetToolVersion>
- </PropertyGroup>
- <PropertyGroup>
- <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
- </PropertyGroup>
- <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
- <Import Project="$(NuGetPackageRoot)xunit.core/2.1.0/build/portable-net45+win8+wp8+wpa81/xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.1.0/build/portable-net45+win8+wp8+wpa81/xunit.core.props')" />
- <Import Project="$(NuGetPackageRoot)microsoft.diasymreader.native/1.3.3/build/Microsoft.DiaSymReader.Native.props" Condition="Exists('$(NuGetPackageRoot)microsoft.diasymreader.native/1.3.3/build/Microsoft.DiaSymReader.Native.props')" />
- </ImportGroup>
- </Project>
|