[12503] | 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>{D043325A-097F-4512-A8FC-CF706577FA46}</ProjectGuid>
|
---|
| 8 | <OutputType>WinExe</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>Evaluation</RootNamespace>
|
---|
| 11 | <AssemblyName>Evaluation</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
| 15 | <WarningLevel>4</WarningLevel>
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 29 | <DebugType>pdbonly</DebugType>
|
---|
| 30 | <Optimize>true</Optimize>
|
---|
| 31 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 32 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 33 | <ErrorReport>prompt</ErrorReport>
|
---|
| 34 | <WarningLevel>4</WarningLevel>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Data" />
|
---|
| 39 | <Reference Include="System.Xml" />
|
---|
| 40 | <Reference Include="Microsoft.CSharp" />
|
---|
| 41 | <Reference Include="System.Core" />
|
---|
| 42 | <Reference Include="System.Xml.Linq" />
|
---|
| 43 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 44 | <Reference Include="System.Xaml">
|
---|
| 45 | <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="WindowsBase" />
|
---|
| 48 | <Reference Include="PresentationCore" />
|
---|
| 49 | <Reference Include="PresentationFramework" />
|
---|
| 50 | </ItemGroup>
|
---|
| 51 | <ItemGroup>
|
---|
| 52 | <ApplicationDefinition Include="App.xaml">
|
---|
| 53 | <Generator>MSBuild:Compile</Generator>
|
---|
| 54 | <SubType>Designer</SubType>
|
---|
| 55 | </ApplicationDefinition>
|
---|
| 56 | <Compile Include="ViewModel\EvaluationStat.cs" />
|
---|
| 57 | <Compile Include="ViewModel\EvaluationViewModel.cs" />
|
---|
| 58 | <Page Include="MainWindow.xaml">
|
---|
| 59 | <Generator>MSBuild:Compile</Generator>
|
---|
| 60 | <SubType>Designer</SubType>
|
---|
| 61 | </Page>
|
---|
| 62 | <Compile Include="App.xaml.cs">
|
---|
| 63 | <DependentUpon>App.xaml</DependentUpon>
|
---|
| 64 | <SubType>Code</SubType>
|
---|
| 65 | </Compile>
|
---|
| 66 | <Compile Include="MainWindow.xaml.cs">
|
---|
| 67 | <DependentUpon>MainWindow.xaml</DependentUpon>
|
---|
| 68 | <SubType>Code</SubType>
|
---|
| 69 | </Compile>
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <Compile Include="Properties\AssemblyInfo.cs">
|
---|
| 73 | <SubType>Code</SubType>
|
---|
| 74 | </Compile>
|
---|
| 75 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 76 | <AutoGen>True</AutoGen>
|
---|
| 77 | <DesignTime>True</DesignTime>
|
---|
| 78 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
| 80 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 81 | <AutoGen>True</AutoGen>
|
---|
| 82 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 83 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 84 | </Compile>
|
---|
| 85 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 86 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 87 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 88 | </EmbeddedResource>
|
---|
| 89 | <None Include="Properties\Settings.settings">
|
---|
| 90 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 91 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 92 | </None>
|
---|
| 93 | <AppDesigner Include="Properties\" />
|
---|
| 94 | </ItemGroup>
|
---|
| 95 | <ItemGroup>
|
---|
| 96 | <None Include="App.config" />
|
---|
| 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <ProjectReference Include="..\DynamicDataDisplay\DynamicDataDisplay.csproj">
|
---|
| 100 | <Project>{ecd37682-df7e-409f-912d-0965634556b5}</Project>
|
---|
| 101 | <Name>DynamicDataDisplay</Name>
|
---|
| 102 | </ProjectReference>
|
---|
| 103 | <ProjectReference Include="..\HeuristicLab.Algorithms.Bandits\HeuristicLab.Algorithms.Bandits.csproj">
|
---|
| 104 | <Project>{24408f7d-ee0f-4886-a08b-ec324d662e47}</Project>
|
---|
| 105 | <Name>HeuristicLab.Algorithms.Bandits</Name>
|
---|
| 106 | </ProjectReference>
|
---|
| 107 | <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticProgramming\HeuristicLab.Algorithms.GeneticProgramming.csproj">
|
---|
| 108 | <Project>{14bec23f-63fd-4954-b8ae-e2f4962e9b57}</Project>
|
---|
| 109 | <Name>HeuristicLab.Algorithms.GeneticProgramming</Name>
|
---|
| 110 | </ProjectReference>
|
---|
| 111 | <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
|
---|
| 112 | <Project>{eea07488-1a51-412a-a52c-53b754a628b3}</Project>
|
---|
| 113 | <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
|
---|
| 114 | </ProjectReference>
|
---|
| 115 | <ProjectReference Include="..\HeuristicLab.Algorithms.MonteCarloTreeSearch\HeuristicLab.Algorithms.MonteCarloTreeSearch.csproj">
|
---|
| 116 | <Project>{2c115235-8fa9-4f7f-b3a0-a0144f8a35ca}</Project>
|
---|
| 117 | <Name>HeuristicLab.Algorithms.MonteCarloTreeSearch</Name>
|
---|
| 118 | </ProjectReference>
|
---|
| 119 | <ProjectReference Include="..\HeuristicLab.Common\HeuristicLab.Common.csproj">
|
---|
| 120 | <Project>{3a2fbbcb-f9df-4970-87f3-f13337d941ad}</Project>
|
---|
| 121 | <Name>HeuristicLab.Common</Name>
|
---|
| 122 | </ProjectReference>
|
---|
| 123 | <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
|
---|
| 124 | <Project>{31171165-e16f-4a1a-a8ab-25c6ab3a71b9}</Project>
|
---|
| 125 | <Name>HeuristicLab.Distributions</Name>
|
---|
| 126 | </ProjectReference>
|
---|
| 127 | <ProjectReference Include="..\HeuristicLab.Problems.Bandits\HeuristicLab.Problems.Bandits.csproj">
|
---|
| 128 | <Project>{e8138227-0c64-4e85-b676-21d3b97f254f}</Project>
|
---|
| 129 | <Name>HeuristicLab.Problems.Bandits</Name>
|
---|
| 130 | </ProjectReference>
|
---|
| 131 | <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization.SymbReg\HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj">
|
---|
| 132 | <Project>{17a7a380-86ce-482d-8d22-cbd70cc97f0d}</Project>
|
---|
| 133 | <Name>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</Name>
|
---|
| 134 | </ProjectReference>
|
---|
| 135 | <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
|
---|
| 136 | <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
|
---|
| 137 | <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
|
---|
| 138 | </ProjectReference>
|
---|
| 139 | </ItemGroup>
|
---|
| 140 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 141 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 142 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 143 | <Target Name="BeforeBuild">
|
---|
| 144 | </Target>
|
---|
| 145 | <Target Name="AfterBuild">
|
---|
| 146 | </Target>
|
---|
| 147 | -->
|
---|
| 148 | </Project> |
---|