blob: c08edf2ac581631fc5a6da1526fa3fe912a380f9 [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" />
61 <ClCompile Include="src\generate\t_delphi_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000062 <ClCompile Include="src\generate\t_erl_generator.cc" />
63 <ClCompile Include="src\generate\t_generator.cc" />
64 <ClCompile Include="src\generate\t_go_generator.cc" />
Jens Geyerbd52f1a2014-07-28 01:25:30 +020065 <ClCompile Include="src\generate\t_gv_generator.cc" />
66 <ClCompile Include="src\generate\t_haxe_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000067 <ClCompile Include="src\generate\t_hs_generator.cc" />
68 <ClCompile Include="src\generate\t_html_generator.cc" />
69 <ClCompile Include="src\generate\t_javame_generator.cc" />
70 <ClCompile Include="src\generate\t_java_generator.cc" />
71 <ClCompile Include="src\generate\t_js_generator.cc" />
Jens Geyer200150d2014-11-30 12:27:12 +010072 <ClCompile Include="src\generate\t_json_generator.cc" />
Jens Geyer89dc20f2014-12-24 02:36:45 +010073 <ClCompile Include="src\generate\t_lua_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000074 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
75 <ClCompile Include="src\generate\t_perl_generator.cc" />
76 <ClCompile Include="src\generate\t_php_generator.cc" />
77 <ClCompile Include="src\generate\t_py_generator.cc" />
78 <ClCompile Include="src\generate\t_rb_generator.cc" />
79 <ClCompile Include="src\generate\t_st_generator.cc" />
80 <ClCompile Include="src\generate\t_xsd_generator.cc" />
81 <ClCompile Include="src\main.cc" />
82 <ClCompile Include="src\md5.c" />
83 <ClCompile Include="src\parse\parse.cc" />
Jens Geyerff296c82014-06-24 21:06:58 +020084 <ClCompile Include="src\parse\t_typedef.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000085 <ClCompile Include="src\thriftl.cc" />
86 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000087 </ItemGroup>
88 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000089 <None Include="src\thriftl.ll" />
90 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000091 </ItemGroup>
92 <PropertyGroup Label="Globals">
93 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
94 <Keyword>Win32Proj</Keyword>
95 <RootNamespace>compiler</RootNamespace>
96 </PropertyGroup>
97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
99 <ConfigurationType>Application</ConfigurationType>
100 <UseDebugLibraries>true</UseDebugLibraries>
101 <CharacterSet>MultiByte</CharacterSet>
102 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
104 <ConfigurationType>Application</ConfigurationType>
105 <UseDebugLibraries>true</UseDebugLibraries>
106 <CharacterSet>MultiByte</CharacterSet>
107 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
109 <ConfigurationType>Application</ConfigurationType>
110 <UseDebugLibraries>false</UseDebugLibraries>
111 <WholeProgramOptimization>true</WholeProgramOptimization>
112 <CharacterSet>MultiByte</CharacterSet>
113 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
115 <ConfigurationType>Application</ConfigurationType>
116 <UseDebugLibraries>false</UseDebugLibraries>
117 <WholeProgramOptimization>true</WholeProgramOptimization>
118 <CharacterSet>MultiByte</CharacterSet>
119 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
121 <ImportGroup Label="ExtensionSettings">
122 </ImportGroup>
123 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Debug|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 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
130 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000132 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000135 <PropertyGroup Label="UserMacros" />
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
137 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000138 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000139 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000140 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
141 </PropertyGroup>
142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
143 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000144 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000145 <TargetName>thrift</TargetName>
146 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
149 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000150 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000151 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000152 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
153 </PropertyGroup>
154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000156 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000157 <TargetName>thrift</TargetName>
158 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000159 </PropertyGroup>
160 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
161 <ClCompile>
162 <PrecompiledHeader>
163 </PrecompiledHeader>
164 <WarningLevel>Level3</WarningLevel>
165 <Optimization>Disabled</Optimization>
166 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
168 <CompileAs>CompileAsCpp</CompileAs>
169 </ClCompile>
170 <Link>
171 <SubSystem>Console</SubSystem>
172 <GenerateDebugInformation>true</GenerateDebugInformation>
173 </Link>
174 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000175 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500176bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000177 </PreBuildEvent>
178 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000179 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
180 <ClCompile>
181 <PrecompiledHeader>
182 </PrecompiledHeader>
183 <WarningLevel>Level3</WarningLevel>
184 <Optimization>Disabled</Optimization>
185 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
187 <CompileAs>CompileAsCpp</CompileAs>
188 </ClCompile>
189 <Link>
190 <SubSystem>Console</SubSystem>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 </Link>
193 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000194 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500195bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000196 </PreBuildEvent>
197 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
199 <ClCompile>
200 <WarningLevel>Level3</WarningLevel>
201 <PrecompiledHeader>
202 </PrecompiledHeader>
203 <Optimization>MaxSpeed</Optimization>
204 <FunctionLevelLinking>true</FunctionLevelLinking>
205 <IntrinsicFunctions>true</IntrinsicFunctions>
206 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
208 <CompileAs>CompileAsCpp</CompileAs>
209 </ClCompile>
210 <Link>
211 <SubSystem>Console</SubSystem>
212 <GenerateDebugInformation>true</GenerateDebugInformation>
213 <EnableCOMDATFolding>true</EnableCOMDATFolding>
214 <OptimizeReferences>true</OptimizeReferences>
215 </Link>
216 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000217 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500218bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000219 </PreBuildEvent>
220 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000221 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
222 <ClCompile>
223 <WarningLevel>Level3</WarningLevel>
224 <PrecompiledHeader>
225 </PrecompiledHeader>
226 <Optimization>MaxSpeed</Optimization>
227 <FunctionLevelLinking>true</FunctionLevelLinking>
228 <IntrinsicFunctions>true</IntrinsicFunctions>
229 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
230 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
231 <CompileAs>CompileAsCpp</CompileAs>
232 </ClCompile>
233 <Link>
234 <SubSystem>Console</SubSystem>
235 <GenerateDebugInformation>true</GenerateDebugInformation>
236 <EnableCOMDATFolding>true</EnableCOMDATFolding>
237 <OptimizeReferences>true</OptimizeReferences>
238 </Link>
239 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000240 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500241bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000242 </PreBuildEvent>
243 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000244 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
245 <ImportGroup Label="ExtensionTargets">
246 </ImportGroup>
247</Project>