Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/SimulationSolution/HeuristicLab.Simulation/HeuristicLab.Simulation.csproj @ 11185

Last change on this file since 11185 was 10525, checked in by abeham, 10 years ago

#1610: added visual model

File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{BC47F1A9-FDCD-4A8A-9868-71B034CF5C80}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Simulation</RootNamespace>
11    <AssemblyName>HeuristicLab.Simulation</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>bin\Debug\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>bin\Release\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <ItemGroup>
33    <Reference Include="HeuristicLab.Common-3.3">
34      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
35      <Private>False</Private>
36    </Reference>
37    <Reference Include="HeuristicLab.Core-3.3">
38      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
39      <Private>False</Private>
40    </Reference>
41    <Reference Include="HeuristicLab.Persistence-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.SimulationCore-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SimulationCore-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="System" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.Xml.Linq" />
52    <Reference Include="System.Data.DataSetExtensions" />
53    <Reference Include="Microsoft.CSharp" />
54    <Reference Include="System.Data" />
55    <Reference Include="System.Xml" />
56  </ItemGroup>
57  <ItemGroup>
58    <Compile Include="Model.cs">
59      <AutoGen>True</AutoGen>
60      <DesignTime>True</DesignTime>
61      <DependentUpon>Model.tt</DependentUpon>
62    </Compile>
63    <Compile Include="ModelImpl.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65  </ItemGroup>
66  <ItemGroup>
67    <None Include="Model.hlsim" />
68    <None Include="Model.hlsim.diagram">
69      <DependentUpon>Model.hlsim</DependentUpon>
70    </None>
71    <None Include="Model.tt">
72      <Generator>TextTemplatingFileGenerator</Generator>
73      <LastGenOutput>Model.cs</LastGenOutput>
74    </None>
75  </ItemGroup>
76  <ItemGroup>
77    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
78  </ItemGroup>
79  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81       Other similar extension points exist, see Microsoft.Common.targets.
82  <Target Name="BeforeBuild">
83  </Target>
84  <Target Name="AfterBuild">
85  </Target>
86  -->
87</Project>
Note: See TracBrowser for help on using the repository browser.