Changeset 8437 for branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3
- Timestamp:
- 08/08/12 16:46:53 (12 years ago)
- Location:
- branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3
- Files:
-
- 3 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/HeuristicLab.Algorithms.NCA.Views-3.3.csproj
r8427 r8437 168 168 <ItemGroup> 169 169 <None Include="Plugin.cs.frame" /> 170 <Compile Include="NCADimension alityReductionView.cs">170 <Compile Include="NCADimensionReductionView.cs"> 171 171 <SubType>UserControl</SubType> 172 172 </Compile> 173 <Compile Include="NCADimension alityReductionView.Designer.cs">174 <DependentUpon>NCADimension alityReductionView.cs</DependentUpon>173 <Compile Include="NCADimensionReductionView.Designer.cs"> 174 <DependentUpon>NCADimensionReductionView.cs</DependentUpon> 175 175 </Compile> 176 176 <Compile Include="Plugin.cs" /> … … 188 188 </ItemGroup> 189 189 <ItemGroup> 190 <EmbeddedResource Include="NCADimension alityReductionView.resx">191 <DependentUpon>NCADimension alityReductionView.cs</DependentUpon>190 <EmbeddedResource Include="NCADimensionReductionView.resx"> 191 <DependentUpon>NCADimensionReductionView.cs</DependentUpon> 192 192 </EmbeddedResource> 193 193 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.