|
110 | 110 | <Compile Include="ExtractorItem.cs" /> |
111 | 111 | <Compile Include="I18N.cs" /> |
112 | 112 | <Compile Include="Preview.cs" /> |
| 113 | + <Compile Include="Properties\Resources.Designer.cs"> |
| 114 | + <DependentUpon>Resources.resx</DependentUpon> |
| 115 | + <AutoGen>True</AutoGen> |
| 116 | + <DesignTime>True</DesignTime> |
| 117 | + </Compile> |
113 | 118 | <Compile Include="Properties\Resources.fr-FR.Designer.cs"> |
114 | 119 | <DependentUpon>Resources.fr-FR.resx</DependentUpon> |
115 | 120 | <AutoGen>True</AutoGen> |
|
120 | 125 | <AutoGen>True</AutoGen> |
121 | 126 | <DesignTime>True</DesignTime> |
122 | 127 | </Compile> |
123 | | - <Compile Include="Properties\Resources.Designer.cs"> |
| 128 | + <Compile Include="Properties\Resources.es-ES.Designer.cs"> |
124 | 129 | <AutoGen>True</AutoGen> |
125 | 130 | <DesignTime>True</DesignTime> |
126 | | - <DependentUpon>Resources.resx</DependentUpon> |
| 131 | + <DependentUpon>Resources.es-ES.resx</DependentUpon> |
127 | 132 | </Compile> |
128 | 133 | <Compile Include="Properties\Resources.en.Designer.cs"> |
129 | 134 | <DependentUpon>Resources.en.resx</DependentUpon> |
|
168 | 173 | <DependentUpon>Settings.settings</DependentUpon> |
169 | 174 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
170 | 175 | </Compile> |
| 176 | + <EmbeddedResource Include="Properties\Resources.resx"> |
| 177 | + <Generator>PublicResXFileCodeGenerator</Generator> |
| 178 | + <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 179 | + </EmbeddedResource> |
171 | 180 | <EmbeddedResource Include="Properties\Resources.fr-FR.resx"> |
172 | 181 | <Generator>PublicResXFileCodeGenerator</Generator> |
173 | 182 | <LastGenOutput>Resources.fr-FR.Designer.cs</LastGenOutput> |
|
180 | 189 | <Generator>PublicResXFileCodeGenerator</Generator> |
181 | 190 | <LastGenOutput>Resources.en.Designer.cs</LastGenOutput> |
182 | 191 | </EmbeddedResource> |
183 | | - <EmbeddedResource Include="Properties\Resources.resx"> |
| 192 | + <EmbeddedResource Include="Properties\Resources.es-ES.resx"> |
184 | 193 | <Generator>PublicResXFileCodeGenerator</Generator> |
185 | | - <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 194 | + <LastGenOutput>Resources.es-ES.Designer.cs</LastGenOutput> |
186 | 195 | </EmbeddedResource> |
187 | 196 | <None Include="App.config" /> |
188 | 197 | <None Include="packages.config" /> |
|
212 | 221 | <PropertyGroup> |
213 | 222 | <PostBuildEvent>cd $(TargetDir) |
214 | 223 | del *.pdb |
215 | | -if $(ConfigurationName) == Release ( |
216 | | -del *.xml |
217 | | -) |
| 224 | +if $(ConfigurationName) == Release del *.xml |
218 | 225 | xcopy "$(SolutionDir)LICENSE" "$(TargetDir)" /Y |
219 | 226 | ren "$(TargetDir)LICENSE" license.txt |
220 | 227 | xcopy "$(SolutionDir)Changelog.md" "$(TargetDir)" /Y |
221 | 228 | ren "$(TargetDir)Changelog.md" changelog.txt |
222 | 229 |
|
223 | | -"$(SolutionDir)InstallerBootstrap\bin\$(ConfigurationName)\InstallerBootstrap.exe" "$(SolutionDir)MediaExtractorInstaller\Templates\InstallScript.iss.TPL" "$(SolutionDir)MediaExtractorInstaller\InstallScript.iss" $(TargetDir) $(TargetFileName)</PostBuildEvent> |
| 230 | +"$(SolutionDir)InstallerBootstrap\bin\$(ConfigurationName)\InstallerBootstrap.exe" "$(SolutionDir)MediaExtractorInstaller\Templates\InstallScript.iss.TPL" "$(SolutionDir)MediaExtractorInstaller\InstallScript.iss" $(TargetDir) $(TargetFileName) |
| 231 | +</PostBuildEvent> |
224 | 232 | </PropertyGroup> |
225 | 233 | <PropertyGroup> |
226 | 234 | <PreBuildEvent>rd /s /q "$(TargetDir)"</PreBuildEvent> |
|
0 commit comments