Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptation to Visual Studio 2022 #165

Closed
s-takeuchi opened this issue Nov 1, 2023 · 4 comments
Closed

Adaptation to Visual Studio 2022 #165

s-takeuchi opened this issue Nov 1, 2023 · 4 comments
Assignees

Comments

@s-takeuchi
Copy link
Owner

s-takeuchi commented Nov 1, 2023

Activities for adaptation to Visual Studio 2022

  • Visual Studio 2022 Community Installation
    Workloads Desktop development with C++
    Language Pack +Japanese

  • Conversion of solution files
    Windows SDK version = 10.0(The latest version)
    Platform Tool Set = v143

  • Build(build.bat) and test(test.bat) files change
    Change of installation path of visual studio 2022
    set MSBUILD="C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe"
    set DEVENV="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.com"
    Removal of "copy "..\src\commonfunc\StkGeneric.h" deployment"

  • Adaptation to OpenSSL 3.2.1

@s-takeuchi s-takeuchi self-assigned this Nov 1, 2023
@s-takeuchi s-takeuchi added this to the For YaizuDbTool 1.3.0 milestone Nov 1, 2023
@s-takeuchi
Copy link
Owner Author

7bc6681

s-takeuchi added a commit that referenced this issue Nov 3, 2023
s-takeuchi added a commit that referenced this issue Nov 3, 2023
s-takeuchi added a commit that referenced this issue Nov 5, 2023
s-takeuchi added a commit that referenced this issue Nov 10, 2023
s-takeuchi added a commit that referenced this issue Feb 4, 2024
@s-takeuchi
Copy link
Owner Author

@s-takeuchi
Copy link
Owner Author

Confirmed that auto test is completed successfully.

@s-takeuchi
Copy link
Owner Author

✔️ Documentation : Done
✔️ Test : Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant