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.7</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\Debug\</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\Release\</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>bin\Release\SimSharp-3.0.7.xml</DocumentationFile>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
39 | <DebugSymbols>true</DebugSymbols>
|
---|
40 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
42 | <DebugType>full</DebugType>
|
---|
43 | <PlatformTarget>x64</PlatformTarget>
|
---|
44 | <ErrorReport>prompt</ErrorReport>
|
---|
45 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
46 | </PropertyGroup>
|
---|
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
48 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
49 | <DefineConstants>TRACE</DefineConstants>
|
---|
50 | <DocumentationFile>bin\Release\SimSharp-3.0.7.xml</DocumentationFile>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <DebugType>pdbonly</DebugType>
|
---|
53 | <PlatformTarget>x64</PlatformTarget>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
58 | <DebugSymbols>true</DebugSymbols>
|
---|
59 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
61 | <DebugType>full</DebugType>
|
---|
62 | <PlatformTarget>x86</PlatformTarget>
|
---|
63 | <ErrorReport>prompt</ErrorReport>
|
---|
64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
65 | </PropertyGroup>
|
---|
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
67 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
68 | <DefineConstants>TRACE</DefineConstants>
|
---|
69 | <DocumentationFile>bin\Release\SimSharp-3.0.7.xml</DocumentationFile>
|
---|
70 | <Optimize>true</Optimize>
|
---|
71 | <DebugType>pdbonly</DebugType>
|
---|
72 | <PlatformTarget>x86</PlatformTarget>
|
---|
73 | <ErrorReport>prompt</ErrorReport>
|
---|
74 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
75 | </PropertyGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <Reference Include="System" />
|
---|
78 | <Reference Include="System.Core" />
|
---|
79 | </ItemGroup>
|
---|
80 | <ItemGroup>
|
---|
81 | <Compile Include="Analysis\ContinuousStatistics.cs" />
|
---|
82 | <Compile Include="Collections\EventQueue.cs" />
|
---|
83 | <Compile Include="Collections\EventQueueNode.cs" />
|
---|
84 | <Compile Include="Core\ActiveObject.cs" />
|
---|
85 | <Compile Include="Core\Events\AnyOf.cs" />
|
---|
86 | <Compile Include="Core\Events\AllOf.cs" />
|
---|
87 | <Compile Include="Core\Resources\Container.cs" />
|
---|
88 | <Compile Include="Core\Environment.cs" />
|
---|
89 | <Compile Include="Core\Resources\Events\ResourcePoolRequest.cs" />
|
---|
90 | <Compile Include="Core\Resources\Events\FilterStoreGet.cs" />
|
---|
91 | <Compile Include="Core\Resources\Events\StorePut.cs" />
|
---|
92 | <Compile Include="Core\Resources\Events\StoreGet.cs" />
|
---|
93 | <Compile Include="Core\Resources\Events\ContainerGet.cs" />
|
---|
94 | <Compile Include="Core\Resources\Events\ContainerPut.cs" />
|
---|
95 | <Compile Include="Core\Events\Condition.cs" />
|
---|
96 | <Compile Include="Core\Events\Event.cs" />
|
---|
97 | <Compile Include="Core\Resources\Events\PreemptiveRequest.cs" />
|
---|
98 | <Compile Include="Core\Events\Process.cs" />
|
---|
99 | <Compile Include="Core\Resources\Events\Release.cs" />
|
---|
100 | <Compile Include="Core\Resources\Events\PriorityRequest.cs" />
|
---|
101 | <Compile Include="Core\Resources\Events\Request.cs" />
|
---|
102 | <Compile Include="Core\Events\Timeout.cs" />
|
---|
103 | <Compile Include="Core\Exceptions\EmptyScheduleException.cs" />
|
---|
104 | <Compile Include="Core\Preempted.cs" />
|
---|
105 | <Compile Include="Core\Resources\FilterStore.cs" />
|
---|
106 | <Compile Include="Core\Resources\PreemptiveResource.cs" />
|
---|
107 | <Compile Include="Core\Resources\PriorityResource.cs" />
|
---|
108 | <Compile Include="Core\Resources\Resource.cs" />
|
---|
109 | <Compile Include="Core\Resources\ResourcePool.cs" />
|
---|
110 | <Compile Include="Core\Resources\Store.cs" />
|
---|
111 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
112 | <Compile Include="Random\FastRandom.cs" />
|
---|
113 | <Compile Include="Random\IRandom.cs" />
|
---|
114 | <Compile Include="Random\SystemRandom.cs" />
|
---|
115 | </ItemGroup>
|
---|
116 | <ItemGroup>
|
---|
117 | <Content Include="Collections\EventQueue-License.txt" />
|
---|
118 | </ItemGroup>
|
---|
119 | <ItemGroup>
|
---|
120 | <None Include="HeuristicLab.snk" />
|
---|
121 | </ItemGroup>
|
---|
122 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
123 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
124 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
125 | <Target Name="BeforeBuild">
|
---|
126 | </Target>
|
---|
127 | <Target Name="AfterBuild">
|
---|
128 | </Target>
|
---|
129 | -->
|
---|
130 | </Project> |
---|