[10332] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.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>{0C2917C8-7AA8-4E18-800A-C4D064F992ED}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[10506] | 10 | <RootNamespace>HeuristicLab.Scripting.Views</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Scripting.Views-3.3</AssemblyName>
|
---|
[11577] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[10332] | 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
[12232] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[10332] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
[10391] | 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[10332] | 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
[10391] | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
| 42 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <DebugType>full</DebugType>
|
---|
| 45 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 46 | <ErrorReport>prompt</ErrorReport>
|
---|
| 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 50 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 51 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
| 60 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 68 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <Optimize>true</Optimize>
|
---|
| 71 | <DebugType>pdbonly</DebugType>
|
---|
| 72 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 73 | <ErrorReport>prompt</ErrorReport>
|
---|
| 74 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 75 | </PropertyGroup>
|
---|
[10332] | 76 | <ItemGroup>
|
---|
[12232] | 77 | <Reference Include="HeuristicLab.CodeEditor-3.4">
|
---|
| 78 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 86 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 87 | <Private>False</Private>
|
---|
| 88 | </Reference>
|
---|
| 89 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 90 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 91 | <Private>False</Private>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 94 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 95 | <Private>False</Private>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 98 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
| 100 | </Reference>
|
---|
| 101 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 102 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 103 | <Private>False</Private>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 111 | <Private>False</Private>
|
---|
| 112 | </Reference>
|
---|
[10332] | 113 | <Reference Include="System" />
|
---|
| 114 | <Reference Include="System.Core" />
|
---|
| 115 | <Reference Include="System.Drawing" />
|
---|
| 116 | <Reference Include="System.Windows.Forms" />
|
---|
| 117 | <Reference Include="System.Xml.Linq" />
|
---|
| 118 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 119 | <Reference Include="System.Data" />
|
---|
| 120 | <Reference Include="System.Xml" />
|
---|
| 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
| 123 | <None Include="Plugin.cs.frame" />
|
---|
[10731] | 124 | <Compile Include="CSharpScriptView.cs">
|
---|
| 125 | <SubType>UserControl</SubType>
|
---|
| 126 | </Compile>
|
---|
| 127 | <Compile Include="CSharpScriptView.Designer.cs">
|
---|
| 128 | <DependentUpon>CSharpScriptView.cs</DependentUpon>
|
---|
| 129 | </Compile>
|
---|
[11577] | 130 | <Compile Include="ProgrammableItemView.cs">
|
---|
| 131 | <SubType>UserControl</SubType>
|
---|
| 132 | </Compile>
|
---|
| 133 | <Compile Include="ProgrammableItemView.Designer.cs">
|
---|
| 134 | <DependentUpon>ProgrammableItemView.cs</DependentUpon>
|
---|
| 135 | </Compile>
|
---|
[10401] | 136 | <Compile Include="ScriptView.cs">
|
---|
[10332] | 137 | <SubType>UserControl</SubType>
|
---|
| 138 | </Compile>
|
---|
[10401] | 139 | <Compile Include="ScriptView.Designer.cs">
|
---|
| 140 | <DependentUpon>ScriptView.cs</DependentUpon>
|
---|
[10332] | 141 | </Compile>
|
---|
| 142 | <Compile Include="Plugin.cs" />
|
---|
| 143 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 144 | <Compile Include="VariableStoreView.cs">
|
---|
| 145 | <SubType>UserControl</SubType>
|
---|
| 146 | </Compile>
|
---|
| 147 | <Compile Include="VariableStoreView.Designer.cs">
|
---|
| 148 | <DependentUpon>VariableStoreView.cs</DependentUpon>
|
---|
| 149 | </Compile>
|
---|
| 150 | </ItemGroup>
|
---|
| 151 | <ItemGroup>
|
---|
| 152 | <None Include="HeuristicLab.snk" />
|
---|
| 153 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 154 | </ItemGroup>
|
---|
| 155 | <ItemGroup>
|
---|
| 156 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 157 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 158 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 159 | <Private>False</Private>
|
---|
| 160 | </ProjectReference>
|
---|
[10510] | 161 | <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
|
---|
[10332] | 162 | <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
|
---|
[10506] | 163 | <Name>HeuristicLab.Scripting-3.3</Name>
|
---|
[10332] | 164 | <Private>False</Private>
|
---|
| 165 | </ProjectReference>
|
---|
| 166 | </ItemGroup>
|
---|
| 167 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[11577] | 168 | <PropertyGroup>
|
---|
[11576] | 169 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10332] | 170 | set ProjectDir=$(ProjectDir)
|
---|
| 171 | set SolutionDir=$(SolutionDir)
|
---|
| 172 | set Outdir=$(Outdir)
|
---|
| 173 |
|
---|
[11576] | 174 | call PreBuildEvent.cmd
|
---|
| 175 | </PreBuildEvent>
|
---|
| 176 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 177 | export ProjectDir=$(ProjectDir)
|
---|
| 178 | export SolutionDir=$(SolutionDir)
|
---|
| 179 |
|
---|
| 180 | $SolutionDir/PreBuildEvent.sh
|
---|
| 181 | </PreBuildEvent>
|
---|
[10332] | 182 | </PropertyGroup>
|
---|
| 183 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 184 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 185 | <Target Name="BeforeBuild">
|
---|
| 186 | </Target>
|
---|
| 187 | <Target Name="AfterBuild">
|
---|
| 188 | </Target>
|
---|
| 189 | -->
|
---|
| 190 | </Project> |
---|