Skip to content

Commit 2cf0361

Browse files
committed
Modified code generation properties for "without runtime" DLLs
1 parent dbabfaa commit 2cf0361

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

XInputInterface/XInputInterface.vcproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="9,00"
4+
Version="9.00"
55
Name="XInputInterface"
66
ProjectGUID="{1967D61A-FB64-463C-BB3C-BB6E90FBC76F}"
77
RootNamespace="XInputInterface"
@@ -43,7 +43,7 @@
4343
PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;XI_EXPORTS"
4444
MinimalRebuild="true"
4545
BasicRuntimeChecks="3"
46-
RuntimeLibrary="3"
46+
RuntimeLibrary="1"
4747
WarningLevel="3"
4848
DebugInformationFormat="4"
4949
/>
@@ -112,7 +112,7 @@
112112
Optimization="2"
113113
EnableIntrinsicFunctions="true"
114114
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;XI_EXPORTS"
115-
RuntimeLibrary="2"
115+
RuntimeLibrary="0"
116116
EnableFunctionLevelLinking="true"
117117
WarningLevel="3"
118118
DebugInformationFormat="3"

XInputUnity/XInputInterface.dll

47.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)