/
sample uigen.exe configuration file
sample uigen.exe configuration file
<?xml version="1.0" encoding="utf-8" ?> <!-- ATTENTION! Only ABSOLUTE PATHS are supported by uigen.exe --> <!-- DO NOT USE RELATIVE PATHS OR YOUR APPLICATION WILL BREAK --> <applicationGenerator template="\PhoneBook\Remotion\UIGenTemplates\TabbedEditor\TabbedEditor.xml"> <settings templateRoot="\PhoneBook\Remotion\UIGenTemplates\TabbedEditor" targetRoot="\PhoneBook" projectNamespaceRoot="PhoneBook.Web" domainNamespaceRoot="PhoneBook.Domain" /> <projectReplacements> <replace from="$ReferencesDir$" to="References" /> <!-- Domain --> <!-- Copy the DomainProjectGuid from your PhoneBook.Domain.csproj file --> <replace from="$RemotionResDirectory$" to="\PhoneBook\Remotion\res" /> <replace from="$DomainProjectGuid$" to="{E715FCED-AD7C-4EB7-9E30-EDF67D904A48}" /> <replace from="$DomainProjectName$" to="PhoneBook.Domain" /> <replace from="$DomainProjectAssembly$" to="PhoneBook.Domain" /> <replace from="$RemotionAssembly$" to="\PhoneBook\Remotion\net-3.5\bin\Debug" /> <replace from="$WxeEngine$" to="\PhoneBook\Remotion\net-3.5\bin\Debug" /> <replace from="$WebClientName$" to="PhoneBook.Web" /> <replace from="$WebClientAssembly$" to="PhoneBook.Web" /> <replace from="$STRONG_SUPPLEMENT$" to="Version=1.13.6.2, Culture=neutral, PublicKeyToken=fee00910d6e5f53b" /> <!-- USER --> <replace from="$USER_APPNAME$" to="PhoneBook Web Sample" /> <replace from="$USER_DEFAULT_ASPX_TOPIC$" to="This application was generated by UIGen.exe" /> <replace from="$USER_DEFAULT_ASPX_STARTINFO$" to="To start the application just click 'Start'" /> <replace from="$USER_DEFAULT_STARTPAGE$" to="EditLocation.wxe?WxeReturnToSelf=true" /> <replace from="$USER_STATUSBAR$" to="yes" /> <replace from="$USER_CLASSIC_APPSTYLE$" to="false" /> <replace from="$USER_STORAGEPROVIDER$" to="PhoneBookDB" /> <replace from="$USER_CATALOGNAME$" to="PhoneBook" /> </projectReplacements> </applicationGenerator>