ICU-7483 Exclude usrchdat.c from build in VS project file.

X-SVN-Rev: 27735
This commit is contained in:
Michael Ow 2010-03-02 09:44:33 +00:00
parent ecc6d768d2
commit deb0f9b6df

View File

@ -537,6 +537,38 @@
<File
RelativePath=".\usrchdat.c"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\usrchtst.c"