Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jan 18, 2024
1 parent 0226021 commit 5ea319d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 35 deletions.
8 changes: 0 additions & 8 deletions msvc/ucxxrt.test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
Expand Down
8 changes: 0 additions & 8 deletions msvc/ucxxrt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
Expand Down
4 changes: 0 additions & 4 deletions src/ucxxrtlib.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ xcopy /D /S /Y /V /F "$(SolutionDir)lib" "$(SolutionDir)ucxxrt\lib\" /EXCLUDE:$(
</PostBuildEvent>
</ItemDefinitionGroup>

<PropertyGroup Label="Globals">
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>

<!-- ucxxrt Config -->
<PropertyGroup>
<UCXXRT_KernelMode>false</UCXXRT_KernelMode>
Expand Down
14 changes: 0 additions & 14 deletions ucxxrt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ucxxrt.test", "msvc\ucxxrt.
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM.ActiveCfg = Debug|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM.Build.0 = Debug|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM.Deploy.0 = Debug|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM64.ActiveCfg = Debug|ARM64
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM64.Build.0 = Debug|ARM64
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand All @@ -31,9 +26,6 @@ Global
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|x86.ActiveCfg = Debug|Win32
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|x86.Build.0 = Debug|Win32
{8D969184-788F-48AA-BF18-2898FC167C91}.Debug|x86.Deploy.0 = Debug|Win32
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM.ActiveCfg = Release|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM.Build.0 = Release|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM.Deploy.0 = Release|ARM
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM64.ActiveCfg = Release|ARM64
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM64.Build.0 = Release|ARM64
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|ARM64.Deploy.0 = Release|ARM64
Expand All @@ -43,9 +35,6 @@ Global
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|x86.ActiveCfg = Release|Win32
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|x86.Build.0 = Release|Win32
{8D969184-788F-48AA-BF18-2898FC167C91}.Release|x86.Deploy.0 = Release|Win32
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM.ActiveCfg = Debug|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM.Build.0 = Debug|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM.Deploy.0 = Debug|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM64.ActiveCfg = Debug|ARM64
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM64.Build.0 = Debug|ARM64
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand All @@ -55,9 +44,6 @@ Global
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|x86.ActiveCfg = Debug|Win32
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|x86.Build.0 = Debug|Win32
{408FB99E-F703-491E-836B-5FA24B3C819E}.Debug|x86.Deploy.0 = Debug|Win32
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM.ActiveCfg = Release|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM.Build.0 = Release|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM.Deploy.0 = Release|ARM
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM64.ActiveCfg = Release|ARM64
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM64.Build.0 = Release|ARM64
{408FB99E-F703-491E-836B-5FA24B3C819E}.Release|ARM64.Deploy.0 = Release|ARM64
Expand Down
2 changes: 1 addition & 1 deletion veil
Submodule veil updated from 2495a6 to ce29e1

0 comments on commit 5ea319d

Please sign in to comment.