@@ -42,13 +42,13 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
4242
4343 <PropertyGroup Condition =" ('$(Configuration)'=='Debug' OR '$(Configuration)'=='Release') AND ('$(AssemblyName)'=='FSharp.Core')" >
4444 <DefineConstants >STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY;$(DefineConstants)</DefineConstants >
45- <OtherFlags >$(OtherFlags) --delaysign+ --keyfile:$(FSharpSourcesRoot)\fsharp\msft.pubkey</OtherFlags >
45+ <OtherFlags >$(OtherFlags) --delaysign+ --keyfile:" $(FSharpSourcesRoot)\fsharp\msft.pubkey" </OtherFlags >
4646 <StrongNames >true</StrongNames >
4747 </PropertyGroup >
4848
4949 <PropertyGroup Condition =" ('$(Configuration)'=='Debug' OR '$(Configuration)'=='Release') AND ('$(AssemblyName)'!='FSharp.Core')" >
5050 <DefineConstants >STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY;$(DefineConstants)</DefineConstants >
51- <OtherFlags >$(OtherFlags) --keyfile:$(FSharpSourcesRoot)\fsharp\test.snk</OtherFlags >
51+ <OtherFlags >$(OtherFlags) --keyfile:" $(FSharpSourcesRoot)\fsharp\test.snk" </OtherFlags >
5252 <StrongNames >true</StrongNames >
5353 </PropertyGroup >
5454