- Timestamp:
- 12/15/17 13:26:49 (7 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS
- Property svn:ignore
-
old new 12 12 *.nuget.props 13 13 *.nuget.targets 14 Plugin.cs
-
- Property svn:ignore
-
branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/HeuristicLab.Protobuf-3.5.0.csproj
r15501 r15529 76 76 <PostBuildEvent>copy "$(ProjectDir)protoc-3.5.0.exe" "$(SolutionDir)"</PostBuildEvent> 77 77 </PropertyGroup> 78 <PropertyGroup> 79 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 80 set ProjectDir=$(ProjectDir) 81 set SolutionDir=$(SolutionDir) 82 set Outdir=$(Outdir) 83 84 call PreBuildEvent.cmd 85 </PreBuildEvent> 86 </PropertyGroup> 78 87 </Project> -
branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Plugin.cs.frame
r15501 r15529 25 25 [Plugin("HeuristicLab.ProtobufCS", "3.5.0.0")] 26 26 [PluginFile("HeuristicLab.Protobuf-3.5.0.dll", PluginFileType.Assembly)] 27 [PluginFile("Google.Proto colBuffers.dll", PluginFileType.Assembly)]27 [PluginFile("Google.Protobuf.dll", PluginFileType.Assembly)] 28 28 [PluginFile("Google.Protobuf License-3.5.0.txt", PluginFileType.License)] 29 29 public class HeuristicLabProtobufCSPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.