blob: f46aaabbb3bd4b196db54a61cda459e235b08b19 [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" />
48 <ClInclude Include="src\thrifty.h" />
49 <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" />
78 <ClCompile Include="src\thriftl.cc" />
79 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000080 </ItemGroup>
81 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000082 <None Include="src\thriftl.ll" />
83 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000084 </ItemGroup>
85 <PropertyGroup Label="Globals">
86 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
87 <Keyword>Win32Proj</Keyword>
88 <RootNamespace>compiler</RootNamespace>
89 </PropertyGroup>
90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
92 <ConfigurationType>Application</ConfigurationType>
93 <UseDebugLibraries>true</UseDebugLibraries>
94 <CharacterSet>MultiByte</CharacterSet>
95 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +000096 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
97 <ConfigurationType>Application</ConfigurationType>
98 <UseDebugLibraries>true</UseDebugLibraries>
99 <CharacterSet>MultiByte</CharacterSet>
100 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
102 <ConfigurationType>Application</ConfigurationType>
103 <UseDebugLibraries>false</UseDebugLibraries>
104 <WholeProgramOptimization>true</WholeProgramOptimization>
105 <CharacterSet>MultiByte</CharacterSet>
106 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
108 <ConfigurationType>Application</ConfigurationType>
109 <UseDebugLibraries>false</UseDebugLibraries>
110 <WholeProgramOptimization>true</WholeProgramOptimization>
111 <CharacterSet>MultiByte</CharacterSet>
112 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000113 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
114 <ImportGroup Label="ExtensionSettings">
115 </ImportGroup>
116 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000119 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000122 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000125 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
126 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000128 <PropertyGroup Label="UserMacros" />
129 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
130 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000131 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000132 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000133 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
134 </PropertyGroup>
135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000137 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000138 <TargetName>thrift</TargetName>
139 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000140 </PropertyGroup>
141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000143 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000144 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000145 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
146 </PropertyGroup>
147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000149 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000150 <TargetName>thrift</TargetName>
151 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000152 </PropertyGroup>
153 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
154 <ClCompile>
155 <PrecompiledHeader>
156 </PrecompiledHeader>
157 <WarningLevel>Level3</WarningLevel>
158 <Optimization>Disabled</Optimization>
159 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
161 <CompileAs>CompileAsCpp</CompileAs>
162 </ClCompile>
163 <Link>
164 <SubSystem>Console</SubSystem>
165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 </Link>
167 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000168 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
169bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000170 </PreBuildEvent>
171 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000172 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
173 <ClCompile>
174 <PrecompiledHeader>
175 </PrecompiledHeader>
176 <WarningLevel>Level3</WarningLevel>
177 <Optimization>Disabled</Optimization>
178 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
180 <CompileAs>CompileAsCpp</CompileAs>
181 </ClCompile>
182 <Link>
183 <SubSystem>Console</SubSystem>
184 <GenerateDebugInformation>true</GenerateDebugInformation>
185 </Link>
186 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000187 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
188bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000189 </PreBuildEvent>
190 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
192 <ClCompile>
193 <WarningLevel>Level3</WarningLevel>
194 <PrecompiledHeader>
195 </PrecompiledHeader>
196 <Optimization>MaxSpeed</Optimization>
197 <FunctionLevelLinking>true</FunctionLevelLinking>
198 <IntrinsicFunctions>true</IntrinsicFunctions>
199 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
201 <CompileAs>CompileAsCpp</CompileAs>
202 </ClCompile>
203 <Link>
204 <SubSystem>Console</SubSystem>
205 <GenerateDebugInformation>true</GenerateDebugInformation>
206 <EnableCOMDATFolding>true</EnableCOMDATFolding>
207 <OptimizeReferences>true</OptimizeReferences>
208 </Link>
209 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000210 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
211bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000212 </PreBuildEvent>
213 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000214 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
215 <ClCompile>
216 <WarningLevel>Level3</WarningLevel>
217 <PrecompiledHeader>
218 </PrecompiledHeader>
219 <Optimization>MaxSpeed</Optimization>
220 <FunctionLevelLinking>true</FunctionLevelLinking>
221 <IntrinsicFunctions>true</IntrinsicFunctions>
222 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
223 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
224 <CompileAs>CompileAsCpp</CompileAs>
225 </ClCompile>
226 <Link>
227 <SubSystem>Console</SubSystem>
228 <GenerateDebugInformation>true</GenerateDebugInformation>
229 <EnableCOMDATFolding>true</EnableCOMDATFolding>
230 <OptimizeReferences>true</OptimizeReferences>
231 </Link>
232 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000233 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
234bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000235 </PreBuildEvent>
236 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000237 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
238 <ImportGroup Label="ExtensionTargets">
239 </ImportGroup>
240</Project>