- Timestamp:
- 06/18/09 15:59:30 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Grid.HiveBridge/3.2
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid.HiveBridge/3.2/HeuristicLab.Grid.HiveBridge-3.2.csproj
r2058 r2059 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' "> … … 67 69 <Compile Include="HiveGridServerWrapper.cs" /> 68 70 <Compile Include="HeuristicLabGridHiveBridgePlugin.cs" /> 69 <Compile Include="Properties\AssemblyInfo.cs" />70 71 <Compile Include="ServiceLocator.cs" /> 71 72 </ItemGroup> … … 96 97 </ProjectReference> 97 98 </ItemGroup> 99 <ItemGroup> 100 <None Include="HeuristicLab.snk" /> 101 <None Include="Properties\AssemblyInfo.frame" /> 102 </ItemGroup> 98 103 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 99 104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 104 109 </Target> 105 110 --> 111 <PropertyGroup> 112 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 113 set ProjectDir=$(ProjectDir) 114 set SolutionDir=$(SolutionDir) 115 set Outdir=$(Outdir) 116 117 call PreBuildEvent.cmd</PreBuildEvent> 118 </PropertyGroup> 106 119 </Project>
Note: See TracChangeset
for help on using the changeset viewer.