From: Rob M. <ro...@us...> - 2008-10-31 09:37:06
|
Update of /cvsroot/wix/wix/test/data/Tools/Candle/TreatWarningsAsErrorsTests In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27576/test/data/Tools/Candle/TreatWarningsAsErrorsTests Added Files: Product.wxs Log Message: Test infrastructure and data. --- NEW FILE: Product.wxs --- <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) Microsoft Corporation. All rights reserved. The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl.php) which can be found in the file CPL.TXT at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software. --> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Product Id="{C98438A5-DF17-43b8-9971-DDDC3D4F3490}" Name="Wix Test Product" Language="1033" Version="1.0.0.0" Manufacturer="Microsoft Corporation"> <Package InstallerVersion="200"/> <?warning Preprocessor Warning?> <Media Id="1" /> </Product> </Wix> |