Changeset 18063 for branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Timestamp:
- 10/05/21 17:16:22 (8 months ago)
- Location:
- branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r18052 r18063 122 122 <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon> 123 123 </Compile> 124 <Compile Include="StructureTemplate\StructureTemplateView.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="StructureTemplate\StructureTemplateView.Designer.cs"> 128 <DependentUpon>StructureTemplateView.cs</DependentUpon> 129 </Compile> 130 <Compile Include="StructureTemplate\SubFunctionListView.cs"> 131 <SubType>UserControl</SubType> 132 </Compile> 133 <Compile Include="StructureTemplate\SubFunctionListView.Designer.cs"> 134 <DependentUpon>SubFunctionListView.cs</DependentUpon> 135 </Compile> 124 136 <Compile Include="SymbolicDataAnalysisModelMathView.cs"> 125 137 <SubType>UserControl</SubType> … … 304 316 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 305 317 </Content> 318 </ItemGroup> 319 <ItemGroup> 320 <EmbeddedResource Include="StructureTemplate\StructureTemplateView.resx"> 321 <DependentUpon>StructureTemplateView.cs</DependentUpon> 322 </EmbeddedResource> 306 323 </ItemGroup> 307 324 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.