- Timestamp:
- 12/19/11 11:08:33 (13 years ago)
- Location:
- branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0
- Files:
-
- 1 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/1.0.0/HeuristicLab.MPInet-1.0.0.csproj
r6394 r7205 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 102 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 102 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 <Private>False</Private> 103 104 </Reference> 104 105 <Reference Include="System" /> … … 116 117 </ItemGroup> 117 118 <ItemGroup> 118 <Compile Include="HeuristicLabMPInetPlugin.cs" />119 119 <Compile Include="Properties\AssemblyInfo.cs" /> 120 120 </ItemGroup> 121 121 <ItemGroup> 122 <None Include="Properties\AssemblyInfo.cs.frame" /> 122 123 <None Include="HeuristicLab.snk" /> 123 <None Include="Properties\AssemblyInfo.frame" />124 124 </ItemGroup> 125 125 <ItemGroup> … … 168 168 </PropertyGroup> 169 169 <PropertyGroup> 170 <PostBuildEvent>set ProjectName=$(ProjectName) 171 set Source=$(TargetPath) 172 set Configuration=$(ConfigurationName) 173 set Platform=$(PlatformName) 174 set SolutionDir=$(SolutionDir) 175 176 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 170 <PostBuildEvent> 171 </PostBuildEvent> 177 172 </PropertyGroup> 178 173 </Project>
Note: See TracChangeset
for help on using the changeset viewer.