Skip to content

Commit

Permalink
upgrade project to vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood committed Jan 10, 2023
1 parent 80f69d1 commit 8934896
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ReoGrid.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{99F06745-743B-4B54-AFC8-30CC295B717B}"
EndProject
Expand All @@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReoGrid", "ReoGrid\ReoGrid.csproj", "{3E6EC2C1-7839-416A-8C27-1BD136D3DF33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCase", "TestCase\TestCase.csproj", "{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -46,6 +48,12 @@ Global
{3E6EC2C1-7839-416A-8C27-1BD136D3DF33}.Pack|Any CPU.Build.0 = Pack|Any CPU
{3E6EC2C1-7839-416A-8C27-1BD136D3DF33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E6EC2C1-7839-416A-8C27-1BD136D3DF33}.Release|Any CPU.Build.0 = Release|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Pack|Any CPU.ActiveCfg = Debug|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Pack|Any CPU.Build.0 = Debug|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B99A35-F9AA-4D76-9D4B-46522F6F4FDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 8934896

Please sign in to comment.