Skip to content

Commit 960bb03

Browse files
committed
update project file (visual studio upgrading)
1 parent 4840ff8 commit 960bb03

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ReoGrid.sln

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29503.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{99F06745-743B-4B54-AFC8-30CC295B717B}"
77
EndProject
@@ -61,4 +61,7 @@ Global
6161
GlobalSection(SolutionProperties) = preSolution
6262
HideSolutionNode = FALSE
6363
EndGlobalSection
64+
GlobalSection(ExtensibilityGlobals) = postSolution
65+
SolutionGuid = {A7DBF16C-1B35-4FD2-AECB-B05E7C4347E5}
66+
EndGlobalSection
6467
EndGlobal

ReoGrid/ReoGrid.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
<SignAssembly>false</SignAssembly>
7676
</PropertyGroup>
7777
<PropertyGroup>
78-
<AssemblyOriginatorKeyFile>reogrid-0.8.6.pfx</AssemblyOriginatorKeyFile>
78+
<AssemblyOriginatorKeyFile>
79+
</AssemblyOriginatorKeyFile>
7980
</PropertyGroup>
8081
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WPFDebug|AnyCPU'">
8182
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)