aboutsummaryrefslogtreecommitdiff
path: root/src/Directory.vcxproj.props
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Directory.vcxproj.props (renamed from src/Cpp.Build.props)5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Cpp.Build.props b/src/Directory.vcxproj.props
index 8c7304ee..664bc1d8 100644
--- a/src/Cpp.Build.props
+++ b/src/Directory.vcxproj.props
@@ -6,6 +6,11 @@
6 <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform> 6 <Platform Condition=" '$(Platform)' == '' OR '$(Platform)' == 'AnyCPU' ">Win32</Platform>
7 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir> 7 <IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\</IntDir>
8 <OutDir>$(OutputPath)$(Platform)\</OutDir> 8 <OutDir>$(OutputPath)$(Platform)\</OutDir>
9
10 <!-- NBGV properties -->
11 <AssemblyCompany>$(Company)</AssemblyCompany>
12 <AssemblyCopyright>$(Copyright)</AssemblyCopyright>
13
9 <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> 14 <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
10 <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker> 15 <NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker>
11 </PropertyGroup> 16 </PropertyGroup>