Changeset 10602 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0 Example
- Timestamp:
- 03/17/14 15:22:56 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab
- Files:
-
- 1 added
- 4 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0 Example/cs_example.csproj
r10595 r10602 24 24 <DebugType>full</DebugType> 25 25 <Optimize>false</Optimize> 26 <OutputPath> ..\..\bin\</OutputPath>26 <OutputPath>bin\</OutputPath> 27 27 <DefineConstants>DEBUG;TRACE</DefineConstants> 28 28 <ErrorReport>prompt</ErrorReport> … … 33 33 <DebugType>pdbonly</DebugType> 34 34 <Optimize>true</Optimize> 35 <OutputPath> ..\..\bin\</OutputPath>35 <OutputPath>bin\</OutputPath> 36 36 <DefineConstants>TRACE</DefineConstants> 37 37 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> ..\..\bin\</OutputPath>43 <OutputPath>bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 49 49 </PropertyGroup> 50 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 51 <OutputPath> ..\..\bin\</OutputPath>51 <OutputPath>bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> ..\..\bin\</OutputPath>61 <OutputPath>bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> ..\..\bin\</OutputPath>69 <OutputPath>bin\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 76 76 </PropertyGroup> 77 77 <ItemGroup> 78 <Reference Include="DotNetScilab-1.0"> 79 <HintPath>..\..\..\..\bin\DotNetScilab-1.0.dll</HintPath> 80 </Reference> 78 81 <Reference Include="System" /> 79 82 <Reference Include="System.Core"> … … 94 97 <Compile Include="Util.cs" /> 95 98 </ItemGroup> 96 <ItemGroup>97 <ProjectReference Include="..\dotnetsci\DotNetScilab.csproj">98 <Project>{c3f0c7dc-82ad-405b-990a-bf2c5b7f46ff}</Project>99 <Name>DotNetScilab</Name>100 </ProjectReference>101 </ItemGroup>102 99 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 103 100 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.