| 1234567891011121314151617181920212223242526272829 |
- <?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>
- <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Student\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
- <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.1</NuGetToolVersion>
- </PropertyGroup>
- <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
- <SourceRoot Include="C:\Users\Student\.nuget\packages\" />
- <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
- </ItemGroup>
- <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
- <Import Project="$(NuGetPackageRoot)uno.foundation\6.0.465\buildTransitive\Uno.Foundation.props" Condition="Exists('$(NuGetPackageRoot)uno.foundation\6.0.465\buildTransitive\Uno.Foundation.props')" />
- <Import Project="$(NuGetPackageRoot)uno.winrt\6.0.465\buildTransitive\Uno.WinRT.props" Condition="Exists('$(NuGetPackageRoot)uno.winrt\6.0.465\buildTransitive\Uno.WinRT.props')" />
- <Import Project="$(NuGetPackageRoot)uno.fonts.fluent\2.6.1\buildTransitive\Uno.Fonts.Fluent.props" Condition="Exists('$(NuGetPackageRoot)uno.fonts.fluent\2.6.1\buildTransitive\Uno.Fonts.Fluent.props')" />
- <Import Project="$(NuGetPackageRoot)uno.winui\6.0.465\buildTransitive\net9.0-windows\uno.winui.props" Condition="Exists('$(NuGetPackageRoot)uno.winui\6.0.465\buildTransitive\net9.0-windows\uno.winui.props')" />
- <Import Project="$(NuGetPackageRoot)skiasharp.nativeassets.webassembly\2.88.9\buildTransitive\netstandard1.0\SkiaSharp.NativeAssets.WebAssembly.props" Condition="Exists('$(NuGetPackageRoot)skiasharp.nativeassets.webassembly\2.88.9\buildTransitive\netstandard1.0\SkiaSharp.NativeAssets.WebAssembly.props')" />
- </ImportGroup>
- <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
- <PkgUno_Foundation Condition=" '$(PkgUno_Foundation)' == '' ">C:\Users\Student\.nuget\packages\uno.foundation\6.0.465</PkgUno_Foundation>
- <PkgUno_WinRT Condition=" '$(PkgUno_WinRT)' == '' ">C:\Users\Student\.nuget\packages\uno.winrt\6.0.465</PkgUno_WinRT>
- <PkgUno_WinUI Condition=" '$(PkgUno_WinUI)' == '' ">C:\Users\Student\.nuget\packages\uno.winui\6.0.465</PkgUno_WinUI>
- <PkgOxyPlot_Wpf Condition=" '$(PkgOxyPlot_Wpf)' == '' ">C:\Users\Student\.nuget\packages\oxyplot.wpf\2.2.0</PkgOxyPlot_Wpf>
- </PropertyGroup>
- </Project>
|