CurrentRuntime CurrentArchitecture $(MSBuildProjectDirectory)/Resources/ $(ResourcesSourceOutputDirectory)Strings.resx $(IntermediateOutputPath)SR.cs $(IntermediateOutputPath)SR.vb $(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; $(CompileDependsOn); FxResources.$(_NormalizedAssemblyName).SR.resources FxResources.$(_NormalizedAssemblyName).SR true FxResources.$(AssemblyName).SR.resources FxResources.$(AssemblyName).SR MSBuild:GenerateResourcesSource true Resources/Common/SR.cs true Resources/Common/SR.vb