1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3Copyright (C) 2013 Google Inc. 4 5Licensed under the Apache License, Version 2.0 (the "License"); 6you may not use this file except in compliance with the License. 7You may obtain a copy of the License at 8 9http://www.apache.org/licenses/LICENSE-2.0 10 11Unless required by applicable law or agreed to in writing, software 12distributed under the License is distributed on an "AS IS" BASIS, 13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14See the License for the specific language governing permissions and 15limitations under the License. 16--> 17<grit base_dir="." latest_public_release="0" current_release="1" 18 source_lang_id="en" enc_check="möl"> 19 <outputs> 20 <output filename="messages.h" type="rc_header" lang="en"> 21 <emit> 22 <!-- If the emit element is not specified, then the generated 23 messages.h includes an atlres.h file from Windows Template 24 Library (WTL). --> 25 </emit> 26 </output> 27 <output filename="en_messages.cc" lang="en" type="c_format" /> 28 </outputs> 29 <release seq="1" allow_pseudo="false"> 30 <messages fallback_to_english="true"> 31 <part file="messages.grdp" /> 32 </messages> 33 </release> 34</grit> 35