diff --git a/makefiles/win32/Norm.sln b/makefiles/win32/Norm.sln
index 12e2cd9..cd66abf 100755
--- a/makefiles/win32/Norm.sln
+++ b/makefiles/win32/Norm.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.27428.2002
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NormLib", "NormLib.vcxproj", "{D7B0023C-8798-4918-8DA0-05C9054D70B9}"
EndProject
@@ -27,6 +27,7 @@ Global
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Debug|Win32.ActiveCfg = Debug|Win32
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Debug|Win32.Build.0 = Debug|Win32
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Debug|x64.ActiveCfg = Debug|x64
+ {D7B0023C-8798-4918-8DA0-05C9054D70B9}.Debug|x64.Build.0 = Debug|x64
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Release|Win32.ActiveCfg = Release|Win32
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Release|Win32.Build.0 = Release|Win32
{D7B0023C-8798-4918-8DA0-05C9054D70B9}.Release|x64.ActiveCfg = Release|x64
@@ -42,6 +43,7 @@ Global
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Debug|Win32.ActiveCfg = Debug|Win32
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Debug|Win32.Build.0 = Debug|Win32
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Debug|x64.ActiveCfg = Debug|x64
+ {32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Debug|x64.Build.0 = Debug|x64
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Release|Win32.ActiveCfg = Release|Win32
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Release|Win32.Build.0 = Release|Win32
{32CF83E0-D2E0-4E43-8F7B-72BD0AB64647}.Release|x64.ActiveCfg = Release|x64
@@ -57,7 +59,9 @@ Global
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Debug|Win32.ActiveCfg = Debug|Win32
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Debug|Win32.Build.0 = Debug|Win32
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Debug|x64.ActiveCfg = Debug|x64
+ {7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Debug|x64.Build.0 = Debug|x64
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Release|Win32.ActiveCfg = Release|Win32
+ {7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Release|Win32.Build.0 = Release|Win32
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Release|x64.ActiveCfg = Release|x64
{7BF4525B-9185-4296-A2BF-FFE77BB66EAF}.Release|x64.Build.0 = Release|x64
{DE94F096-A09B-44B6-8EFE-C7BF1F65C4C9}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -71,6 +75,7 @@ Global
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Debug|Win32.ActiveCfg = Debug|Win32
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Debug|Win32.Build.0 = Debug|Win32
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Debug|x64.ActiveCfg = Debug|x64
+ {7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Debug|x64.Build.0 = Debug|x64
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Release|Win32.ActiveCfg = Release|Win32
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Release|Win32.Build.0 = Release|Win32
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}.Release|x64.ActiveCfg = Release|x64
diff --git a/makefiles/win32/NormDll.vcxproj b/makefiles/win32/NormDll.vcxproj
index 384812c..4ec76b0 100755
--- a/makefiles/win32/NormDll.vcxproj
+++ b/makefiles/win32/NormDll.vcxproj
@@ -68,20 +68,28 @@
<_ProjectFileVersion>11.0.50727.1
- Debug\
- Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
true
+ Norm
true
+ $(Platform)\$(Configuration)\
+ Norm
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- Release\
- Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
+ Norm
false
+ $(Platform)\$(Configuration)\
+ Norm
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
@@ -94,16 +102,18 @@
Level3
EditAndContinue
+ $(IntDir)$(ProjectName).pch
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)
- $(OutDir)Norm.dll
+ $(OutDir)$(TargetName)$(TargetExt)
true
- $(OutDir)NormDll.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
- $(OutDir)Norm.lib
+ $(OutDir)NormLib.lib
MachineX86
@@ -118,17 +128,18 @@
Level3
ProgramDatabase
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)
- $(OutDir)Norm.dll
+ $(OutDir)$(TargetName)$(TargetExt)
true
- $(OutDir)NormDll.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
- $(OutDir)Norm.lib
+ $(OutDir)NormLib.lib
@@ -139,18 +150,21 @@
Level3
ProgramDatabase
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)
- $(OutDir)Norm.dll
+ $(OutDir)$(TargetName)$(TargetExt)
true
Windows
true
true
false
- $(OutDir)Norm.lib
+ $(OutDir)NormLib.lib
MachineX86
+ $(OutDir)\$(TargetName).pdb
@@ -162,10 +176,12 @@
Level3
ProgramDatabase
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
+ $(IntDir)/$(ProjectName).pch
ws2_32.lib;iphlpapi.lib;%(AdditionalDependencies)
- $(OutDir)Norm.dll
+ $(OutDir)$(TargetName)$(TargetExt)
true
Windows
true
@@ -173,7 +189,8 @@
false
- $(OutDir)Norm.lib
+ $(OutDir)NormLib.lib
+ $(OutDir)\$(TargetName).pdb
diff --git a/makefiles/win32/NormLib.vcxproj b/makefiles/win32/NormLib.vcxproj
index 45ed173..ccc80a6 100755
--- a/makefiles/win32/NormLib.vcxproj
+++ b/makefiles/win32/NormLib.vcxproj
@@ -75,13 +75,24 @@
<_ProjectFileVersion>11.0.50727.1
- .\Debug\
- .\Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ Norm
+
+
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ Norm
-
- .\Release\
- .\Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ Norm
+
+
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ Norm
@@ -91,10 +102,10 @@
EnableFastChecks
MultiThreadedDebugDLL
- .\Debug/NormLib.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
Default
@@ -104,7 +115,7 @@
0x0409
- .\Debug\NormLib.lib
+ $(OutDir)$(TargetName)$(TargetExt)
true
@@ -117,10 +128,10 @@
MultiThreadedDebugDLL
- .\Debug/NormLib.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(Platform)\$(Configuration)\NormLib.pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
Default
@@ -130,7 +141,7 @@
0x0409
- .\Debug\NormLib.lib
+ $(OutDir)$(TargetName)$(TargetExt)
true
@@ -144,10 +155,10 @@
MultiThreadedDLL
true
- .\Release/NormLib.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
Default
@@ -157,7 +168,7 @@
0x0409
- .\Release\NormLib.lib
+ $(OutDir)$(TargetName)$(TargetExt)
true
@@ -172,10 +183,10 @@
true
- .\Release/NormLib.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
Default
@@ -185,7 +196,7 @@
0x0409
- .\Release\NormLib.lib
+ $(OutDir)$(TargetName)$(TargetExt)
true
diff --git a/makefiles/win32/norm/norm.vcxproj b/makefiles/win32/norm/norm.vcxproj
index 1ccc4b4..39d7281 100755
--- a/makefiles/win32/norm/norm.vcxproj
+++ b/makefiles/win32/norm/norm.vcxproj
@@ -71,20 +71,24 @@
<_ProjectFileVersion>11.0.61030.0
- .\Debug\
- .\Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
false
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- .\Release\
- .\Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
false
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
@@ -103,10 +107,10 @@
EnableFastChecks
MultiThreadedDebugDLL
- .\Debug/norm.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
EditAndContinue
@@ -118,10 +122,10 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/norm.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
true
- .\Debug/norm.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
@@ -147,9 +151,9 @@
.\Debug/norm.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -161,10 +165,10 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/norm.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
true
- .\Debug/norm.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
@@ -190,10 +194,10 @@
MultiThreadedDLL
true
- .\Release/norm.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
true
Level3
true
@@ -205,9 +209,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/norm.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/norm.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
@@ -234,10 +238,10 @@
true
- .\Release/norm.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
true
Level3
true
@@ -249,9 +253,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/norm.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/norm.pdb
+ $(OutDir)\$(TargetName).pdb
Windows
false
diff --git a/makefiles/win32/normCast.vcxproj b/makefiles/win32/normCast.vcxproj
index 6aac276..ec64eae 100755
--- a/makefiles/win32/normCast.vcxproj
+++ b/makefiles/win32/normCast.vcxproj
@@ -20,7 +20,7 @@
{7B453DAC-67A1-48AB-B6D4-BA25F698A158}
- normTest
+ normCast
10.0
@@ -72,26 +72,30 @@
<_ProjectFileVersion>11.0.50727.1
- .\Debug\
- .\Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- .\Release\
- .\Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
false
false
false
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- .\Debug/normTest.tlb
+ .\Debug/normCast.tlb
@@ -102,10 +106,10 @@
MultiThreadedDebugDLL
true
- .\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
EditAndContinue
@@ -117,11 +121,11 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/normCast.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
./;%(AdditionalLibraryDirectories)
true
- .\Debug/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -130,7 +134,7 @@
- .\Debug/normTest.tlb
+ .\Debug/normCast.tlb
@@ -143,10 +147,10 @@
true
- .\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ .\Debug/normCast.pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -158,11 +162,11 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/normCast.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
./;%(AdditionalLibraryDirectories)
true
- .\Debug/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -171,7 +175,7 @@
- .\Release/normTest.tlb
+ .\Release/normCast.tlb
@@ -183,10 +187,10 @@
MultiThreadedDLL
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -198,9 +202,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/normCast.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -209,7 +213,7 @@
- .\Release/normTest.tlb
+ .\Release/normCast.tlb
@@ -223,10 +227,10 @@
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -238,9 +242,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/normCast.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -259,7 +263,6 @@
{182006f3-188f-466e-89fe-8421c0478691}
- false
diff --git a/makefiles/win32/normTest.vcxproj b/makefiles/win32/normTest.vcxproj
index 98de7fc..eb43cf9 100755
--- a/makefiles/win32/normTest.vcxproj
+++ b/makefiles/win32/normTest.vcxproj
@@ -72,22 +72,26 @@
<_ProjectFileVersion>11.0.50727.1
- .\Debug\
- .\Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- .\Release\
- .\Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
false
false
false
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
@@ -102,10 +106,10 @@
MultiThreadedDebugDLL
true
- .\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
EditAndContinue
@@ -117,11 +121,11 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/normTest.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
./;%(AdditionalLibraryDirectories)
true
- .\Debug/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -144,9 +148,9 @@
.\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -158,11 +162,11 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Debug/normTest.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
./;%(AdditionalLibraryDirectories)
true
- .\Debug/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -183,10 +187,10 @@
MultiThreadedDLL
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -198,9 +202,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/normTest.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
@@ -223,10 +227,10 @@
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -238,9 +242,9 @@
iphlpapi.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
- .\Release/normTest.exe
+ $(OutDir)$(TargetName)$(TargetExt)
true
- .\Release/normTest.pdb
+ $(OutDir)\$(TargetName).pdb
Console
false
diff --git a/makefiles/win32/npc.vcxproj b/makefiles/win32/npc.vcxproj
index c5a2045..add3df8 100755
--- a/makefiles/win32/npc.vcxproj
+++ b/makefiles/win32/npc.vcxproj
@@ -72,22 +72,26 @@
<_ProjectFileVersion>11.0.50727.1
- .\Debug\
- .\Debug\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
- .\Release\
- .\Release\
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
false
false
false
false
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)-Intermediates\
@@ -102,10 +106,10 @@
MultiThreadedDebugDLL
true
- .\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
EditAndContinue
@@ -124,6 +128,7 @@
false
MachineX86
+ $(OutDir)\$(TargetName).pdb
@@ -142,9 +147,9 @@
.\Debug/normTest.pch
- .\Debug/
- .\Debug/
- .\Debug/
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -163,6 +168,7 @@
false
+ $(OutDir)\$(TargetName).pdb
@@ -179,10 +185,10 @@
MultiThreadedDLL
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -199,6 +205,7 @@
false
MachineX86
+ $(OutDir)\$(TargetName).pdb
@@ -217,10 +224,10 @@
true
- .\Release/normTest.pch
- .\Release/
- .\Release/
- .\Release/
+ $(IntDir)/$(ProjectName).pch
+ $(IntDir)
+ $(IntDir)
+ $(IntDir)$(ProjectName)-vc$(PlatformToolsetVersion).pd
Level3
true
ProgramDatabase
@@ -237,12 +244,16 @@
false
+ $(OutDir)\$(TargetName).pdb
+
+ {de94f096-a09b-44b6-8efe-c7bf1f65c4c9}
+
{d7b0023c-8798-4918-8da0-05c9054d70b9}
false