Files
apps
core
deps
codemirror
codemirror_src
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
.github
build-aux
builds
msvc
build
properties
ARM64.props
Common.props
DLL.props
Debug.props
DebugDEXE.props
DebugDLL.props
DebugLEXE.props
DebugLIB.props
DebugLTCG.props
DebugSEXE.props
EXE.props
LIB.props
LTCG.props
Link.props
Messages.props
Output.props
Release.props
ReleaseDEXE.props
ReleaseDLL.props
ReleaseLEXE.props
ReleaseLIB.props
ReleaseLTCG.props
ReleaseSEXE.props
Win32.props
x64.props
vs2010
vs2012
vs2013
vs2015
vs2017
vs2019
vs2022
resource.h
resource.rc
version.h
.gitignore
Makefile.am
Makefile.in
ci
contrib
dist-build
m4
packaging
regen-msvc
src
test
.gitignore
AUTHORS
CITATION.cff
ChangeLog
LICENSE
Makefile.am
Makefile.in
README.markdown
THANKS
aclocal.m4
appveyor.yml
autogen.sh
azure-pipelines.yml
build.zig
configure
configure.ac
lgtm.yml
libsodium-uninstalled.pc.in
libsodium.pc.in
logo.png
libuv
lit
openssl
picohttpparser
prettier
quickjs
speedscope
sqlite
xopt
zlib
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
Dockerfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
tildefriends/deps/libsodium/builds/msvc/properties/Messages.props

15 lines
643 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PropertySheetDisplayName>Build Messages</_PropertySheetDisplayName>
</PropertyGroup>
<Target Name="ConfigInfo" BeforeTargets="PrepareForBuild">
<Message Text="ConfigurationType : $(ConfigurationType)" Importance="high"/>
<Message Text="Configuration : $(Configuration)" Importance="high"/>
<Message Text="PlatformToolset : $(PlatformToolset)" Importance="high"/>
<Message Text="TargetPath : $(TargetPath)" Importance="high"/>
</Target>
</Project>