Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "coreclr",
"request": "attach",
"justMyCode": false,
"program": "powershell"
"processName": "powershell"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
using System.Reflection;
using System.Resources;

[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]

#if !CORECLR
[assembly:AssemblyKeyFileAttribute(@"..\..\src\monad\monad\src\graphicalhost\visualstudiopublic.snk")]
[assembly:AssemblyDelaySignAttribute(true)]
#endif
#endif
18 changes: 1 addition & 17 deletions 18 src/Microsoft.PowerShell.Commands.Management/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,5 @@
"../monad/monad/src/singleshell/installer/MshManagementMshSnapin.cs"
],

"namedResource": {
"ClearRecycleBinResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ClearRecycleBinResources.resources",
"ClipboardResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ClipboardResources.resources",
"CmdletizationResources": "../windows-build/gen/COMMANDS_MANAGEMENT/CmdletizationResources.resources",
"ComputerResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ComputerResources.resources",
"ControlPanelResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ControlPanelResources.resources",
"EventlogResources": "../windows-build/gen/COMMANDS_MANAGEMENT/EventlogResources.resources",
"HotFixResources": "../windows-build/gen/COMMANDS_MANAGEMENT/HotFixResources.resources",
"ManagementMshSnapInResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ManagementMshSnapInResources.resources",
"NavigationResources": "../windows-build/gen/COMMANDS_MANAGEMENT/NavigationResources.resources",
"ProcessCommandHelpResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ProcessCommandHelpResources.resources",
"ProcessResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ProcessResources.resources",
"ServiceResources": "../windows-build/gen/COMMANDS_MANAGEMENT/ServiceResources.resources",
"TransactionResources": "../windows-build/gen/COMMANDS_MANAGEMENT/TransactionResources.resources",
"WebServiceResources": "../windows-build/gen/COMMANDS_MANAGEMENT/WebServiceResources.resources",
"WmiResources": "../windows-build/gen/COMMANDS_MANAGEMENT/WmiResources.resources"
}
"resource": [ "../monad/monad/src/commands/management/resources/*.resx" ]
}
6 changes: 5 additions & 1 deletion 6 src/Microsoft.PowerShell.Commands.Utility/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
using System.Reflection;
using System.Resources;

[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]

#if !CORECLR
[assembly:AssemblyKeyFileAttribute(@"..\..\src\monad\monad\src\graphicalhost\visualstudiopublic.snk")]
[assembly:AssemblyDelaySignAttribute(true)]
#endif
#endif
34 changes: 1 addition & 33 deletions 34 src/Microsoft.PowerShell.Commands.Utility/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,37 +170,5 @@
"../monad/monad/src/singleshell/installer/MshUtilityMshSnapin.cs"
],

"namedResource": {
"FormatAndOut_out_gridview": "../windows-build/gen/COMMANDS_UTILITY/FormatAndOut_out_gridview.resources",
"SendMailMessageStrings": "../windows-build/gen/COMMANDS_UTILITY/SendMailMessageStrings.resources",
"OutPrinterDisplayStrings": "../windows-build/gen/COMMANDS_UTILITY/OutPrinterDisplayStrings.resources",
"TraceCommandStrings": "../windows-build/gen/COMMANDS_UTILITY/TraceCommandStrings.resources",
"ConvertFromStringResources": "../windows-build/gen/COMMANDS_UTILITY/ConvertFromStringResources.resources",
"ConvertStringResources": "../windows-build/gen/COMMANDS_UTILITY/ConvertStringResources.resources",
"FlashExtractStrings": "../windows-build/gen/COMMANDS_UTILITY/FlashExtractStrings.resources",
"ImplicitRemotingStrings": "../windows-build/gen/COMMANDS_UTILITY/ImplicitRemotingStrings.resources",
"ImmutableStrings": "../windows-build/gen/COMMANDS_UTILITY/ImmutableStrings.resources",
"AddMember": "../windows-build/gen/COMMANDS_UTILITY/AddMember.resources",
"AddTypeStrings": "../windows-build/gen/COMMANDS_UTILITY/AddTypeStrings.resources",
"AliasCommandStrings": "../windows-build/gen/COMMANDS_UTILITY/AliasCommandStrings.resources",
"ConvertFromStringData": "../windows-build/gen/COMMANDS_UTILITY/ConvertFromStringData.resources",
"CsvCommandStrings": "../windows-build/gen/COMMANDS_UTILITY/CsvCommandStrings.resources",
"Debugger": "../windows-build/gen/COMMANDS_UTILITY/Debugger.resources",
"EventingStrings": "../windows-build/gen/COMMANDS_UTILITY/EventingStrings.resources",
"GetMember": "../windows-build/gen/COMMANDS_UTILITY/GetMember.resources",
"GetRandomCommandStrings": "../windows-build/gen/COMMANDS_UTILITY/GetRandomCommandStrings.resources",
"HostStrings": "../windows-build/gen/COMMANDS_UTILITY/HostStrings.resources",
"ImportLocalizedDataStrings": "../windows-build/gen/COMMANDS_UTILITY/ImportLocalizedDataStrings.resources",
"MatchStringStrings": "../windows-build/gen/COMMANDS_UTILITY/MatchStringStrings.resources",
"MeasureObjectStrings": "../windows-build/gen/COMMANDS_UTILITY/MeasureObjectStrings.resources",
"NewObjectStrings": "../windows-build/gen/COMMANDS_UTILITY/NewObjectStrings.resources",
"SelectObjectStrings": "../windows-build/gen/COMMANDS_UTILITY/SelectObjectStrings.resources",
"SortObjectStrings": "../windows-build/gen/COMMANDS_UTILITY/SortObjectStrings.resources",
"UpdateDataStrings": "../windows-build/gen/COMMANDS_UTILITY/UpdateDataStrings.resources",
"UtilityCommonStrings": "../windows-build/gen/COMMANDS_UTILITY/UtilityCommonStrings.resources",
"VariableCommandStrings": "../windows-build/gen/COMMANDS_UTILITY/VariableCommandStrings.resources",
"WebCmdletStrings": "../windows-build/gen/COMMANDS_UTILITY/WebCmdletStrings.resources",
"WriteErrorStrings": "../windows-build/gen/COMMANDS_UTILITY/WriteErrorStrings.resources",
"WriteProgressResourceStrings": "../windows-build/gen/COMMANDS_UTILITY/WriteProgressResourceStrings.resources"
}
"resource": [ "../monad/monad/src/commands/utility/resources/*.resx" ]
}
18 changes: 10 additions & 8 deletions 18 src/Microsoft.PowerShell.ConsoleHost/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Security.Permissions;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.ConstrainedExecution;
using System.Diagnostics.CodeAnalysis;
using System.Security.Permissions;

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyInformationalVersionAttribute (@"10.0.10011.16384")]
[assembly:AssemblyConfiguration("")]
[assembly:AssemblyInformationalVersionAttribute (@"10.0.10011.16384")]
[assembly:ReliabilityContractAttribute(Consistency.MayCorruptAppDomain, Cer.MayFail)]
[assembly: AssemblyTitle("Microsoft.PowerShell.ConsoleHost")]
[assembly: AssemblyDescription("Microsoft Windows PowerShell Console Host")]
[assembly:AssemblyTitle("Microsoft.PowerShell.ConsoleHost")]
[assembly:AssemblyDescription("Microsoft Windows PowerShell Console Host")]

[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5")]
[assembly:System.Resources.NeutralResourcesLanguage("en")]
[assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5")]
[assembly:System.Runtime.InteropServices.ComVisible(false)]
[assembly:System.Reflection.AssemblyVersion("3.0.0.0")]
[assembly:System.Reflection.AssemblyProduct("Microsoft (R) Windows (R) Operating System")]
Expand Down
13 changes: 1 addition & 12 deletions 13 src/Microsoft.PowerShell.ConsoleHost/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,5 @@
"../monad/monad/src/host/msh/ManagedEntrance.cs"
],

"namedResource": {
"TranscriptStrings": "../windows-build/gen/CONSOLE_HOST/TranscriptStrings.resources",
"ProgressNodeStrings": "../windows-build/gen/CONSOLE_HOST/ProgressNodeStrings.resources",
"ManagedEntranceStrings": "../windows-build/gen/CONSOLE_HOST/ManagedEntranceStrings.resources",
"HostMshSnapInResources": "../windows-build/gen/CONSOLE_HOST/HostMshSnapInResources.resources",
"ConsoleHostUserInterfaceStrings": "../windows-build/gen/CONSOLE_HOST/ConsoleHostUserInterfaceStrings.resources",
"ConsoleHostUserInterfaceSecurityResources": "../windows-build/gen/CONSOLE_HOST/ConsoleHostUserInterfaceSecurityResources.resources",
"ConsoleHostStrings": "../windows-build/gen/CONSOLE_HOST/ConsoleHostStrings.resources",
"ConsoleHostRawUserInterfaceStrings": "../windows-build/gen/CONSOLE_HOST/ConsoleHostRawUserInterfaceStrings.resources",
"ConsoleControlStrings": "../windows-build/gen/CONSOLE_HOST/ConsoleControlStrings.resources",
"CommandLineParameterParserStrings": "../windows-build/gen/CONSOLE_HOST/CommandLineParameterParserStrings.resources"
}
"resource": [ "../monad/monad/src/host/msh/resources/*.resx" ]
}
4 changes: 1 addition & 3 deletions 4 src/Microsoft.PowerShell.CoreCLR.Eventing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@
"../monad/monad/src/DotNetCode/Eventing/Reader/Winmeta.cs"
],

"namedResource": {
"DotNetEventingStrings": "../windows-build/gen/CORECLR_EVENTING/DotNetEventingStrings.resources"
}
"resource": [ "../monad/monad/src/DotNetCode/Eventing/resources/*.resx" ]
}
6 changes: 6 additions & 0 deletions 6 src/Microsoft.PowerShell.Linux.Host/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
using System.Runtime.CompilerServices;
using System.Reflection;
using System.Resources;

[assembly:InternalsVisibleTo("powershell-tests")]

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]
1 change: 1 addition & 0 deletions 1 src/Microsoft.PowerShell.Linux.Host/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"Newtonsoft.Json": "8.0.2",
"System.Xml.XDocument": "4.0.11-rc3-23922",
"System.IO.MemoryMappedFiles": "4.0.0-rc3-23922",
"Microsoft.PowerShell.Commands.Management": "1.0.0-*",
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
},
Expand Down
4 changes: 4 additions & 0 deletions 4 src/Microsoft.PowerShell.Security/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
using System.Reflection;
using System.Resources;

[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]

#if !CORECLR
[assembly:AssemblyKeyFileAttribute(@"..\..\src\monad\monad\src\graphicalhost\visualstudiopublic.snk")]
[assembly:AssemblyDelaySignAttribute(true)]
Expand Down
11 changes: 1 addition & 10 deletions 11 src/Microsoft.PowerShell.Security/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,5 @@
"../monad/monad/src/singleshell/installer/MshSecurityMshSnapin.cs"
],

"namedResource": {
"CertificateCommands": "../windows-build/gen/SECURITY/CertificateCommands.resources",
"CertificateProviderStrings": "../windows-build/gen/SECURITY/CertificateProviderStrings.resources",
"CmsCommands": "../windows-build/gen/SECURITY/CmsCommands.resources",
"ExecutionPolicyCommands": "../windows-build/gen/SECURITY/ExecutionPolicyCommands.resources",
"SecureStringCommands": "../windows-build/gen/SECURITY/SecureStringCommands.resources",
"SecurityMshSnapinResources": "../windows-build/gen/SECURITY/SecurityMshSnapinResources.resources",
"SignatureCommands": "../windows-build/gen/SECURITY/SignatureCommands.resources",
"UtilsStrings": "../windows-build/gen/SECURITY/UtilsStrings.resources"
}
"resource": [ "../monad/monad/src/security/resources/*.resx" ]
}
12 changes: 7 additions & 5 deletions 12 src/System.Management.Automation/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
using System.Runtime.CompilerServices;
using System.Reflection;
using System.Resources;

[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

[assembly:AssemblyCulture("")]
[assembly:NeutralResourcesLanguage("en-US")]

#if CORECLR

Expand All @@ -9,8 +16,6 @@
[assembly:InternalsVisibleTo("Microsoft.PowerShell.CoreCLR.AssemblyLoadContext")]
[assembly:InternalsVisibleTo("powershell")]
[assembly:InternalsVisibleTo("powershell-tests")]
[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

#else

Expand All @@ -30,9 +35,6 @@
[assembly: InternalsVisibleTo(@"Microsoft.PowerShell.Editor"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo(@"powershell_ise"+@",PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

[assembly:AssemblyFileVersionAttribute("3.0.0.0")]
[assembly:AssemblyVersion("3.0.0.0")]

[assembly:AssemblyKeyFileAttribute(@"..\..\src\monad\monad\src\graphicalhost\visualstudiopublic.snk")]
[assembly:AssemblyDelaySignAttribute(true)]

Expand Down
70 changes: 1 addition & 69 deletions 70 src/System.Management.Automation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,73 +778,5 @@
"../monad/monad/src/utils/WindowsErrorReporting.cs"
],

"namedResource": {
"Authenticode": "../windows-build/gen/SYS_AUTO/Authenticode.resources",
"AuthorizationManagerBase": "../windows-build/gen/SYS_AUTO/AuthorizationManagerBase.resources",
"AutomationExceptions": "../windows-build/gen/SYS_AUTO/AutomationExceptions.resources",
"CimInstanceTypeAdapterResources": "../windows-build/gen/SYS_AUTO/CimInstanceTypeAdapterResources.resources",
"CmdletizationCoreResources": "../windows-build/gen/SYS_AUTO/CmdletizationCoreResources.resources",
"CommandBaseStrings": "../windows-build/gen/SYS_AUTO/CommandBaseStrings.resources",
"ConsoleInfoErrorStrings": "../windows-build/gen/SYS_AUTO/ConsoleInfoErrorStrings.resources",
"CoreClrStubResources": "../windows-build/gen/SYS_AUTO/CoreClrStubResources.resources",
"Credential": "../windows-build/gen/SYS_AUTO/Credential.resources",
"CredentialAttributeStrings": "../windows-build/gen/SYS_AUTO/CredentialAttributeStrings.resources",
"CredUI": "../windows-build/gen/SYS_AUTO/CredUI.resources",
"DebuggerStrings": "../windows-build/gen/SYS_AUTO/DebuggerStrings.resources",
"DescriptionsStrings": "../windows-build/gen/SYS_AUTO/DescriptionsStrings.resources",
"DiscoveryExceptions": "../windows-build/gen/SYS_AUTO/DiscoveryExceptions.resources",
"EnumExpressionEvaluatorStrings": "../windows-build/gen/SYS_AUTO/EnumExpressionEvaluatorStrings.resources",
"ErrorCategoryStrings": "../windows-build/gen/SYS_AUTO/ErrorCategoryStrings.resources",
"ErrorPackage": "../windows-build/gen/SYS_AUTO/ErrorPackage.resources",
"EtwLoggingStrings": "../windows-build/gen/SYS_AUTO/EtwLoggingStrings.resources",
"EventingResources": "../windows-build/gen/SYS_AUTO/EventingResources.resources",
"ExtendedTypeSystem": "../windows-build/gen/SYS_AUTO/ExtendedTypeSystem.resources",
"FileSystemProviderStrings": "../windows-build/gen/SYS_AUTO/FileSystemProviderStrings.resources",
"FormatAndOut_format_xxx": "../windows-build/gen/SYS_AUTO/FormatAndOut_format_xxx.resources",
"FormatAndOut_MshParameter": "../windows-build/gen/SYS_AUTO/FormatAndOut_MshParameter.resources",
"FormatAndOut_out_xxx": "../windows-build/gen/SYS_AUTO/FormatAndOut_out_xxx.resources",
"FormatAndOutXmlLoadingStrings": "../windows-build/gen/SYS_AUTO/FormatAndOutXmlLoadingStrings.resources",
"GetErrorText": "../windows-build/gen/SYS_AUTO/GetErrorText.resources",
"HelpDisplayStrings": "../windows-build/gen/SYS_AUTO/HelpDisplayStrings.resources",
"HelpErrors": "../windows-build/gen/SYS_AUTO/HelpErrors.resources",
"HistoryStrings": "../windows-build/gen/SYS_AUTO/HistoryStrings.resources",
"HostInterfaceExceptionsStrings": "../windows-build/gen/SYS_AUTO/HostInterfaceExceptionsStrings.resources",
"InternalCommandStrings": "../windows-build/gen/SYS_AUTO/InternalCommandStrings.resources",
"InternalHostStrings": "../windows-build/gen/SYS_AUTO/InternalHostStrings.resources",
"InternalHostUserInterfaceStrings": "../windows-build/gen/SYS_AUTO/InternalHostUserInterfaceStrings.resources",
"Logging": "../windows-build/gen/SYS_AUTO/Logging.resources",
"Metadata": "../windows-build/gen/SYS_AUTO/Metadata.resources",
"MiniShellErrors": "../windows-build/gen/SYS_AUTO/MiniShellErrors.resources",
"Modules": "../windows-build/gen/SYS_AUTO/Modules.resources",
"MshHostRawUserInterfaceStrings": "../windows-build/gen/SYS_AUTO/MshHostRawUserInterfaceStrings.resources",
"MshSignature": "../windows-build/gen/SYS_AUTO/MshSignature.resources",
"MshSnapInCmdletResources": "../windows-build/gen/SYS_AUTO/MshSnapInCmdletResources.resources",
"MshSnapinInfo": "../windows-build/gen/SYS_AUTO/MshSnapinInfo.resources",
"NativeCP": "../windows-build/gen/SYS_AUTO/NativeCP.resources",
"ParameterBinderStrings": "../windows-build/gen/SYS_AUTO/ParameterBinderStrings.resources",
"ParserStrings": "../windows-build/gen/SYS_AUTO/ParserStrings.resources",
"PathUtilsStrings": "../windows-build/gen/SYS_AUTO/PathUtilsStrings.resources",
"PipelineStrings": "../windows-build/gen/SYS_AUTO/PipelineStrings.resources",
"PowerShellStrings": "../windows-build/gen/SYS_AUTO/PowerShellStrings.resources",
"ProgressRecordStrings": "../windows-build/gen/SYS_AUTO/ProgressRecordStrings.resources",
"ProviderBaseSecurity": "../windows-build/gen/SYS_AUTO/ProviderBaseSecurity.resources",
"ProxyCommandStrings": "../windows-build/gen/SYS_AUTO/ProxyCommandStrings.resources",
"PSCommandStrings": "../windows-build/gen/SYS_AUTO/PSCommandStrings.resources",
"PSDataBufferStrings": "../windows-build/gen/SYS_AUTO/PSDataBufferStrings.resources",
"PSListModifierStrings": "../windows-build/gen/SYS_AUTO/PSListModifierStrings.resources",
"RegistryProviderStrings": "../windows-build/gen/SYS_AUTO/RegistryProviderStrings.resources",
"RemotingErrorIdStrings": "../windows-build/gen/SYS_AUTO/RemotingErrorIdStrings.resources",
"RunspaceInit": "../windows-build/gen/SYS_AUTO/RunspaceInit.resources",
"RunspacePoolStrings": "../windows-build/gen/SYS_AUTO/RunspacePoolStrings.resources",
"RunspaceStrings": "../windows-build/gen/SYS_AUTO/RunspaceStrings.resources",
"SecuritySupportStrings": "../windows-build/gen/SYS_AUTO/SecuritySupportStrings.resources",
"Serialization": "../windows-build/gen/SYS_AUTO/Serialization.resources",
"SessionStateProviderBaseStrings": "../windows-build/gen/SYS_AUTO/SessionStateProviderBaseStrings.resources",
"SessionStateStrings": "../windows-build/gen/SYS_AUTO/SessionStateStrings.resources",
"SuggestionStrings": "../windows-build/gen/SYS_AUTO/SuggestionStrings.resources",
"TabCompletionStrings": "../windows-build/gen/SYS_AUTO/TabCompletionStrings.resources",
"TransactionStrings": "../windows-build/gen/SYS_AUTO/TransactionStrings.resources",
"TypesXmlStrings": "../windows-build/gen/SYS_AUTO/TypesXmlStrings.resources",
"WildcardPatternStrings": "../windows-build/gen/SYS_AUTO/WildcardPatternStrings.resources"
}
"resource": [ "../monad/monad/src/engine/resources/*.resx" ]
}
2 changes: 1 addition & 1 deletion 2 src/monad
Submodule monad updated from 5b0cc1 to 569bde
2 changes: 1 addition & 1 deletion 2 src/windows-build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.