diff --git a/WindowsAppRuntime.sln b/WindowsAppRuntime.sln index 714bda40d2..0f5b667603 100644 --- a/WindowsAppRuntime.sln +++ b/WindowsAppRuntime.sln @@ -746,6 +746,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAppSDK.Test.NetCore" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAppSDK.Test.SampleTests", "test\WindowsAppSDK.Test.SampleTests\WindowsAppSDK.Test.SampleTests.csproj", "{346E099B-45E4-FF40-E63D-8B34915223C1}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StoragePickers", "StoragePickers", "{06AA7FD7-36BE-41AC-9008-56919D1612C6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -2830,7 +2832,7 @@ Global {9D26A965-065A-4897-B476-4F15B0F5A19F} = {63196919-AEA8-4EA8-BFB4-08CE824249A3} {7C8BEED1-7B27-41C5-A22F-9D6B4468F52A} = {1FDC307C-2DB7-4B40-8F18-F1057E9E0969} {8E01AA4F-A16A-4E3F-A59F-6D49422B4410} = {716C26A0-E6B0-4981-8412-D14A4D410531} - {A39E7B2F-5F67-47DD-8443-531D095CA7F3} = {3B706C5C-55E0-4B76-BF59-89E20FE46795} + {A39E7B2F-5F67-47DD-8443-531D095CA7F3} = {06AA7FD7-36BE-41AC-9008-56919D1612C6} {85C86306-46D1-4563-8303-0A79DF923586} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D} {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D} {5012149E-F09F-4F18-A03C-FFE597203821} = {448ED2E5-0B37-4D97-9E6B-8C10A507976A} @@ -2849,6 +2851,7 @@ Global {C40AE1D8-FD5F-472E-86B5-DDA5ABA6FF99} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D} {BF580B26-B869-3AF1-43EC-D0FD55A49E4D} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D} {346E099B-45E4-FF40-E63D-8B34915223C1} = {8630F7AA-2969-4DC9-8700-9B468C1DC21D} + {06AA7FD7-36BE-41AC-9008-56919D1612C6} = {3B706C5C-55E0-4B76-BF59-89E20FE46795} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {4B3D7591-CFEC-4762-9A07-ABE99938FB77} diff --git a/dev/Interop/StoragePickers/StoragePickers.vcxitems b/dev/Interop/StoragePickers/StoragePickers.vcxitems index b4e63cb9cb..863be2c536 100644 --- a/dev/Interop/StoragePickers/StoragePickers.vcxitems +++ b/dev/Interop/StoragePickers/StoragePickers.vcxitems @@ -53,6 +53,19 @@ - + + + + + + + + + + + + + + - \ No newline at end of file + diff --git a/dev/Interop/StoragePickers/Strings/README.md b/dev/Interop/StoragePickers/Strings/README.md new file mode 100644 index 0000000000..2968044265 --- /dev/null +++ b/dev/Interop/StoragePickers/Strings/README.md @@ -0,0 +1,4 @@ +DONT delete dev\Interop\StoragePickers\Strings\StoragePickers.resw + +This file is not referenced in this project/build +BUT is required input to the TouchDown pipeline for translation.