Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/Evaluation.csproj @ 12830

Last change on this file since 12830 was 12830, checked in by aballeit, 9 years ago

#2283 x64 build of projects

File size: 9.6 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>{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    <PublishUrl>publish\</PublishUrl>
17    <Install>true</Install>
18    <InstallFrom>Disk</InstallFrom>
19    <UpdateEnabled>false</UpdateEnabled>
20    <UpdateMode>Foreground</UpdateMode>
21    <UpdateInterval>7</UpdateInterval>
22    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23    <UpdatePeriodically>false</UpdatePeriodically>
24    <UpdateRequired>false</UpdateRequired>
25    <MapFileExtensions>true</MapFileExtensions>
26    <ApplicationRevision>0</ApplicationRevision>
27    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28    <IsWebBootstrapper>false</IsWebBootstrapper>
29    <UseApplicationTrust>false</UseApplicationTrust>
30    <BootstrapperEnabled>true</BootstrapperEnabled>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33    <PlatformTarget>AnyCPU</PlatformTarget>
34    <DebugSymbols>true</DebugSymbols>
35    <DebugType>full</DebugType>
36    <Optimize>false</Optimize>
37    <OutputPath>bin\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43    <PlatformTarget>AnyCPU</PlatformTarget>
44    <DebugType>pdbonly</DebugType>
45    <Optimize>true</Optimize>
46    <OutputPath>bin\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <ErrorReport>prompt</ErrorReport>
49    <WarningLevel>4</WarningLevel>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\x64\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>true</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>true</Prefer32Bit>
70  </PropertyGroup>
71  <ItemGroup>
72    <Reference Include="System" />
73    <Reference Include="System.Data" />
74    <Reference Include="System.Xml" />
75    <Reference Include="Microsoft.CSharp" />
76    <Reference Include="System.Core" />
77    <Reference Include="System.Xml.Linq" />
78    <Reference Include="System.Data.DataSetExtensions" />
79    <Reference Include="System.Xaml">
80      <RequiredTargetFramework>4.0</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="WindowsBase" />
83    <Reference Include="PresentationCore" />
84    <Reference Include="PresentationFramework" />
85  </ItemGroup>
86  <ItemGroup>
87    <ApplicationDefinition Include="App.xaml">
88      <Generator>MSBuild:Compile</Generator>
89      <SubType>Designer</SubType>
90    </ApplicationDefinition>
91    <Compile Include="FoundSolution.cs" />
92    <Compile Include="Run.cs" />
93    <Compile Include="SelectionIndicator.cs" />
94    <Compile Include="ViewModel\EvaluationViewModel.cs" />
95    <Page Include="MainWindow.xaml">
96      <Generator>MSBuild:Compile</Generator>
97      <SubType>Designer</SubType>
98    </Page>
99    <Compile Include="App.xaml.cs">
100      <DependentUpon>App.xaml</DependentUpon>
101      <SubType>Code</SubType>
102    </Compile>
103    <Compile Include="MainWindow.xaml.cs">
104      <DependentUpon>MainWindow.xaml</DependentUpon>
105      <SubType>Code</SubType>
106    </Compile>
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="Properties\AssemblyInfo.cs">
110      <SubType>Code</SubType>
111    </Compile>
112    <Compile Include="Properties\Resources.Designer.cs">
113      <AutoGen>True</AutoGen>
114      <DesignTime>True</DesignTime>
115      <DependentUpon>Resources.resx</DependentUpon>
116    </Compile>
117    <Compile Include="Properties\Settings.Designer.cs">
118      <AutoGen>True</AutoGen>
119      <DependentUpon>Settings.settings</DependentUpon>
120      <DesignTimeSharedInput>True</DesignTimeSharedInput>
121    </Compile>
122    <EmbeddedResource Include="Properties\Resources.resx">
123      <Generator>ResXFileCodeGenerator</Generator>
124      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
125    </EmbeddedResource>
126    <None Include="Properties\Settings.settings">
127      <Generator>SettingsSingleFileGenerator</Generator>
128      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129    </None>
130    <AppDesigner Include="Properties\" />
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="App.config" />
134  </ItemGroup>
135  <ItemGroup>
136    <ProjectReference Include="..\DynamicDataDisplay\DynamicDataDisplay.csproj">
137      <Project>{ecd37682-df7e-409f-912d-0965634556b5}</Project>
138      <Name>DynamicDataDisplay</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\HeuristicLab.Algorithms.Bandits\HeuristicLab.Algorithms.Bandits.csproj">
141      <Project>{24408f7d-ee0f-4886-a08b-ec324d662e47}</Project>
142      <Name>HeuristicLab.Algorithms.Bandits</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticProgramming\HeuristicLab.Algorithms.GeneticProgramming.csproj">
145      <Project>{14bec23f-63fd-4954-b8ae-e2f4962e9b57}</Project>
146      <Name>HeuristicLab.Algorithms.GeneticProgramming</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
149      <Project>{eea07488-1a51-412a-a52c-53b754a628b3}</Project>
150      <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\HeuristicLab.Algorithms.MonteCarloTreeSearch\HeuristicLab.Algorithms.MonteCarloTreeSearch.csproj">
153      <Project>{2c115235-8fa9-4f7f-b3a0-a0144f8a35ca}</Project>
154      <Name>HeuristicLab.Algorithms.MonteCarloTreeSearch</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\HeuristicLab.Common\HeuristicLab.Common.csproj">
157      <Project>{3a2fbbcb-f9df-4970-87f3-f13337d941ad}</Project>
158      <Name>HeuristicLab.Common</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
161      <Project>{31171165-e16f-4a1a-a8ab-25c6ab3a71b9}</Project>
162      <Name>HeuristicLab.Distributions</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\HeuristicLab.Problems.Bandits\HeuristicLab.Problems.Bandits.csproj">
165      <Project>{e8138227-0c64-4e85-b676-21d3b97f254f}</Project>
166      <Name>HeuristicLab.Problems.Bandits</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization.SymbReg\HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj">
169      <Project>{17a7a380-86ce-482d-8d22-cbd70cc97f0d}</Project>
170      <Name>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
173      <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
174      <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\WpfTestSvgSample\WpfTestSvgSample.csproj">
177      <Project>{514a1e9d-0900-46a5-8073-f3c9cb2aaee3}</Project>
178      <Name>WpfTestSvgSample</Name>
179    </ProjectReference>
180  </ItemGroup>
181  <ItemGroup>
182    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
183      <Visible>False</Visible>
184      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
185      <Install>true</Install>
186    </BootstrapperPackage>
187    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
188      <Visible>False</Visible>
189      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
190      <Install>false</Install>
191    </BootstrapperPackage>
192    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
193      <Visible>False</Visible>
194      <ProductName>.NET Framework 3.5 SP1</ProductName>
195      <Install>false</Install>
196    </BootstrapperPackage>
197  </ItemGroup>
198  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>
Note: See TracBrowser for help on using the repository browser.