summaryrefslogtreecommitdiffstats
path: root/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj')
-rw-r--r--windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
index 9abf9a9..45db539 100644
--- a/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
+++ b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\$(ProjectName)\$(ConfigurationName)"
+ IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\$(ProjectName)\$(ConfigurationName)"
+ IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"