- Timestamp:
- 11/15/10 23:57:42 (14 years ago)
- Location:
- branches/SmalltalkExport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj
r4803 r4804 91 91 </PropertyGroup> 92 92 <ItemGroup> 93 <Reference Include="HeuristicLab.Collections-3.3"> 94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 95 </Reference> 96 <Reference Include="HeuristicLab.Common-3.3"> 97 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 98 </Reference> 99 <Reference Include="HeuristicLab.Core-3.3"> 100 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 101 </Reference> 102 <Reference Include="HeuristicLab.Core.Views-3.3"> 103 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 104 </Reference> 105 <Reference Include="HeuristicLab.MainForm-3.3"> 106 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 107 </Reference> 108 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 109 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 110 </Reference> 111 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 112 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 113 </Reference> 93 114 <Reference Include="System" /> 94 115 <Reference Include="System.Core"> … … 107 128 </ItemGroup> 108 129 <ItemGroup> 109 <Compile Include="DefaultSymbolicExpressionGrammarView.cs" /> 130 <Compile Include="DefaultSymbolicExpressionGrammarView.cs"> 131 <SubType>UserControl</SubType> 132 </Compile> 110 133 <Compile Include="DefaultSymbolicExpressionGrammarView.Designer.cs"> 111 134 <DependentUpon>DefaultSymbolicExpressionGrammarView.cs</DependentUpon> 112 135 </Compile> 113 <Compile Include="SymbolView.cs" /> 136 <Compile Include="SymbolView.cs"> 137 <SubType>UserControl</SubType> 138 </Compile> 114 139 <Compile Include="SymbolView.Designer.cs"> 115 140 <DependentUpon>SymbolView.cs</DependentUpon> 116 141 </Compile> 117 <Compile Include="GraphicalSymbolicExpressionTreeView.cs" /> 142 <Compile Include="GraphicalSymbolicExpressionTreeView.cs"> 143 <SubType>UserControl</SubType> 144 </Compile> 118 145 <Compile Include="GraphicalSymbolicExpressionTreeView.Designer.cs"> 119 146 <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon> … … 127 154 <DependentUpon>SymbolicExpressionTreeChart.cs</DependentUpon> 128 155 </Compile> 129 <Compile Include="SymbolicExpressionView.cs" /> 156 <Compile Include="SymbolicExpressionView.cs"> 157 <SubType>UserControl</SubType> 158 </Compile> 130 159 <Compile Include="SymbolicExpressionView.Designer.cs"> 131 160 <DependentUpon>SymbolicExpressionView.cs</DependentUpon> … … 134 163 </ItemGroup> 135 164 <ItemGroup> 136 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">137 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>138 <Name>HeuristicLab.Collections-3.3</Name>139 </ProjectReference>140 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">141 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>142 <Name>HeuristicLab.Common-3.3</Name>143 </ProjectReference>144 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">145 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>146 <Name>HeuristicLab.Core.Views-3.3</Name>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">149 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>150 <Name>HeuristicLab.Core-3.3</Name>151 </ProjectReference>152 165 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj"> 153 166 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 154 167 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 155 </ProjectReference>156 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">157 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>158 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>159 </ProjectReference>160 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">161 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>162 <Name>HeuristicLab.MainForm-3.3</Name>163 </ProjectReference>164 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">165 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>166 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>167 168 </ProjectReference> 168 169 </ItemGroup> -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
r4803 r4804 248 248 </PropertyGroup> 249 249 <PropertyGroup> 250 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 251 set ProjectDir=$(ProjectDir) 252 set SolutionDir=$(SolutionDir) 253 set Outdir=$(Outdir) 254 set Platform=$(PlatformName) 255 256 call UpdateLocalInstallation.cmd</PostBuildEvent> 250 <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent> 257 251 </PropertyGroup> 258 252 </Project>
Note: See TracChangeset
for help on using the changeset viewer.