intl/icu/source/data/makedata.vcxproj

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
michael@0 3 <ItemGroup Label="ProjectConfigurations">
michael@0 4 <ProjectConfiguration Include="Debug|Win32">
michael@0 5 <Configuration>Debug</Configuration>
michael@0 6 <Platform>Win32</Platform>
michael@0 7 </ProjectConfiguration>
michael@0 8 <ProjectConfiguration Include="Debug|x64">
michael@0 9 <Configuration>Debug</Configuration>
michael@0 10 <Platform>x64</Platform>
michael@0 11 </ProjectConfiguration>
michael@0 12 <ProjectConfiguration Include="Release|Win32">
michael@0 13 <Configuration>Release</Configuration>
michael@0 14 <Platform>Win32</Platform>
michael@0 15 </ProjectConfiguration>
michael@0 16 <ProjectConfiguration Include="Release|x64">
michael@0 17 <Configuration>Release</Configuration>
michael@0 18 <Platform>x64</Platform>
michael@0 19 </ProjectConfiguration>
michael@0 20 </ItemGroup>
michael@0 21 <PropertyGroup Label="Globals">
michael@0 22 <ProjectGuid>{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}</ProjectGuid>
michael@0 23 <Keyword>MakeFileProj</Keyword>
michael@0 24 </PropertyGroup>
michael@0 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
michael@0 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
michael@0 27 <ConfigurationType>Makefile</ConfigurationType>
michael@0 28 <UseOfMfc>false</UseOfMfc>
michael@0 29 </PropertyGroup>
michael@0 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
michael@0 31 <ConfigurationType>Makefile</ConfigurationType>
michael@0 32 <UseOfMfc>false</UseOfMfc>
michael@0 33 </PropertyGroup>
michael@0 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
michael@0 35 <ConfigurationType>Makefile</ConfigurationType>
michael@0 36 <UseOfMfc>false</UseOfMfc>
michael@0 37 </PropertyGroup>
michael@0 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
michael@0 39 <ConfigurationType>Makefile</ConfigurationType>
michael@0 40 <UseOfMfc>false</UseOfMfc>
michael@0 41 </PropertyGroup>
michael@0 42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
michael@0 43 <ImportGroup Label="ExtensionSettings">
michael@0 44 </ImportGroup>
michael@0 45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
michael@0 46 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 47 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
michael@0 48 </ImportGroup>
michael@0 49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
michael@0 50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
michael@0 52 </ImportGroup>
michael@0 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
michael@0 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
michael@0 56 </ImportGroup>
michael@0 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
michael@0 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
michael@0 60 </ImportGroup>
michael@0 61 <PropertyGroup Label="UserMacros" />
michael@0 62 <PropertyGroup>
michael@0 63 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
michael@0 64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
michael@0 65 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
michael@0 66 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release</NMakeBuildCommandLine>
michael@0 67 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean all</NMakeReBuildCommandLine>
michael@0 68 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean</NMakeCleanCommandLine>
michael@0 69 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
michael@0 70 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
michael@0 71 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
michael@0 72 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
michael@0 73 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
michael@0 74 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
michael@0 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
michael@0 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
michael@0 77 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug</NMakeBuildCommandLine>
michael@0 78 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean all</NMakeReBuildCommandLine>
michael@0 79 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean</NMakeCleanCommandLine>
michael@0 80 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
michael@0 81 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
michael@0 82 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
michael@0 83 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
michael@0 84 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
michael@0 85 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
michael@0 86 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
michael@0 87 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
michael@0 88 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release</NMakeBuildCommandLine>
michael@0 89 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean all</NMakeReBuildCommandLine>
michael@0 90 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean</NMakeCleanCommandLine>
michael@0 91 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
michael@0 92 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
michael@0 93 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
michael@0 94 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
michael@0 95 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
michael@0 96 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
michael@0 97 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
michael@0 98 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
michael@0 99 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug</NMakeBuildCommandLine>
michael@0 100 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean all</NMakeReBuildCommandLine>
michael@0 101 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug clean</NMakeCleanCommandLine>
michael@0 102 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
michael@0 103 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
michael@0 104 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
michael@0 105 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
michael@0 106 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
michael@0 107 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
michael@0 108 </PropertyGroup>
michael@0 109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
michael@0 110 <BuildLog>
michael@0 111 <Path>.\out\tmp\x86\ReleaseBuildLog.html</Path>
michael@0 112 </BuildLog>
michael@0 113 </ItemDefinitionGroup>
michael@0 114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
michael@0 115 <BuildLog>
michael@0 116 <Path>.\out\tmp\x86\DebugBuildLog.html</Path>
michael@0 117 </BuildLog>
michael@0 118 </ItemDefinitionGroup>
michael@0 119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
michael@0 120 <BuildLog>
michael@0 121 <Path>.\out\tmp\x64\ReleaseBuildLog.html</Path>
michael@0 122 </BuildLog>
michael@0 123 </ItemDefinitionGroup>
michael@0 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
michael@0 125 <BuildLog>
michael@0 126 <Path>.\out\tmp\x64\DebugBuildLog.html</Path>
michael@0 127 </BuildLog>
michael@0 128 </ItemDefinitionGroup>
michael@0 129 <ItemGroup>
michael@0 130 <None Include="brkitr\brkfiles.mk" />
michael@0 131 <None Include="coll\colfiles.mk" />
michael@0 132 <None Include="makedata.mak" />
michael@0 133 <None Include="misc\miscfiles.mk" />
michael@0 134 <None Include="rbnf\rbnffiles.mk" />
michael@0 135 <None Include="locales\resfiles.mk" />
michael@0 136 <None Include="..\test\testdata\testdata.mak" />
michael@0 137 <None Include="translit\trnsfiles.mk" />
michael@0 138 <None Include="..\test\testdata\tstfiles.mk" />
michael@0 139 <None Include="mappings\ucmcore.mk" />
michael@0 140 <None Include="mappings\ucmebcdic.mk" />
michael@0 141 <None Include="mappings\ucmfiles.mk" />
michael@0 142 </ItemGroup>
michael@0 143 <ItemGroup>
michael@0 144 <ProjectReference Include="..\common\common.vcxproj">
michael@0 145 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
michael@0 146 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 147 </ProjectReference>
michael@0 148 <ProjectReference Include="..\extra\uconv\uconv.vcxproj">
michael@0 149 <Project>{dba4088d-f6f9-4f8f-8820-082a4765c16c}</Project>
michael@0 150 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 151 </ProjectReference>
michael@0 152 <ProjectReference Include="..\i18n\i18n.vcxproj">
michael@0 153 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
michael@0 154 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 155 </ProjectReference>
michael@0 156 <ProjectReference Include="..\io\io.vcxproj">
michael@0 157 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
michael@0 158 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 159 </ProjectReference>
michael@0 160 <ProjectReference Include="..\layoutex\layoutex.vcxproj">
michael@0 161 <Project>{37fc2c7f-1904-4811-8955-2f478830ead1}</Project>
michael@0 162 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 163 </ProjectReference>
michael@0 164 <ProjectReference Include="..\layout\layout.vcxproj">
michael@0 165 <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project>
michael@0 166 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 167 </ProjectReference>
michael@0 168 <ProjectReference Include="..\stubdata\stubdata.vcxproj">
michael@0 169 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project>
michael@0 170 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 171 </ProjectReference>
michael@0 172 <ProjectReference Include="..\test\cintltst\cintltst.vcxproj">
michael@0 173 <Project>{3d1246ae-1b32-479b-beca-aefa97be2321}</Project>
michael@0 174 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 175 </ProjectReference>
michael@0 176 <ProjectReference Include="..\test\intltest\intltest.vcxproj">
michael@0 177 <Project>{73632960-b3a6-464d-83a3-4b43365f19b8}</Project>
michael@0 178 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 179 </ProjectReference>
michael@0 180 <ProjectReference Include="..\test\iotest\iotest.vcxproj">
michael@0 181 <Project>{e4993e82-d68a-46ca-bae0-9d35e172e46f}</Project>
michael@0 182 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 183 </ProjectReference>
michael@0 184 <ProjectReference Include="..\test\letest\letest.vcxproj">
michael@0 185 <Project>{67351485-4d18-4245-be39-a7ef0675acd2}</Project>
michael@0 186 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 187 </ProjectReference>
michael@0 188 <ProjectReference Include="..\tools\ctestfw\ctestfw.vcxproj">
michael@0 189 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
michael@0 190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 191 </ProjectReference>
michael@0 192 <ProjectReference Include="..\tools\genbrk\genbrk.vcxproj">
michael@0 193 <Project>{c2be5000-7501-4e87-9724-b8d82494fae6}</Project>
michael@0 194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 195 </ProjectReference>
michael@0 196 <ProjectReference Include="..\tools\genccode\genccode.vcxproj">
michael@0 197 <Project>{fdd3c4f2-9805-44eb-9a77-bc1c1c95b547}</Project>
michael@0 198 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 199 </ProjectReference>
michael@0 200 <ProjectReference Include="..\tools\gencfu\gencfu.vcxproj">
michael@0 201 <Project>{691ee0c0-dc57-4a48-8aee-8ed75eb3a057}</Project>
michael@0 202 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 203 </ProjectReference>
michael@0 204 <ProjectReference Include="..\tools\gencmn\gencmn.vcxproj">
michael@0 205 <Project>{a8d36f8d-09e6-4174-91c3-7beaa9c3f04f}</Project>
michael@0 206 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 207 </ProjectReference>
michael@0 208 <ProjectReference Include="..\tools\gencnval\gencnval.vcxproj">
michael@0 209 <Project>{8b41752b-5a52-41e4-b7e0-07921c0cc6bf}</Project>
michael@0 210 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 211 </ProjectReference>
michael@0 212 <ProjectReference Include="..\tools\gendict\gendict.vcxproj">
michael@0 213 <Project>{9d4211f7-2c77-439c-82f0-30a4e43ba569}</Project>
michael@0 214 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 215 </ProjectReference>
michael@0 216 <ProjectReference Include="..\tools\gennorm2\gennorm2.vcxproj">
michael@0 217 <Project>{c7891a65-80ab-4245-912e-5f1e17b0e6c4}</Project>
michael@0 218 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 219 </ProjectReference>
michael@0 220 <ProjectReference Include="..\tools\genrb\derb.vcxproj">
michael@0 221 <Project>{d3065adb-8820-4cc7-9b6c-9510833961a3}</Project>
michael@0 222 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 223 </ProjectReference>
michael@0 224 <ProjectReference Include="..\tools\genrb\genrb.vcxproj">
michael@0 225 <Project>{97521d06-ec47-45d4-8bd0-9e16b3f93b2a}</Project>
michael@0 226 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 227 </ProjectReference>
michael@0 228 <ProjectReference Include="..\tools\gensprep\gensprep.vcxproj">
michael@0 229 <Project>{631c23ce-6c1d-4875-88f0-85e0a42b36ea}</Project>
michael@0 230 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 231 </ProjectReference>
michael@0 232 <ProjectReference Include="..\tools\gentest\gentest.vcxproj">
michael@0 233 <Project>{77c78066-746f-4ea6-b3fe-b8c8a4a97891}</Project>
michael@0 234 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 235 </ProjectReference>
michael@0 236 <ProjectReference Include="..\tools\icupkg\icupkg.vcxproj">
michael@0 237 <Project>{62d4b15d-7a90-4ecb-ba19-5e021d6a21bc}</Project>
michael@0 238 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 239 </ProjectReference>
michael@0 240 <ProjectReference Include="..\tools\makeconv\makeconv.vcxproj">
michael@0 241 <Project>{f5ad9738-1a3d-4906-b9c4-a7d9ce33dc2c}</Project>
michael@0 242 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 243 </ProjectReference>
michael@0 244 <ProjectReference Include="..\tools\pkgdata\pkgdata.vcxproj">
michael@0 245 <Project>{4c8454fe-81d3-4ca3-9927-29ba96f03dac}</Project>
michael@0 246 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 247 </ProjectReference>
michael@0 248 <ProjectReference Include="..\tools\toolutil\toolutil.vcxproj">
michael@0 249 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
michael@0 250 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
michael@0 251 </ProjectReference>
michael@0 252 </ItemGroup>
michael@0 253 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
michael@0 254 <ImportGroup Label="ExtensionTargets">
michael@0 255 </ImportGroup>
michael@0 256 </Project>

mercurial