Changeset 9514 for branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
- Timestamp:
- 05/22/13 16:57:47 (12 years ago)
- Location:
- branches/ExportSymbolicDataAnalysisSolutions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ExportSymbolicDataAnalysisSolutions
-
Property
svn:ignore
set to
*.suo
ProtoGen.exe
protoc.exe
Google.ProtocolBuffers-2.4.1.473.dll
-
Property
svn:ignore
set to
-
branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
r8600 r9514 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 50 <OutputPath> $(SolutionDir)\bin\</OutputPath>50 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 51 51 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 52 52 <BaseAddress>285212672</BaseAddress> … … 76 76 </PropertyGroup> 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 78 <OutputPath> $(SolutionDir)\bin\</OutputPath>78 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 79 79 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 80 80 <BaseAddress>285212672</BaseAddress> … … 103 103 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath> $(SolutionDir)\bin\</OutputPath>105 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <BaseAddress>285212672</BaseAddress> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 121 <OutputPath> $(SolutionDir)\bin\</OutputPath>121 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <BaseAddress>285212672</BaseAddress> … … 132 132 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 133 133 <DebugSymbols>true</DebugSymbols> 134 <OutputPath> $(SolutionDir)\bin\</OutputPath>134 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 135 135 <DefineConstants>DEBUG;TRACE</DefineConstants> 136 136 <BaseAddress>285212672</BaseAddress> … … 146 146 </PropertyGroup> 147 147 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 148 <OutputPath> $(SolutionDir)\bin\</OutputPath>148 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 149 149 <DefineConstants>TRACE</DefineConstants> 150 150 <BaseAddress>285212672</BaseAddress> … … 593 593 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 594 594 <PropertyGroup> 595 <PreBuildEvent>595 <PreBuildEvent> 596 596 </PreBuildEvent> 597 597 <PostBuildEvent>
Note: See TracChangeset
for help on using the changeset viewer.