Changeset 12671
- Timestamp:
- 07/08/15 10:22:56 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7
- Property svn:ignore
-
old new 2 2 bin 3 3 *.user 4 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/HeuristicLab.SimSharp-3.0.7.csproj
r12657 r12671 78 78 </ItemGroup> 79 79 <ItemGroup> 80 <None Include="Plugin.cs.frame" /> 80 81 <Compile Include="Plugin.cs" /> 82 <None Include="Properties\AssemblyInfo.cs.frame" /> 81 83 <Compile Include="Properties\AssemblyInfo.cs" /> 82 84 </ItemGroup> … … 101 103 </ItemGroup> 102 104 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 105 <PropertyGroup> 106 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 107 set ProjectDir=$(ProjectDir) 108 set SolutionDir=$(SolutionDir) 109 set Outdir=$(Outdir) 110 111 call PreBuildEvent.cmd 112 </PreBuildEvent> 113 </PropertyGroup> 103 114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 104 115 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/Plugin.cs.frame
r12657 r12671 23 23 24 24 namespace HeuristicLab.SimSharp { 25 [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.0.7 ")]25 [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.0.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.SimSharp-3.0.7.dll", PluginFileType.Assembly)] 27 27 [PluginFile("SimSharp-3.0.7.dll", PluginFileType.Assembly)] 28 28 [PluginFile("SimSharp-3.0.7 License.txt", PluginFileType.License)] 29 public class Plugin : PluginBase {29 public class HeuristicLabSimSharpPlugin : PluginBase { 30 30 } 31 31 } -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/Properties
-
Property
svn:ignore
set to
AssemblyInfo.cs
-
Property
svn:ignore
set to
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.7/HeuristicLab.SimSharp-3.0.7/Properties/AssemblyInfo.cs.frame
r12657 r12671 33 33 // [assembly: AssemblyVersion("1.0.*")] 34 34 [assembly: AssemblyVersion("3.0.7.0")] 35 [assembly: AssemblyFileVersion("3.0.7. 0")]35 [assembly: AssemblyFileVersion("3.0.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.