This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
2021-06-09 16:43:27 +00:00
|
|
|
<?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)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
|
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
2021-11-30 15:11:07 +00:00
|
|
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Besitzer\.nuget\packages\</NuGetPackageFolders>
|
2021-06-09 16:43:27 +00:00
|
|
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
2021-11-30 15:11:07 +00:00
|
|
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
|
2021-06-09 16:43:27 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
2021-11-30 15:11:07 +00:00
|
|
|
<SourceRoot Include="C:\Users\Besitzer\.nuget\packages\" />
|
2021-06-09 16:43:27 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|