Changeset 1994 for trunk/eraser
- Timestamp:
- 5/1/2010 12:23:50 AM (3 years ago)
- Location:
- trunk/eraser
- Files:
-
- 4 edited
-
Eraser.BlackBox/Eraser.BlackBox.csproj (modified) (1 diff)
-
Installer/DirectoryStructure.wxs (modified) (2 diffs)
-
Installer/Eraser.wxs (modified) (1 diff)
-
Installer/Localisations.wxs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.BlackBox/Eraser.BlackBox.csproj
r1993 r1994 103 103 <DependentUpon>BlackBoxUploadForm.cs</DependentUpon> 104 104 </EmbeddedResource> 105 <EmbeddedResource Include="Strings.en.resx" /> 106 <EmbeddedResource Include="Strings.it.resx" /> 107 <EmbeddedResource Include="Strings.nl.resx" /> 108 <EmbeddedResource Include="Strings.pl.resx" /> 109 <EmbeddedResource Include="Strings.resx" /> 105 110 </ItemGroup> 106 111 <ItemGroup> -
trunk/eraser/Installer/DirectoryStructure.wxs
r1993 r1994 102 102 Type="string" /> 103 103 </Component> 104 <Component Id="EraserBlackBox" Guid="3C9273B0-7A35-479b-BBEE-12AA3AB141EE">105 <File Id="EraserBlackBoxDll" Name="Eraser.BlackBox.dll"106 Source="..\Bin\Release\Plugins\Eraser.BlackBox.dll"107 ProcessorArchitecture="msil" />108 </Component>109 104 <Component Id="EraserShell" Guid="4C446C7E-BCBC-4561-B8F6-D406516D356F"> 110 105 <?if $(sys.BUILDARCH) = "x64"?> … … 231 226 ProcessorArchitecture="msil" /> 232 227 </Component> 228 229 <Component Id="EraserBlackBox" Guid="3C9273B0-7A35-479b-BBEE-12AA3AB141EE"> 230 <File Id="EraserBlackBoxDll" Name="Eraser.BlackBox.dll" 231 Source="..\Bin\Release\Plugins\Eraser.BlackBox.dll" 232 ProcessorArchitecture="msil" /> 233 </Component> 233 234 234 235 <Directory Id="EraserPluginsLangEnDir" Name="en"> 235 <Component Id="Eraser PluginsLangEn" Guid="23B2B7DD-C518-4dde-A229-94CA9122B995">236 <Component Id="EraserDefaultPluginsLangEn" Guid="23B2B7DD-C518-4dde-A229-94CA9122B995"> 236 237 <File Id="EraserDefaultPluginsEn" Name="Eraser.DefaultPlugins.resources.dll" 237 238 Source="..\bin\Release\Plugins\en\Eraser.DefaultPlugins.resources.dll" 239 ProcessorArchitecture="msil" /> 240 </Component> 241 242 <Component Id="EraserBlackBoxLangEn" Guid="0820F778-7868-442e-B5BE-B1A5E727CCE6"> 243 <File Id="EraserBlackBoxEn" Name="Eraser.BlackBox.resources.dll" 244 Source="..\bin\Release\Plugins\en\Eraser.BlackBox.resources.dll" 238 245 ProcessorArchitecture="msil" /> 239 246 </Component> -
trunk/eraser/Installer/Eraser.wxs
r1991 r1994 69 69 <ComponentRef Id="EraserLangEn" /> 70 70 <ComponentRef Id="EraserPlugins" /> 71 <ComponentRef Id="Eraser PluginsLangEn" />71 <ComponentRef Id="EraserDefaultPluginsLangEn" /> 72 72 73 73 <Feature Id="EraserMainBlackBox" Title="Eraser BlackBox" 74 74 Description="Eraser BlackBox error reporting component" Level="1"> 75 75 <ComponentRef Id="EraserBlackBox"/> 76 <ComponentRef Id="EraserBlackBoxLangEn" /> 76 77 </Feature> 77 78 <Feature Id="EraserMainShell" Title="Eraser Shell Extension" -
trunk/eraser/Installer/Localisations.wxs
r1902 r1994 57 57 <DirectoryRef Id="EraserPluginsDir"> 58 58 <Directory Id="EraserPluginsLangNlDir" Name="nl"> 59 <Component Id="Eraser PluginsLangNl" Guid="CD85AC3F-2B4E-4ac8-8FF9-6BD3BC90BD3D">59 <Component Id="EraserDefaultPluginsLangNl" Guid="CD85AC3F-2B4E-4ac8-8FF9-6BD3BC90BD3D"> 60 60 <File Id="EraserDefaultPluginsNl" Name="Eraser.DefaultPlugins.resources.dll" 61 61 Source="..\bin\Release\Plugins\nl\Eraser.DefaultPlugins.resources.dll" 62 62 ProcessorArchitecture="msil" /> 63 63 </Component> 64 <Component Id="EraserBlackBoxLangNl" Guid="A336F90E-38EE-4883-91D9-3791C0E897EA" Transitive="yes"> 65 <File Id="EraserBlackBoxNl" Name="Eraser.BlackBox.resources.dll" 66 Source="..\bin\Release\Plugins\nl\Eraser.BlackBox.resources.dll" 67 ProcessorArchitecture="msil" /> 68 </Component> 64 69 </Directory> 65 70 <Directory Id="EraserPluginsLangItDir" Name="it"> 66 <Component Id="Eraser PluginsLangIt" Guid="26236C68-69E8-4cc6-B8AA-C6130A7EDB10">71 <Component Id="EraserDefaultPluginsLangIt" Guid="26236C68-69E8-4cc6-B8AA-C6130A7EDB10"> 67 72 <File Id="EraserDefaultPluginsIt" Name="Eraser.DefaultPlugins.resources.dll" 68 73 Source="..\bin\Release\Plugins\it\Eraser.DefaultPlugins.resources.dll" 69 74 ProcessorArchitecture="msil" /> 70 75 </Component> 76 <Component Id="EraserBlackBoxLangIt" Guid="9A7134F4-DED9-4ef6-B624-B5D0CD03FD43" Transitive="yes"> 77 <File Id="EraserBlackBoxIt" Name="Eraser.BlackBox.resources.dll" 78 Source="..\bin\Release\Plugins\it\Eraser.BlackBox.resources.dll" 79 ProcessorArchitecture="msil" /> 80 </Component> 71 81 </Directory> 72 82 <Directory Id="EraserPluginsLangPlDir" Name="pl"> 73 <Component Id="Eraser PluginsLangPl" Guid="138E9CF4-17B9-498a-B476-0A1F91FFB64B">83 <Component Id="EraserDefaultPluginsLangPl" Guid="138E9CF4-17B9-498a-B476-0A1F91FFB64B"> 74 84 <File Id="EraserDefaultPluginsPl" Name="Eraser.DefaultPlugins.resources.dll" 75 85 Source="..\bin\Release\Plugins\pl\Eraser.DefaultPlugins.resources.dll" 86 ProcessorArchitecture="msil" /> 87 </Component> 88 <Component Id="EraserBlackBoxLangPl" Guid="63F255DF-9DD5-46ff-BC92-1AAE00772193" Transitive="yes"> 89 <File Id="EraserBlackBoxPl" Name="Eraser.BlackBox.resources.dll" 90 Source="..\bin\Release\Plugins\pl\Eraser.BlackBox.resources.dll" 76 91 ProcessorArchitecture="msil" /> 77 92 </Component> … … 85 100 <Feature Id="EraserLanguagesNl" Title="Dutch" Description="Dutch localisation" Level="10"> 86 101 <ComponentRef Id="EraserLangNl" /> 87 <ComponentRef Id="EraserPluginsLangNl" /> 102 <ComponentRef Id="EraserDefaultPluginsLangNl" /> 103 <ComponentRef Id="EraserBlackBoxLangNl" /> 88 104 </Feature> 89 105 <Feature Id="EraserLanguagesIt" Title="Italian" Description="Italian localisation" Level="10"> 90 106 <ComponentRef Id="EraserLangIt" /> 91 <ComponentRef Id="EraserPluginsLangIt" /> 107 <ComponentRef Id="EraserDefaultPluginsLangIt" /> 108 <ComponentRef Id="EraserBlackBoxLangIt" /> 92 109 </Feature> 93 110 <Feature Id="EraserLanguagesPl" Title="Polish" Description="Polish localisation" Level="10"> 94 111 <ComponentRef Id="EraserLangPl"/> 95 <ComponentRef Id="EraserPluginsLangPl"/> 112 <ComponentRef Id="EraserDefaultPluginsLangPl"/> 113 <ComponentRef Id="EraserBlackBoxLangPl" /> 96 114 </Feature> 97 115 </Feature>
Note: See TracChangeset
for help on using the changeset viewer.
