diff --git a/common/vsprops/BaseProjectConfig.props b/common/vsprops/BaseProjectConfig.props new file mode 100644 index 0000000000..8737b9e0e4 --- /dev/null +++ b/common/vsprops/BaseProjectConfig.props @@ -0,0 +1,29 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Devel + Win32 + + + Devel + x64 + + + Release + Win32 + + + Release + x64 + + + \ No newline at end of file diff --git a/common/vsprops/ProjectConfigAVX2.props b/common/vsprops/ProjectConfigAVX2.props new file mode 100644 index 0000000000..91d30d0839 --- /dev/null +++ b/common/vsprops/ProjectConfigAVX2.props @@ -0,0 +1,29 @@ + + + + + Debug AVX2 + Win32 + + + Debug AVX2 + x64 + + + Devel AVX2 + Win32 + + + Devel AVX2 + x64 + + + Release AVX2 + Win32 + + + Release AVX2 + x64 + + + \ No newline at end of file