Changeset 4728 for branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.AdminMethods/HeuristicLab.Services.Authentication.AdminMethods.csproj
- Timestamp:
- 11/06/10 12:03:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.AdminMethods/HeuristicLab.Services.Authentication.AdminMethods.csproj
r4695 r4728 35 35 </PropertyGroup> 36 36 <PropertyGroup> 37 <SignAssembly> true</SignAssembly>37 <SignAssembly>false</SignAssembly> 38 38 </PropertyGroup> 39 39 <PropertyGroup> 40 <AssemblyOriginatorKeyFile>HLAuthenticationAdminMethods.pfx</AssemblyOriginatorKeyFile> 40 <AssemblyOriginatorKeyFile> 41 </AssemblyOriginatorKeyFile> 41 42 </PropertyGroup> 42 43 <ItemGroup> … … 74 75 </ProjectReference> 75 76 </ItemGroup> 76 <ItemGroup>77 <None Include="HLAuthenticationAdminMethods.pfx" />78 </ItemGroup>79 77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 80 78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.