CurrentRuntime CurrentArchitecture $(MSBuildProjectDirectory)/Resources/ $(ResourcesSourceOutputDirectory)Strings.resx .cs .vb $(IntermediateOutputPath)SR$(ResourcesSourceFileExtension) $(CommonPath)/System/SR$(ResourcesSourceFileExtension) $(IntermediateOutputPath)SR.common$(ResourcesSourceFileExtension) true $(DefineConstants);DEBUGRESOURCES CopyResxFilesToReswFiles; $(CompileDependsOn); <_AllResxFiles Include="@(EmbeddedResource->'%(FullPath)')" Condition="'%(Extension)' == '.resx'"> %(EmbeddedResource.ManifestResourceName) true true $(RuntimePath)$(AssemblyName).Resw <_ResWDestinationPath Condition="'$(TestResourcesFolderPath)' != ''">$(TestResourcesFolderPath) <_ResWDestinationPath Condition="'$(TestResourcesFolderPath)' == ''">$(ResourcesFolderPath) <_ReswOutputFiles Include="@(_AllResxFiles->'$(_ResWDestinationPath)/%(ReswName).resw')" /> NormalizeAssemblyName; GenerateResourcesSource; GenerateCommonSRSource; $(CompileDependsOn); FxResources.$(_NormalizedAssemblyName).SR.resources FxResources.$(_NormalizedAssemblyName).SR $(DefineConstants);CUSTOM_SR_NAMESPACE $(DefineConstants);CUSTOM_SR_CLASSNAME true Resources/Common/SR$(ResourcesSourceFileExtension) true FxResources.$(AssemblyName).SR.resources FxResources.$(AssemblyName).SR MSBuild:GenerateResourcesSource true Resources/Common/SR$(ResourcesSourceFileExtension)