1.11.0
This commit is contained in:
parent
528dfafb63
commit
e7aeab5821
|
@ -177,6 +177,7 @@ copy /y %~dp0..\Sandboxie\install\Manifest2.txt %instPath%\
|
||||||
|
|
||||||
ECHO Copying Sandboxie Tools
|
ECHO Copying Sandboxie Tools
|
||||||
|
|
||||||
|
copy /y %~dp0..\SandboxieTools\%archPath%\Release\ImBox.exe %instPath%\
|
||||||
copy /y %~dp0..\SandboxieTools\%archPath%\Release\UpdUtil.exe %instPath%\
|
copy /y %~dp0..\SandboxieTools\%archPath%\Release\UpdUtil.exe %instPath%\
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.32802.440
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UpdUtil", "UpdUtil\UpdUtil.vcxproj", "{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UpdUtil", "UpdUtil\UpdUtil.vcxproj", "{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImBox", "ImBox\ImBox.vcxproj", "{96BCA164-BCD0-4839-B9FE-DA7E557481DB}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|ARM64 = Debug|ARM64
|
Debug|ARM64 = Debug|ARM64
|
||||||
|
@ -27,6 +29,17 @@ Global
|
||||||
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x64.Build.0 = Release|x64
|
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x64.Build.0 = Release|x64
|
||||||
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x86.ActiveCfg = Release|Win32
|
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x86.ActiveCfg = Release|Win32
|
||||||
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x86.Build.0 = Release|Win32
|
{6DA9D833-9E5B-4BC6-B446-6DA34E5E616A}.Release|x86.Build.0 = Release|Win32
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|ARM64.Build.0 = Debug|ARM64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|x86.ActiveCfg = Debug|Win32
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Debug|x86.Build.0 = Debug|Win32
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Release|ARM64.ActiveCfg = Release|Win32
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Release|x64.Build.0 = Release|x64
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Release|x86.ActiveCfg = Release|Win32
|
||||||
|
{96BCA164-BCD0-4839-B9FE-DA7E557481DB}.Release|x86.Build.0 = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
Loading…
Reference in New Issue