Skip to content

Commit 05ddd24

Browse files
committed
Khronos.Net.shproj not properly loaded by VS 2022.
1 parent db8cfec commit 05ddd24

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Khronos.Net/Khronos.Net.shproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<ProjectGuid>c403b635-6b87-4540-8679-7889ed5d3360</ProjectGuid>
55
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
66
</PropertyGroup>
77
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
9+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
810
<PropertyGroup />
911
<Import Project="Khronos.Net.projitems" Label="Shared" />
12+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
1013
</Project>

OpenGL.Net.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
<PackagePath>\</PackagePath>
2121
</None>
2222
</ItemGroup>
23+
24+
<PropertyGroup>
25+
<UseWSL>true</UseWSL>
26+
</PropertyGroup>
2327
</Project>

OpenGL.Net.sln

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ Global
6565
{4A366686-E6AF-4AF0-9199-8BE691A5A392}.Debug|Any CPU.Build.0 = Debug|Any CPU
6666
{4A366686-E6AF-4AF0-9199-8BE691A5A392}.Release|Any CPU.ActiveCfg = Release|Any CPU
6767
{4A366686-E6AF-4AF0-9199-8BE691A5A392}.Release|Any CPU.Build.0 = Release|Any CPU
68-
{C403B635-6B87-4540-8679-7889ED5D3360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
69-
{C403B635-6B87-4540-8679-7889ED5D3360}.Release|Any CPU.ActiveCfg = Release|Any CPU
68+
7069
{DB0A13ED-2264-D7DE-8DA1-DB8F2D826AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7170
{DB0A13ED-2264-D7DE-8DA1-DB8F2D826AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
7271
{DB0A13ED-2264-D7DE-8DA1-DB8F2D826AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)