mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-30 17:01:57 +08:00 
			
		
		
		
	resolve merge conflicts
This commit is contained in:
		| @@ -22,6 +22,7 @@ | |||||||
|     <ProjectGuid>{4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}</ProjectGuid> |     <ProjectGuid>{4A8485A5-B7DD-4C44-B7F6-3E2765DD0CD3}</ProjectGuid> | ||||||
|     <Keyword>Win32Proj</Keyword> |     <Keyword>Win32Proj</Keyword> | ||||||
|     <RootNamespace>CmderLauncher</RootNamespace> |     <RootNamespace>CmderLauncher</RootNamespace> | ||||||
|  |     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||||
|   | |||||||
| @@ -117,6 +117,7 @@ if ($ConEmuXml -ne "") { | |||||||
| Pop-Location | Pop-Location | ||||||
|  |  | ||||||
| if($Compile) { | if($Compile) { | ||||||
|  |     cmd.exe /C "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" | ||||||
|     Push-Location -Path $launcher |     Push-Location -Path $launcher | ||||||
|     Create-RC $version ($launcher + '\src\version.rc2'); |     Create-RC $version ($launcher + '\src\version.rc2'); | ||||||
|     msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release |     msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user