-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectoryProperties.props
More file actions
16 lines (16 loc) · 966 Bytes
/
DirectoryProperties.props
File metadata and controls
16 lines (16 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PythonFolder>"C:\ProgrammingLanguages\Python37"</PythonFolder>
<PythonInclude>$(PythonFolder)\include</PythonInclude>
<ProjectsDirectory>$(SolutionDir)..</ProjectsDirectory>
<ProjectLibrary>$(ProjectsDirectory)\CompiledLibraries</ProjectLibrary>
<CPPSource>$(SolutionDir)\SharedCode</CPPSource>
<CSharpSource>$(SolutionDir)\BlazesCSharpSharedCode</CSharpSource>
<WTLFolder>$(ProjectDirectory)\WTL</WTLFolder>
<BoostFolder>$(ProjectDirectory)\boost_1_66_0</BoostFolder>
<BoostLib>$(BoostFolder)\lib</BoostLib>
<!-- <OutputDirectory>$(SolutionDir)bin\$(Configuration)\$(OutputTag)</OutputDirectory>
<IntermediateDirectory>$(SolutionDir)bin\Intermediate\$(ProjectName)\$(Configuration)\</IntermediateDirectory> -->
</PropertyGroup>
</Project>