blob: 1f0bee369a9c8b64c2a4f9059e96676390f7c1e9 [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 Geyer3dcef372014-09-17 22:55:56 +020063 <ClCompile Include="src\generate\t_gv_generator.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000064 <ClCompile Include="src\generate\t_hs_generator.cc" />
65 <ClCompile Include="src\generate\t_html_generator.cc" />
66 <ClCompile Include="src\generate\t_javame_generator.cc" />
67 <ClCompile Include="src\generate\t_java_generator.cc" />
68 <ClCompile Include="src\generate\t_js_generator.cc" />
69 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
70 <ClCompile Include="src\generate\t_perl_generator.cc" />
71 <ClCompile Include="src\generate\t_php_generator.cc" />
72 <ClCompile Include="src\generate\t_py_generator.cc" />
73 <ClCompile Include="src\generate\t_rb_generator.cc" />
74 <ClCompile Include="src\generate\t_st_generator.cc" />
75 <ClCompile Include="src\generate\t_xsd_generator.cc" />
76 <ClCompile Include="src\main.cc" />
77 <ClCompile Include="src\md5.c" />
78 <ClCompile Include="src\parse\parse.cc" />
Jens Geyerff296c82014-06-24 21:06:58 +020079 <ClCompile Include="src\parse\t_typedef.cc" />
Roger Meier1516be02012-04-14 11:03:21 +000080 <ClCompile Include="src\thriftl.cc" />
81 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000082 </ItemGroup>
83 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000084 <None Include="src\thriftl.ll" />
85 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000086 </ItemGroup>
87 <PropertyGroup Label="Globals">
88 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
89 <Keyword>Win32Proj</Keyword>
90 <RootNamespace>compiler</RootNamespace>
91 </PropertyGroup>
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
94 <ConfigurationType>Application</ConfigurationType>
95 <UseDebugLibraries>true</UseDebugLibraries>
96 <CharacterSet>MultiByte</CharacterSet>
97 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +000098 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
99 <ConfigurationType>Application</ConfigurationType>
100 <UseDebugLibraries>true</UseDebugLibraries>
101 <CharacterSet>MultiByte</CharacterSet>
102 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
104 <ConfigurationType>Application</ConfigurationType>
105 <UseDebugLibraries>false</UseDebugLibraries>
106 <WholeProgramOptimization>true</WholeProgramOptimization>
107 <CharacterSet>MultiByte</CharacterSet>
108 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
110 <ConfigurationType>Application</ConfigurationType>
111 <UseDebugLibraries>false</UseDebugLibraries>
112 <WholeProgramOptimization>true</WholeProgramOptimization>
113 <CharacterSet>MultiByte</CharacterSet>
114 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000115 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
116 <ImportGroup Label="ExtensionSettings">
117 </ImportGroup>
118 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000121 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
123 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000124 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release|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 <PropertyGroup Label="UserMacros" />
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
132 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000133 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000134 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000135 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
136 </PropertyGroup>
137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
138 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000139 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000140 <TargetName>thrift</TargetName>
141 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000142 </PropertyGroup>
143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000145 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000146 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000147 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
148 </PropertyGroup>
149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
150 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000151 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000152 <TargetName>thrift</TargetName>
153 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000154 </PropertyGroup>
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
156 <ClCompile>
157 <PrecompiledHeader>
158 </PrecompiledHeader>
159 <WarningLevel>Level3</WarningLevel>
160 <Optimization>Disabled</Optimization>
161 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
163 <CompileAs>CompileAsCpp</CompileAs>
164 </ClCompile>
165 <Link>
166 <SubSystem>Console</SubSystem>
167 <GenerateDebugInformation>true</GenerateDebugInformation>
168 </Link>
169 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000170 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500171bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000172 </PreBuildEvent>
173 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000174 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
175 <ClCompile>
176 <PrecompiledHeader>
177 </PrecompiledHeader>
178 <WarningLevel>Level3</WarningLevel>
179 <Optimization>Disabled</Optimization>
180 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
182 <CompileAs>CompileAsCpp</CompileAs>
183 </ClCompile>
184 <Link>
185 <SubSystem>Console</SubSystem>
186 <GenerateDebugInformation>true</GenerateDebugInformation>
187 </Link>
188 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000189 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500190bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000191 </PreBuildEvent>
192 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000193 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
194 <ClCompile>
195 <WarningLevel>Level3</WarningLevel>
196 <PrecompiledHeader>
197 </PrecompiledHeader>
198 <Optimization>MaxSpeed</Optimization>
199 <FunctionLevelLinking>true</FunctionLevelLinking>
200 <IntrinsicFunctions>true</IntrinsicFunctions>
201 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
202 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
203 <CompileAs>CompileAsCpp</CompileAs>
204 </ClCompile>
205 <Link>
206 <SubSystem>Console</SubSystem>
207 <GenerateDebugInformation>true</GenerateDebugInformation>
208 <EnableCOMDATFolding>true</EnableCOMDATFolding>
209 <OptimizeReferences>true</OptimizeReferences>
210 </Link>
211 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000212 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500213bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000214 </PreBuildEvent>
215 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000216 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
217 <ClCompile>
218 <WarningLevel>Level3</WarningLevel>
219 <PrecompiledHeader>
220 </PrecompiledHeader>
221 <Optimization>MaxSpeed</Optimization>
222 <FunctionLevelLinking>true</FunctionLevelLinking>
223 <IntrinsicFunctions>true</IntrinsicFunctions>
224 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
226 <CompileAs>CompileAsCpp</CompileAs>
227 </ClCompile>
228 <Link>
229 <SubSystem>Console</SubSystem>
230 <GenerateDebugInformation>true</GenerateDebugInformation>
231 <EnableCOMDATFolding>true</EnableCOMDATFolding>
232 <OptimizeReferences>true</OptimizeReferences>
233 </Link>
234 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000235 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
Chris Piro92e38602013-03-07 11:24:51 -0500236bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000237 </PreBuildEvent>
238 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000239 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
240 <ImportGroup Label="ExtensionTargets">
241 </ImportGroup>
242</Project>