Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/sharpsvn-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SharpSvn.wxs')
-rw-r--r--SharpSvn.wxs103
1 files changed, 103 insertions, 0 deletions
diff --git a/SharpSvn.wxs b/SharpSvn.wxs
new file mode 100644
index 0000000..0bce8c4
--- /dev/null
+++ b/SharpSvn.wxs
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/wix/2006/wi tools/wix.xsd">
+ <!-- $Id: SharpSvn.wxs 2199 2012-07-25 21:43:23Z rhuijben $ -->
+ <Fragment>
+ <!-- When referenced installs a Win32 SharpSvn into the directory DIR_SharpSvn -->
+ <ComponentGroup Id="LOCAL_SharpSvn_Win32">
+ <ComponentRef Id="C_LOCAL_SharpSvn.dll" />
+ <ComponentRef Id="C_LOCAL_SharpPlink_Win32.svnExe" />
+ <?ifndef SharpSvn_NoDB?>
+ <ComponentRef Id="C_LOCAL_SharpSvn_DB44_20_win32.svnDll" />
+ <?endif?>
+ <?ifdef SharpSvn_Pdb?>
+ <ComponentRef Id="C_LOCAL_SharpSvn.pdb" />
+ <ComponentRef Id="C_LOCAL_SharpPlink_Win32.pdb" />
+ <?endif?>
+ <?ifndef SharpSvn_NoXml?>
+ <ComponentRef Id="C_LOCAL_SharpSvn.xml" />
+ <?endif?>
+ <?ifndef SharpSvn_NoResources?>
+ <!-- TODO: Add resource dll's -->
+ <?endif?>
+ </ComponentGroup>
+ </Fragment>
+ <Fragment>
+ <!-- When referenced installs SharpSvn into the GAC -->
+ <ComponentGroup Id="GAC_SharpSvn_Win32">
+ <!-- Not implemented yet -->
+ <ComponentRef Id="C_GAC_SharpSvn" />
+ </ComponentGroup>
+ </Fragment>
+ <Fragment>
+ <!-- When referenced installs a SharpSvn.UI into the directory DIR_SharpSvn -->
+ <ComponentGroup Id="LOCAL_SharpSvnUI">
+ <ComponentRef Id="C_LOCAL_SharpSvn.UI.dll" />
+ <?ifdef SharpSvn_Pdb?>
+ <ComponentRef Id="C_LOCAL_SharpSvn.UI.pdb" />
+ <?endif?>
+ <?ifndef SharpSvn_NoXml?>
+ <ComponentRef Id="C_LOCAL_SharpSvn.UI.xml" />
+ <?endif?>
+ <?ifndef SharpSvn_NoResources?>
+ <!-- TODO: Add resource dll's -->
+ <?endif?>
+ </ComponentGroup>
+ </Fragment>
+ <Fragment>
+ <!-- Always installed items -->
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.dll" Guid="32EB117A-B450-4137-B453-072D03DAECB1">
+ <File Id="CF_LOCAL_SharpSvn.dll" Name="SharpSvn.dll" Vital="yes" KeyPath="yes" Checksum="yes" />
+ </Component>
+ <Component Id="C_LOCAL_SharpPlink_Win32.svnExe" Guid="34F616E9-637E-44F0-9416-F79325560FDE">
+ <File Id="CF_LOCAL_SharpPlink_Win32.svnExe" Name="SharpPlink-Win32.svnExe" Vital="yes" KeyPath="yes" Checksum="yes" />
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <!-- BDB is optional (BDB repository format support is disabled if not available) -->
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn_DB44_20_win32.svnDll" Guid="17EC4369-1FBD-4345-A865-AB08B99D33FF">
+ <File Id="CF_LOCAL_SharpSvn_DB44_20_win32.svnDll" Name="SharpSvn-DB44-20-win32.svnDll" Vital="yes" KeyPath="yes" Checksum="yes" />
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.pdb" Guid="F38A631A-F9DE-4A4C-B4DD-2C94FA4A7E1F">
+ <File Id="CF_LOCAL_SharpSvn.pdb" Name="SharpSvn.pdb" KeyPath="yes" />
+ </Component>
+ <Component Id="C_LOCAL_SharpPlink_Win32.pdb" Guid="F3ED7757-1A3E-4F56-8CCE-811924222608">
+ <File Id="CF_LOCAL_SharpPlink_Win32.pdb" Name="SharpPlink-Win32.pdb" KeyPath="yes" />
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.xml" Guid="79440517-DF55-459A-93D6-B3A59D976072">
+ <File Id="CF_LOCAL_SharpSvn.xml" Name="SharpSvn.xml" KeyPath="yes" />
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.UI.dll" Guid="19505234-2C62-4785-B12B-D4891966A87E">
+ <File Id="CF_LOCAL_SharpSvn.UI.dll" Name="SharpSvn.UI.dll" Vital="yes" KeyPath="yes" Checksum="yes"/>
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.UI.pdb" Guid="4DC97A6D-5BF8-4FBC-A525-698A4466C5ED">
+ <File Id="CF_LOCAL_SharpSvn.UI.pdb" Name="SharpSvn.UI.pdb" KeyPath="yes"/>
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <DirectoryRef Id="DIR_SharpSvn" FileSource="$(sys.SOURCEFILEDIR)">
+ <Component Id="C_LOCAL_SharpSvn.UI.xml" Guid="FDBDAF00-1FCB-4A44-8E97-3ED6766B626B">
+ <File Id="CF_LOCAL_SharpSvn.UI.xml" Name="SharpSvn.UI.xml" KeyPath="yes"/>
+ </Component>
+ </DirectoryRef>
+ </Fragment>
+</Wix>