Changeset 5757 for branches/DataAnalysis Refactoring/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
- Timestamp:
- 03/18/11 23:21:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r5163 r5757 20 20 <IsWebBootstrapper>true</IsWebBootstrapper> 21 21 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 22 <TargetFrameworkProfile></TargetFrameworkProfile> 22 <TargetFrameworkProfile> 23 </TargetFrameworkProfile> 23 24 <PublishUrl>http://localhost/HeuristicLab.Data/</PublishUrl> 24 25 <Install>true</Install> … … 113 114 <Compile Include="Comparison.cs" /> 114 115 <Compile Include="ComparisonType.cs" /> 116 <Compile Include="DoubleRange.cs" /> 117 <Compile Include="IntRange.cs" /> 118 <Compile Include="Interfaces\IStringConvertibleValueTuple.cs" /> 115 119 <Compile Include="PercentValue.cs" /> 116 120 <Compile Include="DateTimeValue.cs" /> … … 123 127 <Compile Include="IntMatrix.cs" /> 124 128 <Compile Include="IntValue.cs" /> 125 <Compile Include="I StringConvertibleArray.cs" />126 <Compile Include="I StringConvertibleMatrix.cs" />127 <Compile Include="I StringConvertibleValue.cs" />129 <Compile Include="Interfaces\IStringConvertibleArray.cs" /> 130 <Compile Include="Interfaces\IStringConvertibleMatrix.cs" /> 131 <Compile Include="Interfaces\IStringConvertibleValue.cs" /> 128 132 <Compile Include="Properties\AssemblyInfo.cs" /> 129 133 <Compile Include="StringArray.cs" /> … … 133 137 <Compile Include="ValueTypeArray.cs" /> 134 138 <Compile Include="ValueTypeMatrix.cs" /> 139 <Compile Include="StringConvertibleValueTuple.cs" /> 135 140 <Compile Include="ValueTypeValue.cs" /> 136 141 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.