blob: bc1215f025b10e2b906585d79448ae8f8cb427df [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>
Ben Craig8b4e1552015-07-09 20:58:04 -050022 <ClInclude Include="src\audit\t_audit.h" />
Roger Meier1516be02012-04-14 11:03:21 +000023 <ClInclude Include="src\generate\t_generator.h" />
24 <ClInclude Include="src\generate\t_generator_registry.h" />
25 <ClInclude Include="src\generate\t_oop_generator.h" />
Roger Meier9212e792012-06-12 21:01:06 +000026 <ClInclude Include="src\generate\t_html_generator.h" />
Roger Meier1516be02012-04-14 11:03:21 +000027 <ClInclude Include="src\globals.h" />
28 <ClInclude Include="src\main.h" />
29 <ClInclude Include="src\md5.h" />
30 <ClInclude Include="src\parse\t_base_type.h" />
31 <ClInclude Include="src\parse\t_const.h" />
32 <ClInclude Include="src\parse\t_const_value.h" />
33 <ClInclude Include="src\parse\t_container.h" />
34 <ClInclude Include="src\parse\t_doc.h" />
35 <ClInclude Include="src\parse\t_enum.h" />
36 <ClInclude Include="src\parse\t_enum_value.h" />
37 <ClInclude Include="src\parse\t_field.h" />
38 <ClInclude Include="src\parse\t_function.h" />
39 <ClInclude Include="src\parse\t_list.h" />
40 <ClInclude Include="src\parse\t_map.h" />
41 <ClInclude Include="src\parse\t_program.h" />
42 <ClInclude Include="src\parse\t_scope.h" />
43 <ClInclude Include="src\parse\t_service.h" />
44 <ClInclude Include="src\parse\t_set.h" />
45 <ClInclude Include="src\parse\t_struct.h" />
46 <ClInclude Include="src\parse\t_type.h" />
47 <ClInclude Include="src\parse\t_typedef.h" />
48 <ClInclude Include="src\platform.h" />
Chris Piro92e38602013-03-07 11:24:51 -050049 <ClInclude Include="src\thrifty.hh" />
Roger Meier1516be02012-04-14 11:03:21 +000050 <ClInclude Include="src\windows\config.h" />
51 <ClInclude Include="src\windows\version.h" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000052 </ItemGroup>
53 <ItemGroup>
Ben Craig8b4e1552015-07-09 20:58:04 -050054 <ClCompile Include="src\audit\t_audit.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000055 <ClCompile Include="src\generate\t_as3_generator.cc" />
56 <ClCompile Include="src\generate\t_cocoa_generator.cc" />
57 <ClCompile Include="src\generate\t_cpp_generator.cc" />
58 <ClCompile Include="src\generate\t_csharp_generator.cc" />
59 <ClCompile Include="src\generate\t_c_glib_generator.cc" />
Roger Meier9212e792012-06-12 21:01:06 +000060 <ClCompile Include="src\generate\t_d_generator.cc" />
Jens Geyerf124b552015-10-08 22:42:50 +020061 <ClCompile Include="src\generate\t_dart_generator.cc" />
Roger Meier9212e792012-06-12 21:01:06 +000062 <ClCompile Include="src\generate\t_delphi_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000063 <ClCompile Include="src\generate\t_erl_generator.cc" />
64 <ClCompile Include="src\generate\t_generator.cc" />
65 <ClCompile Include="src\generate\t_go_generator.cc" />
Jens Geyerbd52f1a2014-07-28 01:25:30 +020066 <ClCompile Include="src\generate\t_gv_generator.cc" />
67 <ClCompile Include="src\generate\t_haxe_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000068 <ClCompile Include="src\generate\t_hs_generator.cc" />
69 <ClCompile Include="src\generate\t_html_generator.cc" />
70 <ClCompile Include="src\generate\t_javame_generator.cc" />
71 <ClCompile Include="src\generate\t_java_generator.cc" />
72 <ClCompile Include="src\generate\t_js_generator.cc" />
Jens Geyer200150d2014-11-30 12:27:12 +010073 <ClCompile Include="src\generate\t_json_generator.cc" />
Jens Geyer89dc20f2014-12-24 02:36:45 +010074 <ClCompile Include="src\generate\t_lua_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000075 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
76 <ClCompile Include="src\generate\t_perl_generator.cc" />
77 <ClCompile Include="src\generate\t_php_generator.cc" />
78 <ClCompile Include="src\generate\t_py_generator.cc" />
79 <ClCompile Include="src\generate\t_rb_generator.cc" />
80 <ClCompile Include="src\generate\t_st_generator.cc" />
81 <ClCompile Include="src\generate\t_xsd_generator.cc" />
82 <ClCompile Include="src\main.cc" />
83 <ClCompile Include="src\md5.c" />
84 <ClCompile Include="src\parse\parse.cc" />
Jens Geyerff296c82014-06-24 21:06:58 +020085 <ClCompile Include="src\parse\t_typedef.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000086 <ClCompile Include="src\thriftl.cc" />
87 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000088 </ItemGroup>
89 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000090 <None Include="src\thriftl.ll" />
91 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000092 </ItemGroup>
93 <PropertyGroup Label="Globals">
94 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
95 <Keyword>Win32Proj</Keyword>
96 <RootNamespace>compiler</RootNamespace>
97 </PropertyGroup>
98 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
100 <ConfigurationType>Application</ConfigurationType>
101 <UseDebugLibraries>true</UseDebugLibraries>
102 <CharacterSet>MultiByte</CharacterSet>
103 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
106 <UseDebugLibraries>true</UseDebugLibraries>
107 <CharacterSet>MultiByte</CharacterSet>
108 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
110 <ConfigurationType>Application</ConfigurationType>
111 <UseDebugLibraries>false</UseDebugLibraries>
112 <WholeProgramOptimization>true</WholeProgramOptimization>
113 <CharacterSet>MultiByte</CharacterSet>
114 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
116 <ConfigurationType>Application</ConfigurationType>
117 <UseDebugLibraries>false</UseDebugLibraries>
118 <WholeProgramOptimization>true</WholeProgramOptimization>
119 <CharacterSet>MultiByte</CharacterSet>
120 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000121 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
122 <ImportGroup Label="ExtensionSettings">
123 </ImportGroup>
124 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
126 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
129 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000130 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
132 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
135 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000136 <PropertyGroup Label="UserMacros" />
137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
138 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000139 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000140 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000141 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
142 </PropertyGroup>
143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
144 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000145 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000146 <TargetName>thrift</TargetName>
147 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000148 </PropertyGroup>
149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
150 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000151 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000152 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000153 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
154 </PropertyGroup>
155 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
156 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000157 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000158 <TargetName>thrift</TargetName>
159 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000160 </PropertyGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
162 <ClCompile>
163 <PrecompiledHeader>
164 </PrecompiledHeader>
165 <WarningLevel>Level3</WarningLevel>
166 <Optimization>Disabled</Optimization>
167 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
169 <CompileAs>CompileAsCpp</CompileAs>
170 </ClCompile>
171 <Link>
172 <SubSystem>Console</SubSystem>
173 <GenerateDebugInformation>true</GenerateDebugInformation>
174 </Link>
175 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000176 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500177bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000178 </PreBuildEvent>
179 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
181 <ClCompile>
182 <PrecompiledHeader>
183 </PrecompiledHeader>
184 <WarningLevel>Level3</WarningLevel>
185 <Optimization>Disabled</Optimization>
186 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
188 <CompileAs>CompileAsCpp</CompileAs>
189 </ClCompile>
190 <Link>
191 <SubSystem>Console</SubSystem>
192 <GenerateDebugInformation>true</GenerateDebugInformation>
193 </Link>
194 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000195 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500196bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000197 </PreBuildEvent>
198 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
200 <ClCompile>
201 <WarningLevel>Level3</WarningLevel>
202 <PrecompiledHeader>
203 </PrecompiledHeader>
204 <Optimization>MaxSpeed</Optimization>
205 <FunctionLevelLinking>true</FunctionLevelLinking>
206 <IntrinsicFunctions>true</IntrinsicFunctions>
207 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
208 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
209 <CompileAs>CompileAsCpp</CompileAs>
210 </ClCompile>
211 <Link>
212 <SubSystem>Console</SubSystem>
213 <GenerateDebugInformation>true</GenerateDebugInformation>
214 <EnableCOMDATFolding>true</EnableCOMDATFolding>
215 <OptimizeReferences>true</OptimizeReferences>
216 </Link>
217 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000218 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500219bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000220 </PreBuildEvent>
221 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000222 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
223 <ClCompile>
224 <WarningLevel>Level3</WarningLevel>
225 <PrecompiledHeader>
226 </PrecompiledHeader>
227 <Optimization>MaxSpeed</Optimization>
228 <FunctionLevelLinking>true</FunctionLevelLinking>
229 <IntrinsicFunctions>true</IntrinsicFunctions>
230 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
232 <CompileAs>CompileAsCpp</CompileAs>
233 </ClCompile>
234 <Link>
235 <SubSystem>Console</SubSystem>
236 <GenerateDebugInformation>true</GenerateDebugInformation>
237 <EnableCOMDATFolding>true</EnableCOMDATFolding>
238 <OptimizeReferences>true</OptimizeReferences>
239 </Link>
240 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000241 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500242bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000243 </PreBuildEvent>
244 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000245 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
246 <ImportGroup Label="ExtensionTargets">
247 </ImportGroup>
248</Project>