Changeset 2777
- Timestamp:
- 02/11/10 12:30:17 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r2776 r2777 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 15 17 </PropertyGroup> 16 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 64 66 </Content> 65 67 </ItemGroup> 68 <ItemGroup> 69 <None Include="HeuristicLab.snk" /> 70 </ItemGroup> 66 71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 67 72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 73 78 --> 74 79 <PropertyGroup> 75 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 76 set ProjectDir=$(ProjectDir) 77 set SolutionDir=$(SolutionDir) 78 set Outdir=$(Outdir) 79 80 call PreBuildEvent.cmd 81 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabNetronPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabNetronPlugin.cs"</PreBuildEvent> 80 <PreBuildEvent> 81 </PreBuildEvent> 82 82 </PropertyGroup> 83 83 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Properties/AssemblyInfo.cs
r2774 r2777 33 33 // by using the '*' as shown below: 34 34 // [assembly: AssemblyVersion("1.0.*")] 35 [assembly: AssemblyVersion(" 1.0.0.0")]36 [assembly: AssemblyFileVersion(" 1.0.0.0")]35 [assembly: AssemblyVersion("3.0.2672.12446")] 36 [assembly: AssemblyFileVersion("3.0.2672.12446")]
Note: See TracChangeset
for help on using the changeset viewer.