- Timestamp:
- 10/17/13 15:51:39 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.GPDL
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj
r10051 r10058 42 42 <DebugType>full</DebugType> 43 43 <Optimize>false</Optimize> 44 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>44 <OutputPath>bin\Debug\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <ErrorReport>prompt</ErrorReport> … … 159 159 --> 160 160 <PropertyGroup> 161 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 162 set ProjectDir=$(ProjectDir) 163 set SolutionDir=$(SolutionDir) 164 set Outdir=$(Outdir) 165 166 call PreBuildEvent.cmd</PreBuildEvent> 161 <PreBuildEvent> 162 </PreBuildEvent> 167 163 </PropertyGroup> 168 164 </Project> -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj
r10057 r10058 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> ..\..\..\..\..\..\bin\Debug\</OutputPath>43 <OutputPath>bin\Debug\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> ..\..\..\..\..\..\bin\Release\</OutputPath>53 <OutputPath>bin\Release\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> -
branches/HeuristicLab.Problems.GPDL/Test/Test.csproj
r10054 r10058 22 22 <DebugType>full</DebugType> 23 23 <Optimize>false</Optimize> 24 <OutputPath> ..\..\..\trunk\sources\bin\</OutputPath>24 <OutputPath>bin\Debug\</OutputPath> 25 25 <DefineConstants>DEBUG;TRACE</DefineConstants> 26 26 <ErrorReport>prompt</ErrorReport> … … 30 30 <DebugType>pdbonly</DebugType> 31 31 <Optimize>true</Optimize> 32 <OutputPath> ..\..\..\trunk\sources\bin\</OutputPath>32 <OutputPath>bin\Release\</OutputPath> 33 33 <DefineConstants>TRACE</DefineConstants> 34 34 <ErrorReport>prompt</ErrorReport>
Note: See TracChangeset
for help on using the changeset viewer.