blob: f49106fad730be99854d00d5a65a4f9550d7f2a3 [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" />
Jens Geyerbd52f1a2014-07-28 01:25:30 +020063 <ClCompile Include="src\generate\t_gv_generator.cc" />
64 <ClCompile Include="src\generate\t_haxe_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000065 <ClCompile Include="src\generate\t_hs_generator.cc" />
66 <ClCompile Include="src\generate\t_html_generator.cc" />
67 <ClCompile Include="src\generate\t_javame_generator.cc" />
68 <ClCompile Include="src\generate\t_java_generator.cc" />
69 <ClCompile Include="src\generate\t_js_generator.cc" />
70 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
71 <ClCompile Include="src\generate\t_perl_generator.cc" />
72 <ClCompile Include="src\generate\t_php_generator.cc" />
73 <ClCompile Include="src\generate\t_py_generator.cc" />
74 <ClCompile Include="src\generate\t_rb_generator.cc" />
75 <ClCompile Include="src\generate\t_st_generator.cc" />
76 <ClCompile Include="src\generate\t_xsd_generator.cc" />
77 <ClCompile Include="src\main.cc" />
78 <ClCompile Include="src\md5.c" />
79 <ClCompile Include="src\parse\parse.cc" />
Jens Geyerff296c82014-06-24 21:06:58 +020080 <ClCompile Include="src\parse\t_typedef.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000081 <ClCompile Include="src\thriftl.cc" />
82 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000083 </ItemGroup>
84 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000085 <None Include="src\thriftl.ll" />
86 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000087 </ItemGroup>
88 <PropertyGroup Label="Globals">
89 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
90 <Keyword>Win32Proj</Keyword>
91 <RootNamespace>compiler</RootNamespace>
92 </PropertyGroup>
93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
95 <ConfigurationType>Application</ConfigurationType>
96 <UseDebugLibraries>true</UseDebugLibraries>
97 <CharacterSet>MultiByte</CharacterSet>
98 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +000099 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
100 <ConfigurationType>Application</ConfigurationType>
101 <UseDebugLibraries>true</UseDebugLibraries>
102 <CharacterSet>MultiByte</CharacterSet>
103 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
106 <UseDebugLibraries>false</UseDebugLibraries>
107 <WholeProgramOptimization>true</WholeProgramOptimization>
108 <CharacterSet>MultiByte</CharacterSet>
109 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
111 <ConfigurationType>Application</ConfigurationType>
112 <UseDebugLibraries>false</UseDebugLibraries>
113 <WholeProgramOptimization>true</WholeProgramOptimization>
114 <CharacterSet>MultiByte</CharacterSet>
115 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
117 <ImportGroup Label="ExtensionSettings">
118 </ImportGroup>
119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000125 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000128 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
129 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000131 <PropertyGroup Label="UserMacros" />
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
133 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000134 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000135 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000136 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
137 </PropertyGroup>
138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
139 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000140 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000141 <TargetName>thrift</TargetName>
142 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
145 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000146 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000147 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000148 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
149 </PropertyGroup>
150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000152 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000153 <TargetName>thrift</TargetName>
154 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000155 </PropertyGroup>
156 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
157 <ClCompile>
158 <PrecompiledHeader>
159 </PrecompiledHeader>
160 <WarningLevel>Level3</WarningLevel>
161 <Optimization>Disabled</Optimization>
162 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
164 <CompileAs>CompileAsCpp</CompileAs>
165 </ClCompile>
166 <Link>
167 <SubSystem>Console</SubSystem>
168 <GenerateDebugInformation>true</GenerateDebugInformation>
169 </Link>
170 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000171 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500172bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000173 </PreBuildEvent>
174 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000175 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
176 <ClCompile>
177 <PrecompiledHeader>
178 </PrecompiledHeader>
179 <WarningLevel>Level3</WarningLevel>
180 <Optimization>Disabled</Optimization>
181 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
182 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
183 <CompileAs>CompileAsCpp</CompileAs>
184 </ClCompile>
185 <Link>
186 <SubSystem>Console</SubSystem>
187 <GenerateDebugInformation>true</GenerateDebugInformation>
188 </Link>
189 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000190 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500191bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000192 </PreBuildEvent>
193 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000194 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
195 <ClCompile>
196 <WarningLevel>Level3</WarningLevel>
197 <PrecompiledHeader>
198 </PrecompiledHeader>
199 <Optimization>MaxSpeed</Optimization>
200 <FunctionLevelLinking>true</FunctionLevelLinking>
201 <IntrinsicFunctions>true</IntrinsicFunctions>
202 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
204 <CompileAs>CompileAsCpp</CompileAs>
205 </ClCompile>
206 <Link>
207 <SubSystem>Console</SubSystem>
208 <GenerateDebugInformation>true</GenerateDebugInformation>
209 <EnableCOMDATFolding>true</EnableCOMDATFolding>
210 <OptimizeReferences>true</OptimizeReferences>
211 </Link>
212 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000213 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500214bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000215 </PreBuildEvent>
216 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
218 <ClCompile>
219 <WarningLevel>Level3</WarningLevel>
220 <PrecompiledHeader>
221 </PrecompiledHeader>
222 <Optimization>MaxSpeed</Optimization>
223 <FunctionLevelLinking>true</FunctionLevelLinking>
224 <IntrinsicFunctions>true</IntrinsicFunctions>
225 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
227 <CompileAs>CompileAsCpp</CompileAs>
228 </ClCompile>
229 <Link>
230 <SubSystem>Console</SubSystem>
231 <GenerateDebugInformation>true</GenerateDebugInformation>
232 <EnableCOMDATFolding>true</EnableCOMDATFolding>
233 <OptimizeReferences>true</OptimizeReferences>
234 </Link>
235 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000236 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500237bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000238 </PreBuildEvent>
239 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000240 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
241 <ImportGroup Label="ExtensionTargets">
242 </ImportGroup>
243</Project>