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: Output.props
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>Output Settings</_PropertySheetDisplayName> <!-- BuildRoot, RepoRoot, SourceRoot, DebugOrRelease and DefaultLinkage are custom props and should therefore not be referenced from *.import.props or nuget target files. --> <BuildRoot>$(ProjectDir)..\..\</BuildRoot> <RepoRoot>$(ProjectDir)..\..\..\..\</RepoRoot> <SourceRoot>$(ProjectDir)..\..\..\..\..\</SourceRoot> <OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir> <IntDir>$(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</IntDir> <TargetDir>$(OutDir)</TargetDir> <TargetName>$(TargetName)</TargetName> <TargetPath>$(TargetDir)$(TargetName)$(TargetExt)</TargetPath> </PropertyGroup> <ItemDefinitionGroup> <Link> <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> </Link> <BuildLog> <Path>$(OutDir)$(TargetName).log</Path> </BuildLog> </ItemDefinitionGroup> <ImportGroup Label="PropertySheets"> <Import Project="Messages.props" /> </ImportGroup> </Project>
Upload File
Create Folder