Changeset 1100
- Timestamp:
- 01/08/09 17:21:28 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj
r1090 r1100 68 68 <Compile Include="ClientGroupAdapter.cs" /> 69 69 <Compile Include="DataAdapterBase.cs" /> 70 <Compile Include="DBSettings.cs" /> 70 71 <Compile Include="dsHiveServer.cs"> 71 72 <DependentUpon>dsHiveServer.xsd</DependentUpon> … … 83 84 <Compile Include="PermissionOwnerAdapter.cs" /> 84 85 <Compile Include="Properties\AssemblyInfo.cs" /> 85 <Compile Include="Properties\Settings.Designer.cs">86 <AutoGen>True</AutoGen>87 <DesignTimeSharedInput>True</DesignTimeSharedInput>88 <DependentUpon>Settings.settings</DependentUpon>89 </Compile>90 86 <Compile Include="ResourceAdapter.cs" /> 91 87 <Compile Include="TransactionManager.cs" /> … … 94 90 </ItemGroup> 95 91 <ItemGroup> 92 <None Include="app.config" /> 96 93 <None Include="dsHiveServer.xsc"> 97 94 <DependentUpon>dsHiveServer.xsd</DependentUpon> … … 107 104 <None Include="HeuristicLab.snk" /> 108 105 <None Include="Properties\AssemblyInfo.frame" /> 109 <None Include="Properties\Settings.settings">110 <Generator>SettingsSingleFileGenerator</Generator>111 <LastGenOutput>Settings.Designer.cs</LastGenOutput>112 </None>113 106 </ItemGroup> 114 107 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.