Releases: ProjectMile/Mile.Project.Configurations
Releases · ProjectMile/Mile.Project.Configurations
Mile.Project.Configurations 1.0.1827.0
This release introduces some fixes and improvements.
Release Notes
- Fix the issue when using MileProjectUseClangCLToolset option. (Thanks to dinhngtu.)
- Update VC-LTL to 5.3.1-Beta2.
- Update YY-Thunks to 1.1.9.
Kenji Mouri
Mile.Project.Configurations 1.0.1768.0
This release introduces some fixes and improvements.
Release Notes
- Add workaround to Mile.Project.Wap.targets for solving the issue that unnecessary XAML files contained in the final MSIX package.
- Add workaround to Mile.Project.Cpp.targets for solving the App.xaml resource not found issue if users want to put App.xaml to dynamic library project instead of application project.
Kenji Mouri
Mile.Project.Configurations 1.0.1766.0
This release introduces some fixes and improvements.
Release Notes
- Adapt to Visual Studio 2026 via fixing the C and C++ language standard configurations. (Contributed by dongle-the-gadget.)
- Update C++/WinRT to 2.0.250303.1.
- Update VC-LTL to 5.2.2.
- Update YY-Thunks to 1.1.8.
- Fix the source code file header comment format.
Kenji Mouri
Mile.Project.Configurations 1.0.1622.0
This release introduces some fixes and improvements.
Release Notes
- Remove unnecessary customization support for PlatformToolset option in Windows driver projects to fix some issues. (Contributed by MiroKaku.)
Kenji Mouri
Mile.Project.Configurations 1.0.1621.0
This release introduces some fixes and improvements.
Release Notes
- Fix the condition check for Mile.Project.Build.
- Update VC-LTL and YY-Thunks to their latest stable version. (Contributed by MiroKaku.)
- Add customization support for WindowsTargetPlatformVersion option. (Suggested by sonyps5201314.)
- Add customization support for PlatformToolset option. (Suggested by sonyps5201314.)
Kenji Mouri
Mile.Project.Configurations 1.0.1426.0
This is the first Mile.Project.Configurations release.
Release Notes
- Initial release.
- Inherit and integrate Mile.Project.Platform from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Fix the condition check for Mile.Project.Platform x86.
- Add empty SDK configurations for simplifying the configurations.
- Fix the file header for Mile.Project.Platform.
- Inherit and integrate Mile.Project.Version from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Inherit and integrate Mile.Project.Manifest from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Inherit and integrate Mile.Project.Cpp from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Inherit and integrate Mile.Project.Wap from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Inherit and integrate Mile.Project.Build from https://github.com/ProjectMile/Mile.Project.Windows/tree/20241012-BeforeNuGetSDK.
- Set BackgroundTaskDebugEngines to NativeOnly in Mile.Project.Wap.props.
- Introduce MileProjectOutputPath, MileProjectCppDisablePackageReferencesSupport and MileProjectWapDisableNativeProjectWorkarounds options.
Kenji Mouri