Changeset 7367 for branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj
- Timestamp:
- 01/18/12 17:21:13 (13 years ago)
- Location:
- branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3
- Property svn:ignore
-
old new 1 Plugin.cs 1 2 bin 2 3 obj
-
- Property svn:ignore
-
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj
r6825 r7367 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 41 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 42 <Private>False</Private> 43 </Reference> 40 44 <Reference Include="System" /> 41 45 <Reference Include="System.Core" /> … … 49 53 </ItemGroup> 50 54 <ItemGroup> 55 <Compile Include="Plugin.cs" /> 51 56 <Compile Include="Properties\AssemblyInfo.cs" /> 52 57 <Compile Include="ServiceClients\AccessServiceClient.cs" /> … … 57 62 </None> 58 63 <None Include="HeuristicLab.snk" /> 59 <None Include="Properties\AssemblyInfo.frame" /> 64 <None Include="Plugin.cs.frame" /> 65 <None Include="Properties\AssemblyInfo.cs.frame" /> 60 66 <None Include="ServiceClients\GenerateServiceClients.cmd" /> 67 </ItemGroup> 68 <ItemGroup> 69 <Folder Include="Views\" /> 61 70 </ItemGroup> 62 71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.