Updated WCF Facility to support automatic server hosting, automatic client proxy...
[castle.git] / Setup / ReleaseNotes.wxs
blob4a26d8bb8022f9c76d23cbe66d98f645fa360e23
1 <?xml version='1.0' encoding='windows-1252'?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
4 <?include Includes.wxi?>
6 <Fragment Id='FragmentReleaseNotes'>
8 <DirectoryRef Id="ReleaseNotesDir">
9 <Component Id="ReleaseNotesRoot" DiskId="1" Guid="4D11F06F-3E7B-4DBF-B15A-73413AC192A9">
11 <File
12 Id="relnote1"
13 Name="ActiveRecord Release Notes.txt"
14 Source="$(var.ReleaseNotesDir)\ActiveRecord Release Notes.txt" />
15 <File
16 Id="relnote2"
17 Name="Core Release Notes.txt"
18 Source="$(var.ReleaseNotesDir)\Core Release Notes.txt" />
19 <File
20 Id="relnote3"
21 Name="DynamicProxy Release Notes.txt"
22 Source="$(var.ReleaseNotesDir)\DynamicProxy Release Notes.txt" />
23 <File
24 Id="relnote4"
25 Name="MonoRail Release Notes.txt"
26 Source="$(var.ReleaseNotesDir)\MonoRail Release Notes.txt" />
27 <File
28 Id="relnote5"
29 Name="InversionOfControl Release Notes.txt"
30 Source="$(var.ReleaseNotesDir)\InversionOfControl Release Notes.txt" />
32 </Component>
34 <Directory Id="ComponentsDir" Name="Components">
35 <Component Id="ReleaseNotesComps" DiskId="1" Guid="E54A749A-DAF0-41AE-879C-7F06501C4243">
37 <File
38 Id="relnotecomps1"
39 Name="Binder Release Notes.txt"
40 Source="$(var.ReleaseNotesDir)\Components\Binder Release Notes.txt" />
41 <File
42 Id="relnotecomps2"
43 Name="DictionaryAdapter Release Notes.txt"
44 Source="$(var.ReleaseNotesDir)\Components\DictionaryAdapter Release Notes.txt" />
45 <File
46 Id="relnotecomps3"
47 Name="EmailSender Release Notes.txt"
48 Source="$(var.ReleaseNotesDir)\Components\EmailSender Release Notes.txt" />
49 <File
50 Id="relnotecomps4"
51 Name="TemplateEngine Release Notes.txt"
52 Source="$(var.ReleaseNotesDir)\Components\TemplateEngine Release Notes.txt" />
53 <File
54 Id="relnotecomps5"
55 Name="Validator Release Notes.txt"
56 Source="$(var.ReleaseNotesDir)\Components\Validator Release Notes.txt" />
58 </Component>
59 </Directory>
61 <Directory Id="FacilitiesDir" Name="Facilities">
62 <Component Id="ReleaseNotesFacilities" DiskId="1" Guid="EBB8ECB9-E281-4973-AAF5-F686F98EBD32">
64 <File
65 Id="relnotefac1"
66 Name="ActiveRecordIntegration Release Notes.txt"
67 Source="$(var.ReleaseNotesDir)\Facilities\ActiveRecordIntegration Release Notes.txt" />
68 <File
69 Id="relnotefac2"
70 Name="AutomaticTransactionManagement Release Notes.txt"
71 Source="$(var.ReleaseNotesDir)\Facilities\AutomaticTransactionManagement Release Notes.txt" />
72 <File
73 Id="relnotefac3"
74 Name="EventWiring Release Notes.txt"
75 Source="$(var.ReleaseNotesDir)\Facilities\EventWiring Release Notes.txt" />
76 <File
77 Id="relnotefac4"
78 Name="BatchRegistration Release Notes.txt"
79 Source="$(var.ReleaseNotesDir)\Facilities\BatchRegistration Release Notes.txt" />
80 <File
81 Id="relnotefac5"
82 Name="FactorySupport Release Notes.txt"
83 Source="$(var.ReleaseNotesDir)\Facilities\FactorySupport Release Notes.txt" />
84 <File
85 Id="relnotefac6"
86 Name="Logging Release Notes.txt"
87 Source="$(var.ReleaseNotesDir)\Facilities\Logging Release Notes.txt" />
88 <File
89 Id="relnotefac7"
90 Name="NHibernateIntegration Release Notes.txt"
91 Source="$(var.ReleaseNotesDir)\Facilities\NHibernateIntegration Release Notes.txt" />
92 <File
93 Id="relnotefac8"
94 Name="Remoting Release Notes.txt"
95 Source="$(var.ReleaseNotesDir)\Facilities\Remoting Release Notes.txt" />
96 <File
97 Id="relnotefac9"
98 Name="TypedFactory Release Notes.txt"
99 Source="$(var.ReleaseNotesDir)\Facilities\TypedFactory Release Notes.txt" />
101 <!--
102 <File
103 Id="relnotefac5"
104 Name="Cache Release Notes.txt"
105 Source="$(var.ReleaseNotesDir)\Facilities\Cache Release Notes.txt" />
106 <File
107 Id="relnotefac6"
108 Name="Db4o Release Notes.txt"
109 Source="$(var.ReleaseNotesDir)\Facilities\Db4o Release Notes.txt" />
110 <File
111 Id="relnotefac7"
112 Name="IBatisNet Release Notes.txt"
113 Source="$(var.ReleaseNotesDir)\Facilities\IBatisNet Release Notes.txt" />
114 <File
115 Id="relnotefac9"
116 Name="ManagementExtensions Release Notes.txt"
117 Source="$(var.ReleaseNotesDir)\Facilities\ManagementExtensions Release Notes.txt" />
118 <File
119 Id="relnotefac11"
120 Name="Prevalence Release Notes.txt"
121 Source="$(var.ReleaseNotesDir)\Facilities\Prevalence Release Notes.txt" />
124 </Component>
125 </Directory>
127 <Directory Id="ServicesDir" Name="Services">
128 <Component Id="ReleaseNotesServices" DiskId="1" Guid="C3238736-E99C-494B-B05D-5B7F54B11DDA">
130 <File
131 Id="relnoteserv1"
132 Name="Logging Release Notes.txt"
133 Source="$(var.ReleaseNotesDir)\Services\Logging Release Notes.txt" />
134 <File
135 Id="relnoteserv2"
136 Name="Transaction Release Notes.txt"
137 Source="$(var.ReleaseNotesDir)\Services\Transaction Release Notes.txt" />
139 </Component>
140 </Directory>
142 </DirectoryRef>
144 </Fragment>
145 </Wix>