diff --git a/Microsoft.DotNet.Wpf.Test.sln b/Microsoft.DotNet.Wpf.Test.sln index bd078add6..ed23f3cc1 100644 --- a/Microsoft.DotNet.Wpf.Test.sln +++ b/Microsoft.DotNet.Wpf.Test.sln @@ -283,6 +283,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XTCs", "src\Test\AppModel\F EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DialogTests", "src\Test\AppModel\FeatureTests\CommonDialogs\DialogTests\DialogTests.csproj", "{4BE5CA7A-06BA-46E6-ADC7-F3BD853E3DBC}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DialogTestsPart1", "src\Test\AppModel\FeatureTests\CommonDialogs\Part1\DialogTests\DialogTestsPart1.csproj", "{0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}" +EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DialogResultConverter", "src\Test\AppModel\FeatureTests\CommonDialogs\DialogResultConverter\DialogResultConverter.csproj", "{0396E9D1-C030-41DC-B0D2-5856853449B4}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Security", "src\Test\AppModel\FeatureTests\Security\ClrUnmanagedCodeCheck\Security.csproj", "{B421E9B9-F04D-4583-A0E9-C27C88ABDFD7}" @@ -4245,6 +4247,18 @@ Global {4BE5CA7A-06BA-46E6-ADC7-F3BD853E3DBC}.Release|x64.Build.0 = Release|x64 {4BE5CA7A-06BA-46E6-ADC7-F3BD853E3DBC}.Release|x86.ActiveCfg = Release|Any CPU {4BE5CA7A-06BA-46E6-ADC7-F3BD853E3DBC}.Release|x86.Build.0 = Release|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|x64.ActiveCfg = Debug|x64 + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|x64.Build.0 = Debug|x64 + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|x86.ActiveCfg = Debug|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Debug|x86.Build.0 = Debug|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|Any CPU.Build.0 = Release|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|x64.ActiveCfg = Release|x64 + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|x64.Build.0 = Release|x64 + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|x86.ActiveCfg = Release|Any CPU + {0BF61BA9-AB8A-41EB-B3C5-F864BA0036D9}.Release|x86.Build.0 = Release|Any CPU {A529095D-FC33-4B49-9E19-91A90B694C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A529095D-FC33-4B49-9E19-91A90B694C06}.Debug|Any CPU.Build.0 = Debug|Any CPU {A529095D-FC33-4B49-9E19-91A90B694C06}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTests.csproj b/src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTestsPart1.csproj similarity index 89% rename from src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTests.csproj rename to src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTestsPart1.csproj index ef236026e..fcaedce4f 100644 --- a/src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTests.csproj +++ b/src/Test/AppModel/FeatureTests/CommonDialogs/Part1/DialogTests/DialogTestsPart1.csproj @@ -2,8 +2,8 @@ Microsoft.Test.WPF.AppModel.CommonDialogs - DialogTests - $(PublishDir)\DialogTests + DialogTestsPart1 + $(PublishDir)\DialogTestsPart1 winexe Release diff --git a/src/Test/AppModel/FeatureTests/XTCs/CommonDialogs.xtc b/src/Test/AppModel/FeatureTests/XTCs/CommonDialogs.xtc index 2f4903c0c..fc38965a8 100644 --- a/src/Test/AppModel/FeatureTests/XTCs/CommonDialogs.xtc +++ b/src/Test/AppModel/FeatureTests/XTCs/CommonDialogs.xtc @@ -525,7 +525,7 @@ - + - + - + - + - + - + - +