Changeset 13008 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 10/15/15 12:46:07 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
r11830 r13008 195 195 </PostBuildEvent> 196 196 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 197 cp "$(TargetPath) " "$(SolutionDir)"197 cp "$(TargetPath)*" "$(SolutionDir)" 198 198 cp "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)" 199 cp "$(ProjectDir).. \..\lib\protoc.exe" "$(SolutionDir)"199 cp "$(ProjectDir)../../lib/protoc.exe" "$(SolutionDir)" 200 200 </PostBuildEvent> 201 </PropertyGroup> 201 </PropertyGroup> 202 202 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 203 203 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj
r11623 r13008 134 134 <SubType>Component</SubType> 135 135 </Compile> 136 <Compile Include="Docking\DockPanel.cs"> 137 <SubType>Component</SubType> 138 </Compile> 136 <Compile Include="Docking\DockPanel.cs" /> 139 137 <Compile Include="Docking\DockPanel.DockDragHandler.cs"> 140 138 <SubType>Component</SubType>
Note: See TracChangeset
for help on using the changeset viewer.