Skip to content

Commit

Permalink
fix DetectFrameHeader/ColrAtom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
piersdeseilligny committed May 9, 2020
1 parent 711bb43 commit c8e9053
Show file tree
Hide file tree
Showing 21 changed files with 7,956 additions and 591 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.pfx
Releases
Releases
bin
obj
Binary file added .vs/ProResMetadata/DesignTimeBuild/.dtbcache
Binary file not shown.
Binary file added .vs/ProResMetadata/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file added .vs/ProResMetadata/v16/.suo
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "Ribv3P6dVrNhe0LTZ14Aam+H1nycYHHJHnBTNkOXpaSir3jECWMAoY8LnikgjS5uZDXdXXSLBwe5IuYaX/2W8A==",
"dgSpecHash": "4bg32/Y/M6r5QCLwb3mpxWSlf9vOq03qji8P2fUEn9akFRKcriDpMjAwC6p96d2t2bwyu8C3QCjd+Wq4OH+v3w==",
"success": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">/Users/piers/Desktop/ProResMetadata/ProResMetadata/ProResMetadata.Gtk/obj/project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/piers/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/piers/.nuget/packages/;/usr/local/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\piers\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.3.1</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.5.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)eto.forms/2.4.1/build/Eto.Forms.targets" Condition="Exists('$(NuGetPackageRoot)eto.forms/2.4.1/build/Eto.Forms.targets')" />
<Import Project="$(NuGetPackageRoot)eto.forms\2.4.1\build\Eto.Forms.targets" Condition="Exists('$(NuGetPackageRoot)eto.forms\2.4.1\build\Eto.Forms.targets')" />
</ImportGroup>
</Project>
Loading

0 comments on commit c8e9053

Please sign in to comment.