diff options
| -rw-r--r-- | msbuild/test-performance.vcxproj | 2 | ||||
| -rw-r--r-- | msbuild/unicode.sln | 6 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/msbuild/test-performance.vcxproj b/msbuild/test-performance.vcxproj index 769bc3a..feff0c3 100644 --- a/msbuild/test-performance.vcxproj +++ b/msbuild/test-performance.vcxproj @@ -13,7 +13,7 @@    <PropertyGroup Label="Globals">      <VCProjectVersion>16.0</VCProjectVersion>      <Keyword>Win32Proj</Keyword> -    <ProjectGuid>{F1CDB899-0BD2-44F3-A364-F77D19457328}</ProjectGuid> +    <ProjectGuid>{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}</ProjectGuid>      <RootNamespace>test-performance</RootNamespace>      <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>      <ProjectName>test-performance</ProjectName> diff --git a/msbuild/unicode.sln b/msbuild/unicode.sln index 5b049ff..b242d7c 100644 --- a/msbuild/unicode.sln +++ b/msbuild/unicode.sln @@ -14,6 +14,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "validate", "validate.vcxpro  EndProject  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-unicode", "test-unicode.vcxproj", "{F1CDB899-0BD2-44F3-A364-F77D19457328}"  EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-performance", "test-performance.vcxproj", "{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}" +EndProject  Global  	GlobalSection(SolutionConfigurationPlatforms) = preSolution  		Debug|x64 = Debug|x64 @@ -36,6 +38,10 @@ Global  		{F1CDB899-0BD2-44F3-A364-F77D19457328}.Debug|x64.Build.0 = Debug|x64  		{F1CDB899-0BD2-44F3-A364-F77D19457328}.Release|x64.ActiveCfg = Release|x64  		{F1CDB899-0BD2-44F3-A364-F77D19457328}.Release|x64.Build.0 = Release|x64 +		{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}.Debug|x64.ActiveCfg = Debug|x64 +		{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}.Debug|x64.Build.0 = Debug|x64 +		{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}.Release|x64.ActiveCfg = Release|x64 +		{5A6FF028-7726-4A4F-80A5-5754DF64E1FD}.Release|x64.Build.0 = Release|x64  	EndGlobalSection  	GlobalSection(SolutionProperties) = preSolution  		HideSolutionNode = FALSE | 
