Ecc.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. <ProjectConfiguration Include="Template|Win32">
  13. <Configuration>Template</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <ProjectGuid>{1F46FD81-1A15-7E2C-7C68-84AB43BC0B05}</ProjectGuid>
  23. </PropertyGroup>
  24. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
  26. <ConfigurationType>Application</ConfigurationType>
  27. <PlatformToolset>v120</PlatformToolset>
  28. <CharacterSet>Unicode</CharacterSet>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  31. <ConfigurationType>Application</ConfigurationType>
  32. <UseOfMfc>false</UseOfMfc>
  33. <CharacterSet>Unicode</CharacterSet>
  34. <PlatformToolset>v120</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseOfMfc>false</UseOfMfc>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <PlatformToolset>v120</PlatformToolset>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  43. <ImportGroup Label="ExtensionSettings">
  44. </ImportGroup>
  45. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. </ImportGroup>
  48. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  49. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  50. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  55. </ImportGroup>
  56. <PropertyGroup Label="UserMacros" />
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <OutDir>Debug\</OutDir>
  59. <IntDir>Debug\</IntDir>
  60. <LinkIncremental>false</LinkIncremental>
  61. <ExecutablePath>$(SolutionDir)..\Tools.Win32;$(ExecutablePath)</ExecutablePath>
  62. <IncludePath>$(SolutionDir);$(ProjectDir);$(IncludePath)</IncludePath>
  63. <SourcePath>$(SolutionDir)Ecc;$(SourcePath)</SourcePath>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <OutDir>Release\</OutDir>
  67. <IntDir>Release\</IntDir>
  68. <LinkIncremental>false</LinkIncremental>
  69. <ExecutablePath>$(SolutionDir)..\Tools.Win32;$(ExecutablePath)</ExecutablePath>
  70. <IncludePath>$(SolutionDir);$(ProjectDir);$(IncludePath)</IncludePath>
  71. <SourcePath>$(SolutionDir)Ecc;$(SourcePath)</SourcePath>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <ClCompile>
  75. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  76. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  77. <FunctionLevelLinking>false</FunctionLevelLinking>
  78. <Optimization>Disabled</Optimization>
  79. <SuppressStartupBanner>true</SuppressStartupBanner>
  80. <WarningLevel>Level3</WarningLevel>
  81. <MinimalRebuild>true</MinimalRebuild>
  82. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  84. <PrecompiledHeaderOutputFile>.\Debug\Ecc.pch</PrecompiledHeaderOutputFile>
  85. <ObjectFileName>.\Debug\</ObjectFileName>
  86. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  87. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  88. </ClCompile>
  89. <Midl>
  90. <TypeLibraryName>.\Debug\Ecc.tlb</TypeLibraryName>
  91. </Midl>
  92. <ResourceCompile>
  93. <Culture>0x0409</Culture>
  94. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. </ResourceCompile>
  96. <Bscmake>
  97. <SuppressStartupBanner>true</SuppressStartupBanner>
  98. <OutputFile>.\Debug\Ecc.bsc</OutputFile>
  99. </Bscmake>
  100. <Link>
  101. <SuppressStartupBanner>true</SuppressStartupBanner>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. <SubSystem>Console</SubSystem>
  104. <OutputFile>.\Debug\Ecc.exe</OutputFile>
  105. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  106. <GenerateMapFile>true</GenerateMapFile>
  107. </Link>
  108. <CustomBuildStep>
  109. <Command>mkdir $(SolutionDir)..\Bin 2&gt;nul
  110. mkdir $(SolutionDir)..\Bin\Debug 2&gt;nul
  111. copy Debug\$(TargetName).exe $(SolutionDir)..\Bin\Debug\ &gt;nul
  112. copy Debug\$(TargetName).map $(SolutionDir)..\Bin\Debug\ &gt;nul</Command>
  113. <Message>Copying %(Filename) binaries to \Bin\Debug</Message>
  114. <Outputs>$(SolutionDir)..\Bin\Debug\$(TargetName).exe;%(Outputs)</Outputs>
  115. </CustomBuildStep>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  120. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  121. <FunctionLevelLinking>false</FunctionLevelLinking>
  122. <Optimization>MaxSpeed</Optimization>
  123. <SuppressStartupBanner>true</SuppressStartupBanner>
  124. <WarningLevel>Level3</WarningLevel>
  125. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  126. <IntrinsicFunctions>true</IntrinsicFunctions>
  127. <OmitFramePointers>false</OmitFramePointers>
  128. <StringPooling>true</StringPooling>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  131. <PrecompiledHeaderOutputFile>.\Release\Ecc.pch</PrecompiledHeaderOutputFile>
  132. <ObjectFileName>.\Release\</ObjectFileName>
  133. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  134. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  135. </ClCompile>
  136. <Midl>
  137. <TypeLibraryName>.\Release\Ecc.tlb</TypeLibraryName>
  138. </Midl>
  139. <ResourceCompile>
  140. <Culture>0x0409</Culture>
  141. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. </ResourceCompile>
  143. <Bscmake>
  144. <SuppressStartupBanner>true</SuppressStartupBanner>
  145. <OutputFile>.\Release\Ecc.bsc</OutputFile>
  146. </Bscmake>
  147. <Link>
  148. <SuppressStartupBanner>true</SuppressStartupBanner>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <SubSystem>Console</SubSystem>
  151. <OutputFile>.\Release\Ecc.exe</OutputFile>
  152. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  153. <GenerateMapFile>true</GenerateMapFile>
  154. </Link>
  155. <CustomBuildStep>
  156. <Command>mkdir $(SolutionDir)..\Bin 2&gt;nul
  157. copy Release\$(TargetName).exe $(SolutionDir)..\Bin\ &gt;nul
  158. copy Release\$(TargetName).map $(SolutionDir)..\Bin\ &gt;nul</Command>
  159. <Message>Copying %(Filename) binaries to \Bin</Message>
  160. <Outputs>$(SolutionDir)..\Bin\$(TargetName).exe;%(Outputs)</Outputs>
  161. </CustomBuildStep>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
  164. <CustomBuildStep>
  165. <Command>mkdir $(SolutionDir)..\Bin 2&gt;nul
  166. copy Debug\%(Filename).exe $(SolutionDir)..\Bin\ &gt;nul
  167. copy Debug\%(Filename).map $(SolutionDir)..\Bin\ &gt;nul</Command>
  168. </CustomBuildStep>
  169. </ItemDefinitionGroup>
  170. <ItemGroup>
  171. <CustomBuild Include="Parser.y">
  172. <FileType>Document</FileType>
  173. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pushd $(SolutionDir)
  174. bison -o$(ProjectName)/Parser.c $(ProjectName)/Parser.y -d
  175. popd
  176. copy %(RootDir)%(Directory)\Parser.c %(RootDir)%(Directory)\Parser.cpp
  177. del %(RootDir)%(Directory)\Parser.c /q</Command>
  178. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating parser source</Message>
  179. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)\Parser.cpp;%(RootDir)%(Directory)\Parser.h;%(Outputs)</Outputs>
  180. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">pushd $(SolutionDir)
  181. bison -o$(ProjectName)/Parser.c $(ProjectName)/Parser.y -d
  182. popd
  183. copy %(RootDir)%(Directory)\Parser.c %(RootDir)%(Directory)\Parser.cpp
  184. del %(RootDir)%(Directory)\Parser.c /q</Command>
  185. <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Creating parser source</Message>
  186. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)\Parser.cpp;%(RootDir)%(Directory)\Parser.h;%(Outputs)</Outputs>
  187. </CustomBuild>
  188. <CustomBuild Include="Scanner.l">
  189. <FileType>Document</FileType>
  190. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">flex -o%(RootDir)%(Directory)\Scanner.cpp %(RootDir)%(Directory)\Scanner.l</Command>
  191. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Creating scanner source</Message>
  192. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Scanner.cpp;%(Outputs)</Outputs>
  193. <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">flex -o%(RootDir)%(Directory)\Scanner.cpp %(RootDir)%(Directory)\Scanner.l</Command>
  194. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Scanner.cpp;%(Outputs)</Outputs>
  195. </CustomBuild>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <ClCompile Include="Parser.c">
  199. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  200. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  201. </ClCompile>
  202. <ClCompile Include="Main.cpp" />
  203. <ClCompile Include="Parser.cpp" />
  204. <ClCompile Include="Scanner.cpp" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ClInclude Include="Main.h" />
  208. <ClInclude Include="StdH.h" />
  209. <ClInclude Include="unistd.h" />
  210. </ItemGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. </Project>