summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-24 11:15:04 -0700
committerJacob Palecki <[email protected]>2020-07-24 11:15:04 -0700
commit02f5d86a891edb2f49851b400b0d2b2f8b4e4f98 (patch)
tree31494b77056e89388f6220f68927caa30c79ecf2 /wrapper/wrapper.vcxproj
parentAdded simple c++/cli wrapper (diff)
downloadrawaccel-02f5d86a891edb2f49851b400b0d2b2f8b4e4f98.tar.xz
rawaccel-02f5d86a891edb2f49851b400b0d2b2f8b4e4f98.zip
Add a basic windows forms grapher
Diffstat (limited to 'wrapper/wrapper.vcxproj')
-rw-r--r--wrapper/wrapper.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj
index 25f878c..d27266d 100644
--- a/wrapper/wrapper.vcxproj
+++ b/wrapper/wrapper.vcxproj
@@ -78,7 +78,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<AdditionalDependencies />
@@ -88,7 +88,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<AdditionalDependencies />
@@ -98,7 +98,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<AdditionalDependencies />
@@ -108,7 +108,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<AdditionalDependencies />