Changeset 4387 for trunk/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
- Timestamp:
- 09/14/10 00:18:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj
r4386 r4387 105 105 <Reference Include="System" /> 106 106 <Reference Include="System.Core" /> 107 <Reference Include="System.Drawing" /> 108 <Reference Include="System.ServiceModel" /> 109 <Reference Include="System.Windows.Forms" /> 107 110 <Reference Include="System.Xml.Linq" /> 108 111 <Reference Include="System.Data.DataSetExtensions" /> 109 <Reference Include="Microsoft.CSharp" />110 112 <Reference Include="System.Data" /> 111 113 <Reference Include="System.Xml" /> 112 114 </ItemGroup> 113 115 <ItemGroup> 116 <Compile Include="ClientFactory.cs" /> 114 117 <Compile Include="HeuristicLabClientsCommonPlugin.cs" /> 118 <Compile Include="PasswordDialog.cs"> 119 <SubType>Form</SubType> 120 </Compile> 121 <Compile Include="PasswordDialog.Designer.cs"> 122 <DependentUpon>PasswordDialog.cs</DependentUpon> 123 </Compile> 115 124 <Compile Include="Properties\AssemblyInfo.cs" /> 125 <Compile Include="Properties\Settings.Designer.cs"> 126 <AutoGen>True</AutoGen> 127 <DesignTimeSharedInput>True</DesignTimeSharedInput> 128 <DependentUpon>Settings.settings</DependentUpon> 129 </Compile> 130 <None Include="app.config" /> 116 131 <None Include="Properties\AssemblyInfo.frame" /> 132 <None Include="Properties\Settings.settings"> 133 <Generator>SettingsSingleFileGenerator</Generator> 134 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 135 </None> 117 136 </ItemGroup> 118 137 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.