|
34 | 34 | <ErrorReport>prompt</ErrorReport> |
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
| 37 | + <PropertyGroup> |
| 38 | + <SignAssembly>true</SignAssembly> |
| 39 | + </PropertyGroup> |
| 40 | + <PropertyGroup> |
| 41 | + <AssemblyOriginatorKeyFile>csredis.public.snk</AssemblyOriginatorKeyFile> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup> |
| 44 | + <DelaySign>true</DelaySign> |
| 45 | + </PropertyGroup> |
37 | 46 | <ItemGroup> |
38 | 47 | <Reference Include="System" /> |
39 | 48 | <Reference Include="System.Configuration" /> |
|
51 | 60 | </Otherwise> |
52 | 61 | </Choose> |
53 | 62 | <ItemGroup> |
54 | | - <Compile Include="SentinelTests.cs" /> |
55 | | - <Compile Include="StringTests.cs" /> |
56 | | - <Compile Include="ServerTests.cs" /> |
57 | | - <Compile Include="ScriptingTests.cs" /> |
58 | | - <Compile Include="TransactionTests.cs" /> |
59 | | - <Compile Include="PubSubTests.cs" /> |
60 | | - <Compile Include="HyperLogLogTests.cs" /> |
61 | 63 | <Compile Include="ConnectionTests.cs" /> |
62 | | - <Compile Include="SortedSetTests.cs" /> |
63 | | - <Compile Include="SetTests.cs" /> |
64 | | - <Compile Include="ListTests.cs" /> |
65 | 64 | <Compile Include="HashTests.cs" /> |
| 65 | + <Compile Include="HyperLogLogTests.cs" /> |
66 | 66 | <Compile Include="KeyTests.cs" /> |
| 67 | + <Compile Include="ListTests.cs" /> |
67 | 68 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 69 | + <Compile Include="PubSubTests.cs" /> |
| 70 | + <Compile Include="ScriptingTests.cs" /> |
| 71 | + <Compile Include="SentinelTests.cs" /> |
| 72 | + <Compile Include="ServerTests.cs" /> |
| 73 | + <Compile Include="SetTests.cs" /> |
| 74 | + <Compile Include="SortedSetTests.cs" /> |
| 75 | + <Compile Include="StringTests.cs" /> |
| 76 | + <Compile Include="TransactionTests.cs" /> |
| 77 | + </ItemGroup> |
| 78 | + <ItemGroup> |
| 79 | + <None Include="csredis.public.snk" /> |
68 | 80 | </ItemGroup> |
69 | 81 | <ItemGroup> |
70 | 82 | <ProjectReference Include="..\CSRedis\CSRedis.csproj"> |
71 | 83 | <Project>{d35e185e-a7e1-41e1-846c-21944f56074f}</Project> |
72 | 84 | <Name>CSRedis</Name> |
73 | 85 | </ProjectReference> |
74 | 86 | </ItemGroup> |
75 | | - <ItemGroup /> |
76 | 87 | <Choose> |
77 | 88 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
78 | 89 | <ItemGroup> |
|
0 commit comments