- Timestamp:
- 11/06/10 12:03:32 (14 years ago)
- Location:
- branches/ClientManagement/HeuristicLab.Services.Authentication/HLDemo
- Files:
-
- 2 deleted
- 2 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>
Note: See TracChangeset
for help on using the changeset viewer.