003 File Manager
Current Path:
/usr/src/sys/contrib/libsodium/builds/msvc/properties
usr
/
src
/
sys
/
contrib
/
libsodium
/
builds
/
msvc
/
properties
/
📁
..
📄
Common.props
(696 B)
📄
DLL.props
(522 B)
📄
Debug.props
(1.02 KB)
📄
DebugDEXE.props
(633 B)
📄
DebugDLL.props
(586 B)
📄
DebugLEXE.props
(589 B)
📄
DebugLIB.props
(650 B)
📄
DebugLTCG.props
(629 B)
📄
DebugSEXE.props
(624 B)
📄
EXE.props
(530 B)
📄
LIB.props
(510 B)
📄
LTCG.props
(407 B)
📄
Link.props
(655 B)
📄
Messages.props
(643 B)
📄
Output.props
(1.29 KB)
📄
Release.props
(1.56 KB)
📄
ReleaseDEXE.props
(582 B)
📄
ReleaseDLL.props
(541 B)
📄
ReleaseLEXE.props
(588 B)
📄
ReleaseLIB.props
(535 B)
📄
ReleaseLTCG.props
(562 B)
📄
ReleaseSEXE.props
(577 B)
📄
Win32.props
(747 B)
📄
x64.props
(1.02 KB)
Editing: Release.props
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets"> <Import Project="Common.props" /> </ImportGroup> <PropertyGroup> <_PropertySheetDisplayName>Release Settings</_PropertySheetDisplayName> <DebugOrRelease>Release</DebugOrRelease> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <AdditionalOptions>/Oy- %(AdditionalOptions)</AdditionalOptions> <!--<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>--> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <MinimalRebuild>false</MinimalRebuild> <Optimization>MaxSpeed</Optimization> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <!--<GenerateDebugInformation>true</GenerateDebugInformation>--> <OptimizeReferences>true</OptimizeReferences> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Processor)' == 'x86'"> <ClCompile> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> </ItemDefinitionGroup> </Project>
Upload File
Create Folder