Added Directory.build.targets

This commit is contained in:
Jaex 2024-04-10 20:23:06 +03:00
parent c49d641972
commit 0da0fde419
4 changed files with 45 additions and 2 deletions

15
Directory.build.targets Normal file
View File

@ -0,0 +1,15 @@
<Project>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>

View File

@ -3503,6 +3503,33 @@ namespace ShareX.HelpersLib.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Dev.
/// </summary>
internal static string UpdateChannel_Dev {
get {
return ResourceManager.GetString("UpdateChannel_Dev", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Pre-release.
/// </summary>
internal static string UpdateChannel_PreRelease {
get {
return ResourceManager.GetString("UpdateChannel_PreRelease", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Release.
/// </summary>
internal static string UpdateChannel_Release {
get {
return ResourceManager.GetString("UpdateChannel_Release", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A newer version of {0} is available.
/// </summary>
@ -3605,7 +3632,7 @@ namespace ShareX.HelpersLib.Properties {
}
/// <summary>
/// Looks up a localized string similar to Google image search.
/// Looks up a localized string similar to Google Lens.
/// </summary>
internal static string URLSharingServices_GoogleImageSearch {
get {

View File

@ -19,7 +19,7 @@ namespace ShareX.IndexerLib.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {

View File

@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.build.props = Directory.build.props
Directory.build.targets = Directory.build.targets
EndProjectSection
EndProject
Global