11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project DefaultTargets = " Build " ToolsVersion =" 4 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1111 <AssemblyName >OptimizelySDK.Net40</AssemblyName >
1212 <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
14+ <ReleaseVersion >1.2.1</ReleaseVersion >
15+ <SignAssembly >true</SignAssembly >
16+ <AssemblyOriginatorKeyFile >..\keypair.snk</AssemblyOriginatorKeyFile >
1417 </PropertyGroup >
1518 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1619 <DebugSymbols >true</DebugSymbols >
2831 <DefineConstants >TRACE;NET35</DefineConstants >
2932 <ErrorReport >prompt</ErrorReport >
3033 <WarningLevel >4</WarningLevel >
34+ <CustomCommands >
35+ <CustomCommands >
36+ <Command >
37+ <type >AfterBuild</type >
38+ <command >sn -R "bin/Release/OptimizelySDK.Net40.dll" "../keypair.snk"</command >
39+ <workingdir >${ProjectDir}</workingdir >
40+ </Command >
41+ </CustomCommands >
42+ </CustomCommands >
3143 </PropertyGroup >
3244 <ItemGroup >
33- <Reference Include =" MurmurHash, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34- <HintPath >..\packages\murmurhash.1.0.0\lib\net40\MurmurHash.dll</HintPath >
35- </Reference >
3645 <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
3746 <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
3847 </Reference >
4352 <Reference Include =" Microsoft.CSharp" />
4453 <Reference Include =" System.Data" />
4554 <Reference Include =" System.Xml" />
55+ <Reference Include =" MurmurHash" >
56+ <HintPath >..\packages\murmurhash-signed.1.0.2\lib\net40\MurmurHash.dll</HintPath >
57+ </Reference >
4658 </ItemGroup >
4759 <ItemGroup >
4860 <Compile Include =" ..\OptimizelySDK\Entity\Attribute.cs" >
183195 <None Include =" packages.config" />
184196 </ItemGroup >
185197 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186- </Project >
198+ </Project >
0 commit comments