blob: 04e108d47053292761a5a8b1d7a8e427b5e58295 [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" />
25 <ClInclude Include="src\globals.h" />
26 <ClInclude Include="src\main.h" />
27 <ClInclude Include="src\md5.h" />
28 <ClInclude Include="src\parse\t_base_type.h" />
29 <ClInclude Include="src\parse\t_const.h" />
30 <ClInclude Include="src\parse\t_const_value.h" />
31 <ClInclude Include="src\parse\t_container.h" />
32 <ClInclude Include="src\parse\t_doc.h" />
33 <ClInclude Include="src\parse\t_enum.h" />
34 <ClInclude Include="src\parse\t_enum_value.h" />
35 <ClInclude Include="src\parse\t_field.h" />
36 <ClInclude Include="src\parse\t_function.h" />
37 <ClInclude Include="src\parse\t_list.h" />
38 <ClInclude Include="src\parse\t_map.h" />
39 <ClInclude Include="src\parse\t_program.h" />
40 <ClInclude Include="src\parse\t_scope.h" />
41 <ClInclude Include="src\parse\t_service.h" />
42 <ClInclude Include="src\parse\t_set.h" />
43 <ClInclude Include="src\parse\t_struct.h" />
44 <ClInclude Include="src\parse\t_type.h" />
45 <ClInclude Include="src\parse\t_typedef.h" />
46 <ClInclude Include="src\platform.h" />
47 <ClInclude Include="src\thrifty.h" />
48 <ClInclude Include="src\windows\config.h" />
49 <ClInclude Include="src\windows\version.h" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000050 </ItemGroup>
51 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000052 <ClCompile Include="src\generate\t_as3_generator.cc" />
53 <ClCompile Include="src\generate\t_cocoa_generator.cc" />
54 <ClCompile Include="src\generate\t_cpp_generator.cc" />
55 <ClCompile Include="src\generate\t_csharp_generator.cc" />
56 <ClCompile Include="src\generate\t_c_glib_generator.cc" />
57 <ClCompile Include="src\generate\t_erl_generator.cc" />
58 <ClCompile Include="src\generate\t_generator.cc" />
59 <ClCompile Include="src\generate\t_go_generator.cc" />
60 <ClCompile Include="src\generate\t_hs_generator.cc" />
61 <ClCompile Include="src\generate\t_html_generator.cc" />
62 <ClCompile Include="src\generate\t_javame_generator.cc" />
63 <ClCompile Include="src\generate\t_java_generator.cc" />
64 <ClCompile Include="src\generate\t_js_generator.cc" />
65 <ClCompile Include="src\generate\t_ocaml_generator.cc" />
66 <ClCompile Include="src\generate\t_perl_generator.cc" />
67 <ClCompile Include="src\generate\t_php_generator.cc" />
68 <ClCompile Include="src\generate\t_py_generator.cc" />
69 <ClCompile Include="src\generate\t_rb_generator.cc" />
70 <ClCompile Include="src\generate\t_st_generator.cc" />
71 <ClCompile Include="src\generate\t_xsd_generator.cc" />
72 <ClCompile Include="src\main.cc" />
73 <ClCompile Include="src\md5.c" />
74 <ClCompile Include="src\parse\parse.cc" />
75 <ClCompile Include="src\thriftl.cc" />
76 <ClCompile Include="src\thrifty.cc" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000077 </ItemGroup>
78 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000079 <None Include="src\thriftl.ll" />
80 <None Include="src\thrifty.yy" />
Roger Meier8cd3b1a2011-09-23 14:25:22 +000081 </ItemGroup>
82 <PropertyGroup Label="Globals">
83 <ProjectGuid>{89975A1A-F799-4556-98B8-64E30AB39A90}</ProjectGuid>
84 <Keyword>Win32Proj</Keyword>
85 <RootNamespace>compiler</RootNamespace>
86 </PropertyGroup>
87 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
89 <ConfigurationType>Application</ConfigurationType>
90 <UseDebugLibraries>true</UseDebugLibraries>
91 <CharacterSet>MultiByte</CharacterSet>
92 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +000093 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
94 <ConfigurationType>Application</ConfigurationType>
95 <UseDebugLibraries>true</UseDebugLibraries>
96 <CharacterSet>MultiByte</CharacterSet>
97 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +000098 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
99 <ConfigurationType>Application</ConfigurationType>
100 <UseDebugLibraries>false</UseDebugLibraries>
101 <WholeProgramOptimization>true</WholeProgramOptimization>
102 <CharacterSet>MultiByte</CharacterSet>
103 </PropertyGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
106 <UseDebugLibraries>false</UseDebugLibraries>
107 <WholeProgramOptimization>true</WholeProgramOptimization>
108 <CharacterSet>MultiByte</CharacterSet>
109 </PropertyGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000110 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
111 <ImportGroup Label="ExtensionSettings">
112 </ImportGroup>
113 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115 </ImportGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000116 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118 </ImportGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release|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 <PropertyGroup Label="UserMacros" />
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
127 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000128 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000129 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000130 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
131 </PropertyGroup>
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
133 <LinkIncremental>true</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000134 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000135 <TargetName>thrift</TargetName>
136 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000137 </PropertyGroup>
138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
139 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000140 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000141 <TargetName>thrift</TargetName>
Roger Meier12d70532011-12-14 23:35:28 +0000142 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145 <LinkIncremental>false</LinkIncremental>
Roger Meier1516be02012-04-14 11:03:21 +0000146 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\windows\;$(IncludePath)</IncludePath>
Roger Meier12d70532011-12-14 23:35:28 +0000147 <TargetName>thrift</TargetName>
148 <ExecutablePath>$(ExecutablePath);C:\Program Files (x86)\Git\bin</ExecutablePath>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000149 </PropertyGroup>
150 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151 <ClCompile>
152 <PrecompiledHeader>
153 </PrecompiledHeader>
154 <WarningLevel>Level3</WarningLevel>
155 <Optimization>Disabled</Optimization>
156 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
158 <CompileAs>CompileAsCpp</CompileAs>
159 </ClCompile>
160 <Link>
161 <SubSystem>Console</SubSystem>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 </Link>
164 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000165 <Command>flex -o "src\\thriftl.cc" src/thriftl.ll
166bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000167 </PreBuildEvent>
168 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000169 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
170 <ClCompile>
171 <PrecompiledHeader>
172 </PrecompiledHeader>
173 <WarningLevel>Level3</WarningLevel>
174 <Optimization>Disabled</Optimization>
175 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
177 <CompileAs>CompileAsCpp</CompileAs>
178 </ClCompile>
179 <Link>
180 <SubSystem>Console</SubSystem>
181 <GenerateDebugInformation>true</GenerateDebugInformation>
182 </Link>
183 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000184 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
185bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000186 </PreBuildEvent>
187 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000188 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
189 <ClCompile>
190 <WarningLevel>Level3</WarningLevel>
191 <PrecompiledHeader>
192 </PrecompiledHeader>
193 <Optimization>MaxSpeed</Optimization>
194 <FunctionLevelLinking>true</FunctionLevelLinking>
195 <IntrinsicFunctions>true</IntrinsicFunctions>
196 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
198 <CompileAs>CompileAsCpp</CompileAs>
199 </ClCompile>
200 <Link>
201 <SubSystem>Console</SubSystem>
202 <GenerateDebugInformation>true</GenerateDebugInformation>
203 <EnableCOMDATFolding>true</EnableCOMDATFolding>
204 <OptimizeReferences>true</OptimizeReferences>
205 </Link>
206 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000207 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
208bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000209 </PreBuildEvent>
210 </ItemDefinitionGroup>
Roger Meier12d70532011-12-14 23:35:28 +0000211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
212 <ClCompile>
213 <WarningLevel>Level3</WarningLevel>
214 <PrecompiledHeader>
215 </PrecompiledHeader>
216 <Optimization>MaxSpeed</Optimization>
217 <FunctionLevelLinking>true</FunctionLevelLinking>
218 <IntrinsicFunctions>true</IntrinsicFunctions>
219 <PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220 <ForcedIncludeFiles>config.h</ForcedIncludeFiles>
221 <CompileAs>CompileAsCpp</CompileAs>
222 </ClCompile>
223 <Link>
224 <SubSystem>Console</SubSystem>
225 <GenerateDebugInformation>true</GenerateDebugInformation>
226 <EnableCOMDATFolding>true</EnableCOMDATFolding>
227 <OptimizeReferences>true</OptimizeReferences>
228 </Link>
229 <PreBuildEvent>
Roger Meier1516be02012-04-14 11:03:21 +0000230 <Command>flex -o "src\thriftl.cc" src/thriftl.ll
231bison -y -o "src\thrifty.cc" --defines="src/thrifty.h" src/thrifty.yy</Command>
Roger Meier12d70532011-12-14 23:35:28 +0000232 </PreBuildEvent>
233 </ItemDefinitionGroup>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000234 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
235 <ImportGroup Label="ExtensionTargets">
236 </ImportGroup>
237</Project>