Changeset 8395
- Timestamp:
- 08/02/12 16:48:00 (12 years ago)
- Location:
- branches/HeuristicLab.TreeSimplifier
- Files:
-
- 1 added
- 5 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TreeSimplifier/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj
r8388 r8395 257 257 </ProjectReference> 258 258 </ItemGroup> 259 <ItemGroup>260 <EmbeddedResource Include="InteractiveSymbolicExpressionTreeChart.resx">261 <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>262 </EmbeddedResource>263 <EmbeddedResource Include="SymbolicExpressionTreeNodeInsertDialog.resx">264 <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>265 </EmbeddedResource>266 </ItemGroup>267 259 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 268 260 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/HeuristicLab.TreeSimplifier/HeuristicLab.TreeSimplifier.sln
r8388 r8395 11 11 EndProject 12 12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4", "HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj", "{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}" 13 EndProject 14 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F628EAED-43DC-4D00-A4D4-4757D696D873}" 15 ProjectSection(SolutionItems) = preProject 16 PreBuildEvent.cmd = PreBuildEvent.cmd 17 EndProjectSection 13 18 EndProject 14 19 Global
Note: See TracChangeset
for help on using the changeset viewer.