summaryrefslogtreecommitdiffstats
path: root/windows/c++/examples/allcppexamples/allcppexamples.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'windows/c++/examples/allcppexamples/allcppexamples.vcproj')
-rw-r--r--windows/c++/examples/allcppexamples/allcppexamples.vcproj15
1 files changed, 7 insertions, 8 deletions
diff --git a/windows/c++/examples/allcppexamples/allcppexamples.vcproj b/windows/c++/examples/allcppexamples/allcppexamples.vcproj
index 3313807..6a6d348 100644
--- a/windows/c++/examples/allcppexamples/allcppexamples.vcproj
+++ b/windows/c++/examples/allcppexamples/allcppexamples.vcproj
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="allcppexamples"
ProjectGUID="{27E3886B-0BAC-4E00-8F89-163208E03462}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -42,7 +43,7 @@
/>
</Configuration>
<Configuration
- Name="Release|Win32"
+ Name="Debug|x64"
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
ConfigurationType="10"
@@ -59,7 +60,8 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\Release/allcppexamples.tlb"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Debug/allcppexamples.tlb"
HeaderFileName=""
/>
<Tool
@@ -67,7 +69,7 @@
/>
</Configuration>
<Configuration
- Name="Debug|x64"
+ Name="Release|Win32"
OutputDirectory="..\..\..\..\c++\examples\$(ProjectName)\$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
ConfigurationType="10"
@@ -84,8 +86,7 @@
/>
<Tool
Name="VCMIDLTool"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/allcppexamples.tlb"
+ TypeLibraryName=".\Release/allcppexamples.tlb"
HeaderFileName=""
/>
<Tool
@@ -123,6 +124,4 @@
</References>
<Files>
</Files>
- <Globals>
- </Globals>
</VisualStudioProject>