Changeset 3976 for branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj
- Timestamp:
- 06/29/10 18:21:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj
r3943 r3976 63 63 <Compile Include="HeuristicLabUserTest.cs" /> 64 64 <Compile Include="Properties\AssemblyInfo.cs" /> 65 <Compile Include="Service References\ServiceManagementRemote\Reference.cs"> 66 <AutoGen>True</AutoGen> 67 <DesignTime>True</DesignTime> 68 <DependentUpon>Reference.svcmap</DependentUpon> 69 </Compile> 70 <Compile Include="service\AbstractHeuristicLabServiceTest.cs" /> 71 <Compile Include="service\HeuristicLabAuthorizationManagementServiceTest_old.cs" /> 72 <Compile Include="service\HeuristicLabManagementServiceTest.cs" /> 65 73 </ItemGroup> 66 74 <ItemGroup> 67 75 <Content Include="AuthoringTests.txt" /> 76 <None Include="Service References\ServiceManagementRemote\Reference.svcmap"> 77 <Generator>WCF Proxy Generator</Generator> 78 <LastGenOutput>Reference.cs</LastGenOutput> 79 </None> 80 <None Include="Service References\ServiceManagementRemote\configuration.svcinfo" /> 81 <None Include="Service References\ServiceManagementRemote\configuration91.svcinfo" /> 68 82 </ItemGroup> 69 83 <ItemGroup> … … 80 94 <Shadow Include="Test References\Persistence.accessor" /> 81 95 </ItemGroup> 96 <ItemGroup> 97 <WCFMetadata Include="Service References\" /> 98 </ItemGroup> 99 <ItemGroup> 100 <None Include="app.config" /> 101 <None Include="Service References\ServiceManagementRemote\AuthorizationManagementService.wsdl" /> 102 <None Include="Service References\ServiceManagementRemote\metadata.xsd" /> 103 <None Include="Service References\ServiceManagementRemote\metadata1.xsd" /> 104 </ItemGroup> 105 <ItemGroup> 106 <WCFMetadataStorage Include="Service References\ServiceManagementRemote\" /> 107 </ItemGroup> 82 108 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 83 109 <!-- 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.