Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11/SimSharp-3.0.11/SimSharp-3.0.11.csproj @ 15972

Last change on this file since 15972 was 15972, checked in by abeham, 6 years ago

#2926: Replaced Sim# 3.0.9 with 3.0.11

File size: 6.2 KB
RevLine 
[15972]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>{9FE9C740-7859-4D01-AD07-7D4E15A6320B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>SimSharp</RootNamespace>
11    <AssemblyName>SimSharp-3.0.11</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <PlatformTarget>AnyCPU</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>..\..\..\..\bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
29    <OutputPath>..\..\..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <Optimize>true</Optimize>
32    <DebugType>pdbonly</DebugType>
33    <PlatformTarget>AnyCPU</PlatformTarget>
34    <ErrorReport>prompt</ErrorReport>
35    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
36    <DocumentationFile>
37    </DocumentationFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\..\..\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>
52    </DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x64</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\..\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
69    <OutputPath>..\..\..\..\bin\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>
72    </DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="System" />
81    <Reference Include="System.Core" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="Analysis\ContinuousStatistics.cs" />
85    <Compile Include="Collections\EventQueue.cs" />
86    <Compile Include="Collections\EventQueueNode.cs" />
87    <Compile Include="Core\ActiveObject.cs" />
88    <Compile Include="Core\Events\AnyOf.cs" />
89    <Compile Include="Core\Events\AllOf.cs" />
90    <Compile Include="Core\Resources\Container.cs" />
91    <Compile Include="Core\Environment.cs" />
92    <Compile Include="Core\Resources\Events\ResourcePoolRequest.cs" />
93    <Compile Include="Core\Resources\Events\FilterStoreGet.cs" />
94    <Compile Include="Core\Resources\Events\StorePut.cs" />
95    <Compile Include="Core\Resources\Events\StoreGet.cs" />
96    <Compile Include="Core\Resources\Events\ContainerGet.cs" />
97    <Compile Include="Core\Resources\Events\ContainerPut.cs" />
98    <Compile Include="Core\Events\Condition.cs" />
99    <Compile Include="Core\Events\Event.cs" />
100    <Compile Include="Core\Resources\Events\PreemptiveRequest.cs" />
101    <Compile Include="Core\Events\Process.cs" />
102    <Compile Include="Core\Resources\Events\Release.cs" />
103    <Compile Include="Core\Resources\Events\PriorityRequest.cs" />
104    <Compile Include="Core\Resources\Events\Request.cs" />
105    <Compile Include="Core\Events\Timeout.cs" />
106    <Compile Include="Core\Exceptions\EmptyScheduleException.cs" />
107    <Compile Include="Core\Preempted.cs" />
108    <Compile Include="Core\Resources\FilterStore.cs" />
109    <Compile Include="Core\Resources\PreemptiveResource.cs" />
110    <Compile Include="Core\Resources\PriorityResource.cs" />
111    <Compile Include="Core\Resources\Resource.cs" />
112    <Compile Include="Core\Resources\ResourcePool.cs" />
113    <Compile Include="Core\Resources\Store.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <Compile Include="Random\FastRandom.cs" />
116    <Compile Include="Random\IRandom.cs" />
117    <Compile Include="Random\SystemRandom.cs" />
118  </ItemGroup>
119  <ItemGroup>
120    <Content Include="Collections\EventQueue-License.txt" />
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="HeuristicLab.snk" />
124  </ItemGroup>
125  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127       Other similar extension points exist, see Microsoft.Common.targets.
128  <Target Name="BeforeBuild">
129  </Target>
130  <Target Name="AfterBuild">
131  </Target>
132  -->
133</Project>
Note: See TracBrowser for help on using the repository browser.