Changeset 4592 for branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataTransfer
- Timestamp:
- 10/11/10 23:10:29 (14 years ago)
- Location:
- branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataTransfer
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataTransfer/HeuristicLab.Services.Authentication.DataTransfer.csproj
r4583 r4592 34 34 <Reference Include="System" /> 35 35 <Reference Include="System.Core" /> 36 <Reference Include="System.Data.Linq" /> 36 37 <Reference Include="System.Xml.Linq" /> 37 38 <Reference Include="System.Data.DataSetExtensions" /> … … 41 42 </ItemGroup> 42 43 <ItemGroup> 43 <Compile Include="Cl ass1.cs" />44 <Compile Include="Client.cs" /> 44 45 <Compile Include="Properties\AssemblyInfo.cs" /> 46 <Compile Include="Resource.cs" /> 47 <Compile Include="ResourceGroup.cs" /> 48 </ItemGroup> 49 <ItemGroup> 50 <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataAccess\HeuristicLab.Services.Authentication.DataAccess.csproj"> 51 <Project>{AC7C2117-034E-4301-8A43-C869930D404E}</Project> 52 <Name>HeuristicLab.Services.Authentication.DataAccess</Name> 53 </ProjectReference> 45 54 </ItemGroup> 46 55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.