Changeset 14668 for stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.9/SimSharp-3.0.9/SimSharp-3.0.9.csproj
- Timestamp:
- 02/11/17 01:12:32 (8 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14222
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 14222
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.9/SimSharp-3.0.9/SimSharp-3.0.9.csproj
r14196 r14668 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>..\..\..\..\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 27 27 </PropertyGroup> 28 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> 29 <OutputPath> bin\Release\</OutputPath>29 <OutputPath>..\..\..\..\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <Optimize>true</Optimize> … … 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 36 <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile> 36 <DocumentationFile> 37 </DocumentationFile> 37 38 </PropertyGroup> 38 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 39 40 <DebugSymbols>true</DebugSymbols> 40 <OutputPath> bin\x64\Debug\</OutputPath>41 <OutputPath>..\..\..\..\bin\</OutputPath> 41 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 43 <DebugType>full</DebugType> … … 46 47 </PropertyGroup> 47 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 48 <OutputPath> bin\x64\Release\</OutputPath>49 <OutputPath>..\..\..\..\bin\</OutputPath> 49 50 <DefineConstants>TRACE</DefineConstants> 50 <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile> 51 <DocumentationFile> 52 </DocumentationFile> 51 53 <Optimize>true</Optimize> 52 54 <DebugType>pdbonly</DebugType> … … 57 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 60 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>61 <OutputPath>..\..\..\..\bin\</OutputPath> 60 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 63 <DebugType>full</DebugType> … … 65 67 </PropertyGroup> 66 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath> bin\x86\Release\</OutputPath>69 <OutputPath>..\..\..\..\bin\</OutputPath> 68 70 <DefineConstants>TRACE</DefineConstants> 69 <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile> 71 <DocumentationFile> 72 </DocumentationFile> 70 73 <Optimize>true</Optimize> 71 74 <DebugType>pdbonly</DebugType>
Note: See TracChangeset
for help on using the changeset viewer.