Skip to content

Commit

Permalink
Update: Musa.Core to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 18, 2024
1 parent 066c160 commit b3c385e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Musa.Runtime.NuGet/Musa.Runtime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Musa.Runtime - Musa.Runtime is a Microsoft MSVC runtime library based on Musa.Co
<projectUrl>https://github.com/MiroKaku/Musa.Runtime</projectUrl>
<repository type="git" url="https://github.com/MiroKaku/Musa.Runtime.git" branch="main" commit="$commit$" />
<dependencies>
<dependency id="Musa.Core" version="0.2.0" />
<dependency id="Musa.Core" version="0.3.0" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 4 additions & 6 deletions Musa.Runtime.TestForDriver/Musa.Runtime.TestForDriver.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@
<ItemGroup>
<ClCompile Include="Musa.Runtime.TestForDriver.cpp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>false</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.2.0</Version>
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
Expand Down
13 changes: 4 additions & 9 deletions Musa.Runtime/Musa.Runtime.CRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,14 @@ echo F | xcopy /v /f /d /y "$(IntDirFullPath)sys_main.obj" "$(SolutionDir)\Publi
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
</MASM>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.2.0</Version>
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" />
</ImportGroup>
Expand Down
7 changes: 5 additions & 2 deletions Musa.Runtime/Musa.Runtime.STL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,12 @@
<ClCompile Include="$(Musa_Runtime_VC_ToolsInstallDir_Overlay)\crt\stl\mutex.cpp" />
<ClCompile Include="$(Musa_Runtime_VC_ToolsInstallDir_Overlay)\crt\stl\syserror_import_lib.cpp" />
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
7 changes: 5 additions & 2 deletions Musa.Runtime/Musa.Runtime.UCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,12 @@
<ClCompile Include="$(Musa_Runtime_UCRT_ToolsInstallDir_Overlay)\ucrt\startup\thread.cpp" />
<ClCompile Include="$(Musa_Runtime_UCRT_ToolsInstallDir_Overlay)\ucrt\stdio\output.cpp" />
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
7 changes: 5 additions & 2 deletions Musa.Runtime/Musa.Runtime.VCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,12 @@
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
</MASM>
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
7 changes: 5 additions & 2 deletions Musa.Runtime/Musa.Runtime.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ xcopy /v /f /d /y "$(TargetDir)$(TargetName).lib" "$(SolutionDir)\Publish\lib\$(
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<PropertyGroup>
<MusaCoreOnlyHeader>true</MusaCoreOnlyHeader>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.1.1</Version>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
Expand Down

0 comments on commit b3c385e

Please sign in to comment.