Changeset 4095 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 07/24/10 23:15:20 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 5 5 HeuristicLab.resharper.user 6 6 HeuristicLab.4.5.resharper.user 7 protoc.exe 8 ProtoGen.exe 9 Google.ProtocolBuffers-0.9.1.dll
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r4065 r4095 176 176 </ItemGroup> 177 177 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 178 <PropertyGroup> 179 <PreBuildEvent> 180 </PreBuildEvent> 181 </PropertyGroup> 182 <PropertyGroup> 183 <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent> 184 </PropertyGroup> 178 185 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 179 186 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r4065 r4095 226 226 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " /> 227 227 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " /> 228 <PropertyGroup> 229 <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)" 230 copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent> 231 </PropertyGroup> 228 232 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 229 233 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.