blob: 5722c8d552306b4c1dbbf1681932e80cff46c9ae [file] [log] [blame]
Roger Meier8cd3b1a2011-09-23 14:25:22 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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>
Roger Meier12d70532011-12-14 23:35:28 +00008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Roger Meier8cd3b1a2011-09-23 14:25:22 +000012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Roger Meier12d70532011-12-14 23:35:28 +000016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Roger Meier8cd3b1a2011-09-23 14:25:22 +000020 </ItemGroup>
21 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000022 <ClInclude Include="src\generate\t_generator.h" />
23 <ClInclude Include="src\generate\t_generator_registry.h" />
24 <ClInclude Include="src\generate\t_oop_generator.h" />
Roger Meier9212e792012-06-12 21:01:06 +000025 <ClInclude Include="src\generate\t_html_generator.h" />
Roger Meier1516be02012-04-14 11:03:21 +000026 <ClInclude Include="src\globals.h" />
27 <ClInclude Include="src\main.h" />
28 <ClInclude Include="src\md5.h" />
29 <ClInclude Include="src\parse\t_base_type.h" />
30 <ClInclude Include="src\parse\t_const.h" />
31 <ClInclude Include="src\parse\t_const_value.h" />
32 <ClInclude Include="src\parse\t_container.h" />
33 <ClInclude Include="src\parse\t_doc.h" />
34 <ClInclude Include="src\parse\t_enum.h" />
35 <ClInclude Include="src\parse\t_enum_value.h" />
36 <ClInclude Include="src\parse\t_field.h" />
37 <ClInclude Include="src\parse\t_function.h" />
38 <ClInclude Include="src\parse\t_list.h" />
39 <ClInclude Include="src\parse\t_map.h" />
40 <ClInclude Include="src\parse\t_program.h" />
41 <ClInclude Include="src\parse\t_scope.h" />
42 <ClInclude Include="src\parse\t_service.h" />
43 <ClInclude Include="src\parse\t_set.h" />
44 <ClInclude Include="src\parse\t_struct.h" />
45 <ClInclude Include="src\parse\t_type.h" />
46 <ClInclude Include="src\parse\t_typedef.h" />
47 <ClInclude Include="src\platform.h" />
Chris Piro92e38602013-03-07 11:24:51 -050048 <ClInclude Include="src\thrifty.hh" />
Roger Meier1516be02012-04-14 11:03:21 +000049 <ClInclude Include="src\windows\config.h" />
50 <ClInclude Include="src\windows\version.h" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000051 </ItemGroup>
52 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000053 <ClCompile Include="src\generate\t_as3_generator.cc" />
54 <ClCompile Include="src\generate\t_cocoa_generator.cc" />
55 <ClCompile Include="src\generate\t_cpp_generator.cc" />
56 <ClCompile Include="src\generate\t_csharp_generator.cc" />
57 <ClCompile Include="src\generate\t_c_glib_generator.cc" />
Roger Meier9212e792012-06-12 21:01:06 +000058 <ClCompile Include="src\generate\t_d_generator.cc" />
59 <ClCompile Include="src\generate\t_delphi_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000060 <ClCompile Include="src\generate\t_erl_generator.cc" />
61 <ClCompile Include="src\generate\t_generator.cc" />
62 <ClCompile Include="src\generate\t_go_generator.cc" />
63 <ClCompile Include="src\generate\t_hs_generator.cc" />
64 <ClCompile Include="src\generate\t_html_generator.cc" />
65 <ClCompile Include="src\generate\t_javame_generator.cc" />
66 <ClCompile Include="src\generate\t_java_generator.cc" />
67 <ClCompile Include="src\generate\t_js_generator.cc" />
68 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
69 <ClCompile Include="src\generate\t_perl_generator.cc" />
70 <ClCompile Include="src\generate\t_php_generator.cc" />
71 <ClCompile Include="src\generate\t_py_generator.cc" />
72 <ClCompile Include="src\generate\t_rb_generator.cc" />
73 <ClCompile Include="src\generate\t_st_generator.cc" />
74 <ClCompile Include="src\generate\t_xsd_generator.cc" />
75 <ClCompile Include="src\main.cc" />
76 <ClCompile Include="src\md5.c" />
77 <ClCompile Include="src\parse\parse.cc" />
Jens Geyerff296c82014-06-24 21:06:58 +020078 <ClCompile Include="src\parse\t_typedef.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000079 <ClCompile Include="src\thriftl.cc" />
80 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000081 </ItemGroup>
82 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000083 <None Include="src\thriftl.ll" />
84 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000085 </ItemGroup>
86 <PropertyGroup Label="Globals">
87 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
88 <Keyword>Win32Proj</Keyword>
89 <RootNamespace>compiler</RootNamespace>
90 </PropertyGroup>
91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
93 <ConfigurationType>Application</ConfigurationType>
94 <UseDebugLibraries>true</UseDebugLibraries>
95 <CharacterSet>MultiByte</CharacterSet>
96 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +000097 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
98 <ConfigurationType>Application</ConfigurationType>
99 <UseDebugLibraries>true</UseDebugLibraries>
100 <CharacterSet>MultiByte</CharacterSet>
101 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
103 <ConfigurationType>Application</ConfigurationType>
104 <UseDebugLibraries>false</UseDebugLibraries>
105 <WholeProgramOptimization>true</WholeProgramOptimization>
106 <CharacterSet>MultiByte</CharacterSet>
107 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
109 <ConfigurationType>Application</ConfigurationType>
110 <UseDebugLibraries>false</UseDebugLibraries>
111 <WholeProgramOptimization>true</WholeProgramOptimization>
112 <CharacterSet>MultiByte</CharacterSet>
113 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000114 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
115 <ImportGroup Label="ExtensionSettings">
116 </ImportGroup>
117 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000120 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
121 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000123 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
125 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000126 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
127 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
128 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000129 <PropertyGroup Label="UserMacros" />
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
131 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000132 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000133 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000134 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
135 </PropertyGroup>
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000138 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000139 <TargetName>thrift</TargetName>
140 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000141 </PropertyGroup>
142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
143 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000144 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000145 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000146 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000150 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000151 <TargetName>thrift</TargetName>
152 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000153 </PropertyGroup>
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
155 <ClCompile>
156 <PrecompiledHeader>
157 </PrecompiledHeader>
158 <WarningLevel>Level3</WarningLevel>
159 <Optimization>Disabled</Optimization>
160 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
162 <CompileAs>CompileAsCpp</CompileAs>
163 </ClCompile>
164 <Link>
165 <SubSystem>Console</SubSystem>
166 <GenerateDebugInformation>true</GenerateDebugInformation>
167 </Link>
168 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000169 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500170bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000171 </PreBuildEvent>
172 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000173 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
174 <ClCompile>
175 <PrecompiledHeader>
176 </PrecompiledHeader>
177 <WarningLevel>Level3</WarningLevel>
178 <Optimization>Disabled</Optimization>
179 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
181 <CompileAs>CompileAsCpp</CompileAs>
182 </ClCompile>
183 <Link>
184 <SubSystem>Console</SubSystem>
185 <GenerateDebugInformation>true</GenerateDebugInformation>
186 </Link>
187 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000188 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500189bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000190 </PreBuildEvent>
191 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000192 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
193 <ClCompile>
194 <WarningLevel>Level3</WarningLevel>
195 <PrecompiledHeader>
196 </PrecompiledHeader>
197 <Optimization>MaxSpeed</Optimization>
198 <FunctionLevelLinking>true</FunctionLevelLinking>
199 <IntrinsicFunctions>true</IntrinsicFunctions>
200 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
202 <CompileAs>CompileAsCpp</CompileAs>
203 </ClCompile>
204 <Link>
205 <SubSystem>Console</SubSystem>
206 <GenerateDebugInformation>true</GenerateDebugInformation>
207 <EnableCOMDATFolding>true</EnableCOMDATFolding>
208 <OptimizeReferences>true</OptimizeReferences>
209 </Link>
210 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000211 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500212bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000213 </PreBuildEvent>
214 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000215 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
216 <ClCompile>
217 <WarningLevel>Level3</WarningLevel>
218 <PrecompiledHeader>
219 </PrecompiledHeader>
220 <Optimization>MaxSpeed</Optimization>
221 <FunctionLevelLinking>true</FunctionLevelLinking>
222 <IntrinsicFunctions>true</IntrinsicFunctions>
223 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
225 <CompileAs>CompileAsCpp</CompileAs>
226 </ClCompile>
227 <Link>
228 <SubSystem>Console</SubSystem>
229 <GenerateDebugInformation>true</GenerateDebugInformation>
230 <EnableCOMDATFolding>true</EnableCOMDATFolding>
231 <OptimizeReferences>true</OptimizeReferences>
232 </Link>
233 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000234 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500235bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000236 </PreBuildEvent>
237 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000238 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
239 <ImportGroup Label="ExtensionTargets">
240 </ImportGroup>
241</Project>