1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="14.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>{419F072D-1E3A-4FE5-9C92-DFA99BB3F56A}</ProjectGuid>
|
---|
8 | <OutputType>WinExe</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>Testing</RootNamespace>
|
---|
11 | <AssemblyName>Testing</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
18 | <DebugSymbols>true</DebugSymbols>
|
---|
19 | <DebugType>full</DebugType>
|
---|
20 | <Optimize>false</Optimize>
|
---|
21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
23 | <ErrorReport>prompt</ErrorReport>
|
---|
24 | <WarningLevel>4</WarningLevel>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>bin\Release\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup>
|
---|
36 | <StartupObject />
|
---|
37 | </PropertyGroup>
|
---|
38 | <ItemGroup>
|
---|
39 | <Reference Include="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
40 | <SpecificVersion>False</SpecificVersion>
|
---|
41 | <HintPath>.\alglibnet2.dll</HintPath>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="AutoDiff-1.0">
|
---|
44 | <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
|
---|
45 | </Reference>
|
---|
46 | <Reference Include="MathNet.Numerics">
|
---|
47 | <HintPath>..\..\..\trunk\sources\bin\MathNet.Numerics.dll</HintPath>
|
---|
48 | </Reference>
|
---|
49 | <Reference Include="System" />
|
---|
50 | <Reference Include="System.Core" />
|
---|
51 | <Reference Include="System.Drawing" />
|
---|
52 | <Reference Include="System.Windows.Forms" />
|
---|
53 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
54 | <Reference Include="System.Xml.Linq" />
|
---|
55 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
56 | <Reference Include="Microsoft.CSharp" />
|
---|
57 | <Reference Include="System.Data" />
|
---|
58 | <Reference Include="System.Net.Http" />
|
---|
59 | <Reference Include="System.Xml" />
|
---|
60 | </ItemGroup>
|
---|
61 | <ItemGroup>
|
---|
62 | <Compile Include="Form.cs">
|
---|
63 | <SubType>Form</SubType>
|
---|
64 | </Compile>
|
---|
65 | <Compile Include="Form.Designer.cs">
|
---|
66 | <DependentUpon>Form.cs</DependentUpon>
|
---|
67 | </Compile>
|
---|
68 | <Compile Include="Program.cs" />
|
---|
69 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
70 | </ItemGroup>
|
---|
71 | <ItemGroup>
|
---|
72 | <None Include="App.config" />
|
---|
73 | </ItemGroup>
|
---|
74 | <ItemGroup>
|
---|
75 | <ProjectReference Include="..\HeuristicLab.ExtLibs.MathNetNumerics\HeuristicLab.ExtLibs.MathNetNumerics.csproj">
|
---|
76 | <Project>{fbd82eae-0d8a-41fa-a8fd-ec3d1574eed5}</Project>
|
---|
77 | <Name>HeuristicLab.ExtLibs.MathNetNumerics</Name>
|
---|
78 | </ProjectReference>
|
---|
79 | </ItemGroup>
|
---|
80 | <ItemGroup>
|
---|
81 | <EmbeddedResource Include="Form.resx">
|
---|
82 | <DependentUpon>Form.cs</DependentUpon>
|
---|
83 | </EmbeddedResource>
|
---|
84 | </ItemGroup>
|
---|
85 | <ItemGroup>
|
---|
86 | <Content Include="alglibnet2.dll" />
|
---|
87 | </ItemGroup>
|
---|
88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
89 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
90 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
91 | <Target Name="BeforeBuild">
|
---|
92 | </Target>
|
---|
93 | <Target Name="AfterBuild">
|
---|
94 | </Target>
|
---|
95 | -->
|
---|
96 | </Project> |
---|