Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Apr 26, 2024
1 parent 38fcf6a commit de09ea7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions winpr/libwinpr/timezone/utils/CMakeLists.txt
Expand Up @@ -3,3 +3,9 @@ project(tzextract VERSION 1.0.0 LANGUAGES CSharp)
add_executable(${PROJECT_NAME}
tzextract.cs
)

set_property(TARGET ${PROJECT_NAME} PROPERTY VS_DOTNET_REFERENCES
"Microsoft.CSharp"
"System"
"System.Core"
"WindowsBase")

0 comments on commit de09ea7

Please sign in to comment.