Created
April 22, 2017 18:01
-
-
Save BojanKomazec/6614bef40730742ab16ccd0e551cd85b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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/bojan/Downloads/test/TestProject/obj/project.assets.json</ProjectAssetsFile> | |
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/bojan/.nuget/packages/</NuGetPackageRoot> | |
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/bojan/.nuget/packages/</NuGetPackageFolders> | |
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | |
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.0.0</NuGetToolVersion> | |
</PropertyGroup> | |
<PropertyGroup> | |
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | |
</PropertyGroup> | |
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | |
<Import Project="$(NuGetPackageRoot)microsoft.diasymreader.native/1.4.1/build/Microsoft.DiaSymReader.Native.props" Condition="Exists('$(NuGetPackageRoot)microsoft.diasymreader.native/1.4.1/build/Microsoft.DiaSymReader.Native.props')" /> | |
</ImportGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment