- Timestamp:
- 11/06/10 12:03:32 (14 years ago)
- Location:
- branches/ClientManagement/HeuristicLab.Services.Authentication
- Files:
-
- 6 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientManagement/HeuristicLab.Services.Authentication/HLDemo/HeuristicLab.DemoClient/HeuristicLab.DemoClient.csproj
r4695 r4728 36 36 </PropertyGroup> 37 37 <PropertyGroup> 38 <SignAssembly> true</SignAssembly>38 <SignAssembly>false</SignAssembly> 39 39 </PropertyGroup> 40 40 <PropertyGroup> 41 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 41 <AssemblyOriginatorKeyFile> 42 </AssemblyOriginatorKeyFile> 42 43 </PropertyGroup> 43 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> … … 96 97 <SubType>Designer</SubType> 97 98 </None> 98 <None Include="HeuristicLab.snk" />99 99 <None Include="Service References\Services.DemoService\HeuristicLab.DemoClient.Services.DemoService.CompositeType.datasource"> 100 100 <DependentUpon>Reference.svcmap</DependentUpon> -
branches/ClientManagement/HeuristicLab.Services.Authentication/HLDemo/HeuristicLab.Services.DemoService/HeuristicLab.Services.DemoService.csproj
r4695 r4728 33 33 </PropertyGroup> 34 34 <PropertyGroup> 35 <SignAssembly> true</SignAssembly>35 <SignAssembly>false</SignAssembly> 36 36 </PropertyGroup> 37 37 <PropertyGroup> 38 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 38 <AssemblyOriginatorKeyFile> 39 </AssemblyOriginatorKeyFile> 39 40 </PropertyGroup> 40 41 <ItemGroup> … … 81 82 </ItemGroup> 82 83 <ItemGroup> 83 <None Include="HeuristicLab.snk" />84 </ItemGroup>85 <ItemGroup>86 84 <ProjectReference Include="..\..\HeuristicLab.Services.Authentication.AdminMethods\HeuristicLab.Services.Authentication.AdminMethods.csproj"> 87 85 <Project>{2DC20235-6A91-4ABC-8E3E-660B43EAD23B}</Project> -
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. -
branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataAccess/HeuristicLab.Services.Authentication.DataAccess.csproj
r4694 r4728 32 32 </PropertyGroup> 33 33 <PropertyGroup> 34 <SignAssembly> true</SignAssembly>34 <SignAssembly>false</SignAssembly> 35 35 </PropertyGroup> 36 36 <PropertyGroup> 37 <AssemblyOriginatorKeyFile>HLAuthenticationDataAccess.pfx</AssemblyOriginatorKeyFile> 37 <AssemblyOriginatorKeyFile> 38 </AssemblyOriginatorKeyFile> 38 39 </PropertyGroup> 39 40 <ItemGroup> … … 67 68 <SubType>Designer</SubType> 68 69 </None> 69 <None Include="HLAuthenticationDataAccess.pfx" />70 70 <None Include="Properties\Settings.settings"> 71 71 <Generator>SettingsSingleFileGenerator</Generator> -
branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataTransfer/HeuristicLab.Services.Authentication.DataTransfer.csproj
r4694 r4728 32 32 </PropertyGroup> 33 33 <PropertyGroup> 34 <SignAssembly> true</SignAssembly>34 <SignAssembly>false</SignAssembly> 35 35 </PropertyGroup> 36 36 <PropertyGroup> 37 <AssemblyOriginatorKeyFile>HLAuthenticationDataTransfer.pfx</AssemblyOriginatorKeyFile> 37 <AssemblyOriginatorKeyFile> 38 </AssemblyOriginatorKeyFile> 38 39 </PropertyGroup> 39 40 <ItemGroup> … … 59 60 </ProjectReference> 60 61 </ItemGroup> 61 <ItemGroup>62 <None Include="HLAuthenticationDataTransfer.pfx" />63 </ItemGroup>64 62 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 65 63 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.csproj
r4694 r4728 33 33 </PropertyGroup> 34 34 <PropertyGroup> 35 <SignAssembly> true</SignAssembly>35 <SignAssembly>false</SignAssembly> 36 36 </PropertyGroup> 37 37 <PropertyGroup> 38 <AssemblyOriginatorKeyFile>HLAuthentication.pfx</AssemblyOriginatorKeyFile> 38 <AssemblyOriginatorKeyFile> 39 </AssemblyOriginatorKeyFile> 39 40 </PropertyGroup> 40 41 <PropertyGroup> … … 93 94 </ProjectReference> 94 95 </ItemGroup> 95 <ItemGroup>96 <None Include="HLAuthentication.pfx" />97 </ItemGroup>98 96 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 99 97 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
Note: See TracChangeset
for help on using the changeset viewer.