Skip to content

Commit

Permalink
Rename latest MSVS projects to just WinSparkle.*
Browse files Browse the repository at this point in the history
Remove the -2019 suffix from VS2019 files.
  • Loading branch information
vslavik committed Oct 17, 2020
1 parent 9ab0a7e commit 18f63f6
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions WinSparkle-2019.sln → WinSparkle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle", "WinSparkle-2019.vcxproj", "{524CCCF2-61EA-5B64-A1D9-FF5497027B5F}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle", "WinSparkle.vcxproj", "{524CCCF2-61EA-5B64-A1D9-FF5497027B5F}"
ProjectSection(ProjectDependencies) = postProject
{47B228CB-24FE-5250-B1FC-DFC81D3E69DF} = {47B228CB-24FE-5250-B1FC-DFC81D3E69DF}
{499A5238-5AAC-5FD3-8902-819D787108A5} = {499A5238-5AAC-5FD3-8902-819D787108A5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_expat", "3rdparty\expat-2019.vcxproj", "{47B228CB-24FE-5250-B1FC-DFC81D3E69DF}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_expat", "3rdparty\expat.vcxproj", "{47B228CB-24FE-5250-B1FC-DFC81D3E69DF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_wx", "3rdparty\wx-2019.vcxproj", "{499A5238-5AAC-5FD3-8902-819D787108A5}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_wx", "3rdparty\wx.vcxproj", "{499A5238-5AAC-5FD3-8902-819D787108A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_psdk", "examples\example_psdk-2019.vcxproj", "{AFBD6C55-82AB-5746-BABD-D254BE893418}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_psdk", "examples\example_psdk.vcxproj", "{AFBD6C55-82AB-5746-BABD-D254BE893418}"
ProjectSection(ProjectDependencies) = postProject
{524CCCF2-61EA-5B64-A1D9-FF5497027B5F} = {524CCCF2-61EA-5B64-A1D9-FF5497027B5F}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{2C4E4846-FF11-55AD-AFD1-BC1F3AF74724}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_libcrypto", "3rdparty\libcrypto-2019.vcxproj", "{A0326E8B-57A0-548E-AB4A-2DB2B6704D70}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinSparkle_libcrypto", "3rdparty\libcrypto.vcxproj", "{A0326E8B-57A0-548E-AB4A-2DB2B6704D70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
6 changes: 3 additions & 3 deletions WinSparkle-2019.vcxproj → WinSparkle.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="3rdparty\expat-2019.vcxproj">
<ProjectReference Include="3rdparty\expat.vcxproj">
<Project>{47b228cb-24fe-5250-b1fc-dfc81d3e69df}</Project>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
</ProjectReference>
<ProjectReference Include="3rdparty\libcrypto-2019.vcxproj">
<ProjectReference Include="3rdparty\libcrypto.vcxproj">
<Project>{a0326e8b-57a0-548e-ab4a-2db2b6704d70}</Project>
</ProjectReference>
<ProjectReference Include="3rdparty\wx-2019.vcxproj">
<ProjectReference Include="3rdparty\wx.vcxproj">
<Project>{499a5238-5aac-5fd3-8902-819d787108a5}</Project>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<ResourceCompile Include="psdk\app_psdk.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WinSparkle-2017.vcxproj">
<ProjectReference Include="..\WinSparkle.vcxproj">
<Project>{524cccf2-61ea-5b64-a1d9-ff5497027b5f}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 18f63f6

Please sign in to comment.