diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-24 19:04:47 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-24 19:04:47 +0200 |
| commit | 40746c60fed9e70f3cb7f6f12f55595a77a1adfa (patch) | |
| tree | 815a77a25888aceed48d15a9ce2f977e0d9ee845 /Software/Visual_Studio/Tango.AdvancedInstaller/Properties | |
| parent | 64b768178dc9e64293a52c1b6d2631709af9502a (diff) | |
| download | Tango-40746c60fed9e70f3cb7f6f12f55595a77a1adfa.tar.gz Tango-40746c60fed9e70f3cb7f6f12f55595a77a1adfa.zip | |
Fixed PPC and Machine Studio issues before next release.
Started working on Advanced Installer libraries.
Diffstat (limited to 'Software/Visual_Studio/Tango.AdvancedInstaller/Properties')
| -rw-r--r-- | Software/Visual_Studio/Tango.AdvancedInstaller/Properties/AssemblyInfo.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.AdvancedInstaller/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.AdvancedInstaller/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..a8dc804ce --- /dev/null +++ b/Software/Visual_Studio/Tango.AdvancedInstaller/Properties/AssemblyInfo.cs @@ -0,0 +1,7 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Tango - Business logic components")] +[assembly: ComVisible(false)] +[assembly: AssemblyVersion("2.0.36.1608")]
\ No newline at end of file |
