mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
22 lines
717 B
XML
22 lines
717 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros">
|
|
<RepoDir>.</RepoDir>
|
|
<SrcDir>$(RepoDir)\src\cpp\ripple</SrcDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="RepoDir">
|
|
<Value>$(RepoDir)</Value>
|
|
</BuildMacro>
|
|
<BuildMacro Include="SrcDir">
|
|
<Value>$(SrcDir)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |