FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/PCbuild/pyproject.vsprops at master · uttjn/python · GitHub
uttjn
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
PCbuild
/
pyproject.vsprops
Copy path
More file actions
More file actions
Latest commit
History
History
History
111 lines (111 loc) · 2.33 KB
Breadcrumbs
python
/
PCbuild
/
pyproject.vsprops
Copy path
File metadata and controls
111 lines (111 loc) · 2.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?
xml
version
=
"
1.0
"
encoding
=
"
Windows-1252
"
?>
<
VisualStudioPropertySheet
ProjectType=
"
Visual C++
"
Version=
"
8.00
"
Name=
"
pyproject
"
OutputDirectory=
"
$(SolutionDir)
"
IntermediateDirectory=
"
$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\
"
>
<
Tool
Name=
"
VCCLCompilerTool
"
Optimization=
"
2
"
InlineFunctionExpansion=
"
1
"
EnableIntrinsicFunctions=
"
true
"
AdditionalIncludeDirectories=
"
..\Include; ..\PC
"
PreprocessorDefinitions=
"
_WIN32
"
StringPooling=
"
true
"
ExceptionHandling=
"
0
"
RuntimeLibrary=
"
0
"
EnableFunctionLevelLinking=
"
true
"
WarningLevel=
"
3
"
DebugInformationFormat=
"
3
"
CompileAs=
"
0
"
/>
<
Tool
Name=
"
VCLinkerTool
"
LinkIncremental=
"
1
"
AdditionalLibraryDirectories=
"
$(OutDir)
"
GenerateDebugInformation=
"
true
"
ProgramDatabaseFile=
"
$(OutDir)$(TargetName).pdb
"
SubSystem=
"
2
"
RandomizedBaseAddress=
"
1
"
DataExecutionPrevention=
"
0
"
TargetMachine=
"
1
"
/>
<
Tool
Name=
"
VCResourceCompilerTool
"
AdditionalIncludeDirectories=
"
..\PC;..\Include
"
/>
<
UserMacro
Name=
"
PyDllName
"
Value=
"
python27
"
/>
<
UserMacro
Name=
"
PythonExe
"
Value=
"
$(SolutionDir)\python.exe
"
/>
<
UserMacro
Name=
"
externalsDir
"
Value=
"
..\..
"
/>
<
UserMacro
Name=
"
bsddbDir
"
Value=
"
$(bsddb47Dir)
"
/>
<
UserMacro
Name=
"
bsddbDepLibs
"
Value=
"
$(bsddb47DepLibs)
"
/>
<
UserMacro
Name=
"
bsddb44Dir
"
Value=
"
$(externalsDir)\db-4.4.20\build_win32
"
/>
<
UserMacro
Name=
"
bsddb44DepLibs
"
Value=
"
"
/>
<
UserMacro
Name=
"
bsddb47Dir
"
Value=
"
$(externalsDir)\db-4.7.25.0\build_windows
"
/>
<
UserMacro
Name=
"
bsddb47DepLibs
"
Value=
"
ws2_32.lib
"
/>
<
UserMacro
Name=
"
sqlite3Dir
"
Value=
"
$(externalsDir)\sqlite-3.5.9
"
/>
<
UserMacro
Name=
"
bz2Dir
"
Value=
"
$(externalsDir)\bzip2-1.0.5
"
/>
<
UserMacro
Name=
"
opensslDir
"
Value=
"
$(externalsDir)\openssl-0.9.8g
"
/>
<
UserMacro
Name=
"
tcltkDir
"
Value=
"
$(externalsDir)\tcltk
"
/>
<
UserMacro
Name=
"
tcltk64Dir
"
Value=
"
$(externalsDir)\tcltk64
"
/>
<
UserMacro
Name=
"
tcltkLib
"
Value=
"
$(tcltkDir)\lib\tcl85.lib $(tcltkDir)\lib\tk85.lib
"
/>
<
UserMacro
Name=
"
tcltkLibDebug
"
Value=
"
$(tcltkDir)\lib\tcl85g.lib $(tcltkDir)\lib\tk85g.lib
"
/>
<
UserMacro
Name=
"
tcltk64Lib
"
Value=
"
$(tcltk64Dir)\lib\tcl85.lib $(tcltk64Dir)\lib\tk85.lib
"
/>
<
UserMacro
Name=
"
tcltk64LibDebug
"
Value=
"
$(tcltk64Dir)\lib\tcl85g.lib $(tcltk64Dir)\lib\tk85g.lib
"
/>
</
VisualStudioPropertySheet
>
Back
|
FazBrowse Home
|
New Git URL