Solution file (extension .rigsln)
Sample file:
<?xml version="1.0" encoding="utf-8"?> <solution> <sourcelocale>en-US</sourcelocale> <pseudolocale>en-JM</pseudolocale> <signatureformat>ShortWeb</signatureformat> <url>http://demo.rigi.io</url> <remoteProjectUrl>https://xyz.rigi.io/projects/268</remoteProjectUrl> <applicationtype>Web</applicationtype> <projects> <refproject relpath="CoffeeAppRigi5.rigproj" readonly="false"/> </projects> </solution>
Explanation of the elements:
Element | Description |
---|---|
| The root element that has no attributes. |
| Language Culture Name of the source files (for example, en-GB for English - United Kingdom and de-DE for German - Germany). |
| Language Culture Name of the target files that contain the Rigi signatures. Use a locale that is not used as a target language in your application. You can change the pseudo locale at a later stage during the project. |
| Rigi supports various formats to encode signatures to the pseudo locale file.
|
| Relative path to the location in which local screenshots are stored. Contains a reference to the location of the solution file. This setting is typically addressed to developers because translators will get the screenshots from the Rigi server. |
|
|
| The URL of the project on the Rigi server that hosts the screenshots, for example, |
| Application type: Web, WPF, Silverlight, Android, iOS. |
| See the Screenshot size fixation expandable section below. |
| The
|