Diff of /SharedMemoryWinCpp/MyShmExample.vcxproj [000000] .. [r1]  Maximize  Restore

Switch to unified view

a b/SharedMemoryWinCpp/MyShmExample.vcxproj
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|Win32">
5
      <Configuration>Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Release|Win32">
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
  </ItemGroup>
13
  <PropertyGroup Label="Globals">
14
    <SccProjectName />
15
    <SccLocalPath />
16
    <ProjectGuid>{FF3F2CE3-8CBB-061F-F315-E994785A2898}</ProjectGuid>
17
  </PropertyGroup>
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20
    <ConfigurationType>Application</ConfigurationType>
21
    <UseOfMfc>false</UseOfMfc>
22
    <CharacterSet>MultiByte</CharacterSet>
23
    <PlatformToolset>v140</PlatformToolset>
24
  </PropertyGroup>
25
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26
    <ConfigurationType>Application</ConfigurationType>
27
    <UseOfMfc>false</UseOfMfc>
28
    <CharacterSet>MultiByte</CharacterSet>
29
    <PlatformToolset>v140</PlatformToolset>
30
  </PropertyGroup>
31
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32
  <ImportGroup Label="ExtensionSettings">
33
  </ImportGroup>
34
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
37
  </ImportGroup>
38
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
39
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
41
  </ImportGroup>
42
  <PropertyGroup Label="UserMacros" />
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
44
    <OutDir>.\Release\</OutDir>
45
    <IntDir>.\Release\</IntDir>
46
    <LinkIncremental>false</LinkIncremental>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49
    <OutDir>.\Debug\</OutDir>
50
    <IntDir>.\Debug\</IntDir>
51
    <LinkIncremental>true</LinkIncremental>
52
  </PropertyGroup>
53
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54
    <ClCompile>
55
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
56
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
57
      <StringPooling>true</StringPooling>
58
      <FunctionLevelLinking>true</FunctionLevelLinking>
59
      <Optimization>MaxSpeed</Optimization>
60
      <SuppressStartupBanner>true</SuppressStartupBanner>
61
      <WarningLevel>Level3</WarningLevel>
62
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63
      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
64
      <PrecompiledHeaderOutputFile>.\Release\MyShmExample.pch</PrecompiledHeaderOutputFile>
65
      <PrecompiledHeader>Use</PrecompiledHeader>
66
      <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
67
      <ObjectFileName>.\Release\</ObjectFileName>
68
      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
69
    </ClCompile>
70
    <Midl>
71
      <TypeLibraryName>.\Release\MyShmExample.tlb</TypeLibraryName>
72
    </Midl>
73
    <ResourceCompile>
74
      <Culture>0x0407</Culture>
75
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76
    </ResourceCompile>
77
    <Bscmake>
78
      <SuppressStartupBanner>true</SuppressStartupBanner>
79
      <OutputFile>.\Release\MyShmExample.bsc</OutputFile>
80
    </Bscmake>
81
    <Link>
82
      <SuppressStartupBanner>true</SuppressStartupBanner>
83
      <SubSystem>Console</SubSystem>
84
      <OutputFile>.\Release\MyShmExample.exe</OutputFile>
85
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
86
    </Link>
87
  </ItemDefinitionGroup>
88
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89
    <ClCompile>
90
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
91
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
92
      <FunctionLevelLinking>false</FunctionLevelLinking>
93
      <Optimization>Disabled</Optimization>
94
      <SuppressStartupBanner>true</SuppressStartupBanner>
95
      <WarningLevel>Level3</WarningLevel>
96
      <MinimalRebuild>true</MinimalRebuild>
97
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
98
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99
      <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
100
      <BrowseInformation>true</BrowseInformation>
101
      <PrecompiledHeaderOutputFile>.\Debug\MyShmExample.pch</PrecompiledHeaderOutputFile>
102
      <PrecompiledHeader>Use</PrecompiledHeader>
103
      <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
104
      <ObjectFileName>.\Debug\</ObjectFileName>
105
      <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
106
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107
    </ClCompile>
108
    <Midl>
109
      <TypeLibraryName>.\Debug\MyShmExample.tlb</TypeLibraryName>
110
    </Midl>
111
    <ResourceCompile>
112
      <Culture>0x0407</Culture>
113
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114
    </ResourceCompile>
115
    <Bscmake>
116
      <SuppressStartupBanner>true</SuppressStartupBanner>
117
      <OutputFile>.\Debug\MyShmExample.bsc</OutputFile>
118
    </Bscmake>
119
    <Link>
120
      <SuppressStartupBanner>true</SuppressStartupBanner>
121
      <GenerateDebugInformation>true</GenerateDebugInformation>
122
      <SubSystem>Console</SubSystem>
123
      <OutputFile>.\Debug\MyShmExample.exe</OutputFile>
124
      <AdditionalDependencies>odbc32.lib;odbccp32.lib;WtsApi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
125
    </Link>
126
  </ItemDefinitionGroup>
127
  <ItemGroup>
128
    <ClCompile Include="MyShmExample.cpp" />
129
    <ClCompile Include="StdAfx.cpp">
130
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
131
      <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
132
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
133
      <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
134
    </ClCompile>
135
  </ItemGroup>
136
  <ItemGroup>
137
    <ClInclude Include="StdAfx.h" />
138
  </ItemGroup>
139
  <ItemGroup>
140
    <CustomBuild Include="ReadMe.txt" />
141
  </ItemGroup>
142
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
143
  <ImportGroup Label="ExtensionTargets">
144
  </ImportGroup>
145
</Project>