[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[2] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
|
---|
[3832] | 12 | <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
|
---|
[2] | 13 | <StartupObject>
|
---|
| 14 | </StartupObject>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
[4065] | 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
[2] | 20 | <UpgradeBackupLocation>
|
---|
| 21 | </UpgradeBackupLocation>
|
---|
[11623] | 22 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5741] | 23 | <TargetFrameworkProfile>
|
---|
| 24 | </TargetFrameworkProfile>
|
---|
[4065] | 25 | <PublishUrl>publish\</PublishUrl>
|
---|
| 26 | <Install>true</Install>
|
---|
| 27 | <InstallFrom>Disk</InstallFrom>
|
---|
| 28 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 29 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 30 | <UpdateInterval>7</UpdateInterval>
|
---|
| 31 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 32 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 33 | <UpdateRequired>false</UpdateRequired>
|
---|
| 34 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 35 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 36 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 37 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 38 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 39 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[2] | 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <Optimize>false</Optimize>
|
---|
[6866] | 45 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2] | 46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 49 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 50 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2] | 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
[6866] | 55 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[2] | 56 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <WarningLevel>4</WarningLevel>
|
---|
| 59 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[6866] | 60 | <DocumentationFile>
|
---|
| 61 | </DocumentationFile>
|
---|
[4065] | 62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 63 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[2] | 64 | </PropertyGroup>
|
---|
[564] | 65 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 66 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 67 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[564] | 68 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 69 | <DebugType>full</DebugType>
|
---|
| 70 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[564] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 76 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[564] | 77 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6866] | 78 | <DocumentationFile>
|
---|
| 79 | </DocumentationFile>
|
---|
[564] | 80 | <Optimize>true</Optimize>
|
---|
| 81 | <DebugType>pdbonly</DebugType>
|
---|
| 82 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 83 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 84 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 85 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[564] | 86 | </PropertyGroup>
|
---|
[1474] | 87 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 88 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 89 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 90 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 91 | <DebugType>full</DebugType>
|
---|
| 92 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 93 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 94 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 95 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[1474] | 96 | </PropertyGroup>
|
---|
| 97 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 98 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 99 | <DefineConstants>TRACE</DefineConstants>
|
---|
[6866] | 100 | <DocumentationFile>
|
---|
| 101 | </DocumentationFile>
|
---|
[1474] | 102 | <Optimize>true</Optimize>
|
---|
| 103 | <DebugType>pdbonly</DebugType>
|
---|
| 104 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 105 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 106 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 107 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[1474] | 108 | </PropertyGroup>
|
---|
[2] | 109 | <ItemGroup>
|
---|
| 110 | <Reference Include="System" />
|
---|
[8587] | 111 | <Reference Include="System.Core" />
|
---|
[2] | 112 | <Reference Include="System.Data" />
|
---|
| 113 | <Reference Include="System.Deployment" />
|
---|
| 114 | <Reference Include="System.Drawing" />
|
---|
[8587] | 115 | <Reference Include="System.IdentityModel" />
|
---|
[11650] | 116 | <Reference Include="System.IO.Compression" />
|
---|
[8587] | 117 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 118 | <Reference Include="System.ServiceModel" />
|
---|
[2] | 119 | <Reference Include="System.Windows.Forms" />
|
---|
| 120 | <Reference Include="System.Xml" />
|
---|
| 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
[3629] | 123 | <Compile Include="Advanced\AvailablePluginsView.cs">
|
---|
| 124 | <SubType>UserControl</SubType>
|
---|
| 125 | </Compile>
|
---|
| 126 | <Compile Include="Advanced\AvailablePluginsView.Designer.cs">
|
---|
| 127 | <DependentUpon>AvailablePluginsView.cs</DependentUpon>
|
---|
| 128 | </Compile>
|
---|
[3547] | 129 | <Compile Include="Advanced\BasicUpdateView.cs">
|
---|
| 130 | <SubType>UserControl</SubType>
|
---|
| 131 | </Compile>
|
---|
| 132 | <Compile Include="Advanced\BasicUpdateView.Designer.cs">
|
---|
| 133 | <DependentUpon>BasicUpdateView.cs</DependentUpon>
|
---|
| 134 | </Compile>
|
---|
[3069] | 135 | <Compile Include="Advanced\ConfirmationDialog.cs">
|
---|
| 136 | <SubType>Form</SubType>
|
---|
| 137 | </Compile>
|
---|
| 138 | <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
|
---|
| 139 | <DependentUpon>ConfirmationDialog.cs</DependentUpon>
|
---|
| 140 | </Compile>
|
---|
[3006] | 141 | <Compile Include="Advanced\ConnectionSetupView.cs">
|
---|
[3474] | 142 | <SubType>Form</SubType>
|
---|
[3006] | 143 | </Compile>
|
---|
| 144 | <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
|
---|
| 145 | <DependentUpon>ConnectionSetupView.cs</DependentUpon>
|
---|
| 146 | </Compile>
|
---|
[6413] | 147 | <Compile Include="Advanced\PluginUpdaterForm.cs">
|
---|
| 148 | <SubType>Form</SubType>
|
---|
| 149 | </Compile>
|
---|
| 150 | <Compile Include="Advanced\PluginUpdaterForm.Designer.cs">
|
---|
| 151 | <DependentUpon>PluginUpdaterForm.cs</DependentUpon>
|
---|
| 152 | </Compile>
|
---|
[4495] | 153 | <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
|
---|
[3771] | 154 | <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
|
---|
[4495] | 155 | <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
|
---|
| 156 | <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
|
---|
[3629] | 157 | <Compile Include="Advanced\EditProductsView.cs">
|
---|
| 158 | <SubType>UserControl</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="Advanced\EditProductsView.Designer.cs">
|
---|
| 161 | <DependentUpon>EditProductsView.cs</DependentUpon>
|
---|
| 162 | </Compile>
|
---|
| 163 | <Compile Include="Advanced\InstalledPluginsView.cs">
|
---|
| 164 | <SubType>UserControl</SubType>
|
---|
| 165 | </Compile>
|
---|
| 166 | <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
|
---|
| 167 | <DependentUpon>InstalledPluginsView.cs</DependentUpon>
|
---|
| 168 | </Compile>
|
---|
| 169 | <Compile Include="Advanced\LicenseConfirmationDialog.cs">
|
---|
| 170 | <SubType>Form</SubType>
|
---|
| 171 | </Compile>
|
---|
| 172 | <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
|
---|
| 173 | <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
|
---|
| 174 | </Compile>
|
---|
| 175 | <Compile Include="Advanced\UploadPluginsView.cs">
|
---|
| 176 | <SubType>UserControl</SubType>
|
---|
| 177 | </Compile>
|
---|
| 178 | <Compile Include="Advanced\UploadPluginsView.Designer.cs">
|
---|
| 179 | <DependentUpon>UploadPluginsView.cs</DependentUpon>
|
---|
| 180 | </Compile>
|
---|
[3624] | 181 | <Compile Include="Advanced\Util.cs" />
|
---|
[3547] | 182 | <Compile Include="Advanced\InstallationManagerControl.cs">
|
---|
| 183 | <SubType>UserControl</SubType>
|
---|
| 184 | </Compile>
|
---|
| 185 | <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
|
---|
| 186 | <DependentUpon>InstallationManagerControl.cs</DependentUpon>
|
---|
| 187 | </Compile>
|
---|
[3508] | 188 | <Compile Include="Advanced\InstallationManagerException.cs" />
|
---|
[2513] | 189 | <Compile Include="Advanced\InstallationManager.cs" />
|
---|
[2748] | 190 | <Compile Include="Advanced\InstallationManagerForm.cs">
|
---|
| 191 | <SubType>Form</SubType>
|
---|
| 192 | </Compile>
|
---|
| 193 | <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
|
---|
| 194 | <DependentUpon>InstallationManagerForm.cs</DependentUpon>
|
---|
| 195 | </Compile>
|
---|
[2811] | 196 | <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
|
---|
| 197 | <SubType>Code</SubType>
|
---|
| 198 | </Compile>
|
---|
| 199 | <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
|
---|
| 200 | <SubType>Code</SubType>
|
---|
| 201 | </Compile>
|
---|
[3573] | 202 | <Compile Include="Advanced\IStatusDisplay.cs" />
|
---|
[3006] | 203 | <Compile Include="Advanced\LicenseView.cs">
|
---|
[3474] | 204 | <SubType>Form</SubType>
|
---|
[3006] | 205 | </Compile>
|
---|
| 206 | <Compile Include="Advanced\LicenseView.Designer.cs">
|
---|
| 207 | <DependentUpon>LicenseView.cs</DependentUpon>
|
---|
| 208 | </Compile>
|
---|
[3068] | 209 | <Compile Include="Advanced\MultiSelectListView.cs">
|
---|
| 210 | <SubType>Component</SubType>
|
---|
| 211 | </Compile>
|
---|
| 212 | <Compile Include="Advanced\MultiSelectListView.Designer.cs">
|
---|
| 213 | <DependentUpon>MultiSelectListView.cs</DependentUpon>
|
---|
| 214 | </Compile>
|
---|
[3006] | 215 | <Compile Include="Advanced\PluginView.cs">
|
---|
[3547] | 216 | <SubType>Form</SubType>
|
---|
[3006] | 217 | </Compile>
|
---|
| 218 | <Compile Include="Advanced\PluginView.Designer.cs">
|
---|
| 219 | <DependentUpon>PluginView.cs</DependentUpon>
|
---|
| 220 | </Compile>
|
---|
[11113] | 221 | <Compile Include="AssemblyHelpers.cs" />
|
---|
[8818] | 222 | <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
|
---|
[8748] | 223 | <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
|
---|
| 224 | <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
|
---|
| 225 | <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
|
---|
| 226 | <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
|
---|
| 227 | <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
|
---|
[2488] | 228 | <Compile Include="Attributes\ApplicationAttribute.cs" />
|
---|
[2778] | 229 | <Compile Include="Attributes\ContactInformationAttribute.cs" />
|
---|
[5741] | 230 | <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
|
---|
[2488] | 231 | <Compile Include="Attributes\PluginAttribute.cs" />
|
---|
[2475] | 232 | <Compile Include="Attributes\PluginDependencyAttribute.cs" />
|
---|
| 233 | <Compile Include="Attributes\PluginFileAttribute.cs" />
|
---|
[2] | 234 | <Compile Include="BaseClasses\ApplicationBase.cs" />
|
---|
| 235 | <Compile Include="BaseClasses\PluginBase.cs" />
|
---|
[6174] | 236 | <Compile Include="SandboxApplicationManager.cs" />
|
---|
[3247] | 237 | <Compile Include="DefaultApplicationManager.cs" />
|
---|
[3758] | 238 | <Compile Include="ErrorHandling\ErrorDialog.cs">
|
---|
| 239 | <SubType>Form</SubType>
|
---|
| 240 | </Compile>
|
---|
| 241 | <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
|
---|
| 242 | <DependentUpon>ErrorDialog.cs</DependentUpon>
|
---|
| 243 | </Compile>
|
---|
| 244 | <Compile Include="ErrorHandling\ErrorHandling.cs">
|
---|
| 245 | </Compile>
|
---|
[5997] | 246 | <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.cs">
|
---|
| 247 | <SubType>Form</SubType>
|
---|
| 248 | </Compile>
|
---|
| 249 | <Compile Include="ErrorHandling\FrameworkVersionErrorDialog.Designer.cs">
|
---|
| 250 | <DependentUpon>FrameworkVersionErrorDialog.cs</DependentUpon>
|
---|
| 251 | </Compile>
|
---|
[3247] | 252 | <Compile Include="LightweightApplicationManager.cs" />
|
---|
[2688] | 253 | <Compile Include="Interfaces\IPluginFile.cs" />
|
---|
[2488] | 254 | <Compile Include="Interfaces\IApplicationManager.cs" />
|
---|
| 255 | <Compile Include="Interfaces\IApplicationDescription.cs" />
|
---|
[2] | 256 | <Compile Include="Interfaces\IApplication.cs" />
|
---|
| 257 | <Compile Include="Interfaces\IControlManager.cs" />
|
---|
| 258 | <Compile Include="Interfaces\IPlugin.cs" />
|
---|
[2481] | 259 | <Compile Include="ControlManager.cs" />
|
---|
[2488] | 260 | <Compile Include="Interfaces\IPluginDescription.cs" />
|
---|
[2481] | 261 | <Compile Include="InvalidPluginException.cs" />
|
---|
[2504] | 262 | <Compile Include="Manager\ApplicationDescription.cs" />
|
---|
[2688] | 263 | <Compile Include="Manager\PluginFile.cs" />
|
---|
[2517] | 264 | <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
|
---|
[2504] | 265 | <Compile Include="Manager\PluginDescription.cs" />
|
---|
| 266 | <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
|
---|
| 267 | <Compile Include="Manager\PluginManager.cs" />
|
---|
| 268 | <Compile Include="Manager\PluginValidator.cs" />
|
---|
[2488] | 269 | <Compile Include="PluginDescriptionIterator.cs" />
|
---|
| 270 | <Compile Include="ApplicationManager.cs" />
|
---|
| 271 | <Compile Include="PluginState.cs" />
|
---|
[2599] | 272 | <Compile Include="Main.cs" />
|
---|
[2] | 273 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[8571] | 274 | <Compile Include="TypeExtensions.cs" />
|
---|
[4495] | 275 | <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
|
---|
[6413] | 276 | <None Include="app.config">
|
---|
| 277 | <SubType>Designer</SubType>
|
---|
| 278 | </None>
|
---|
[2] | 279 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 280 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[2] | 281 | <None Include="Properties\Settings.settings">
|
---|
[854] | 282 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
[2] | 283 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 284 | </None>
|
---|
| 285 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 286 | <AutoGen>True</AutoGen>
|
---|
| 287 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 288 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 289 | </Compile>
|
---|
[3749] | 290 | <Compile Include="Resources.Designer.cs">
|
---|
[3748] | 291 | <AutoGen>True</AutoGen>
|
---|
| 292 | <DesignTime>True</DesignTime>
|
---|
| 293 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 294 | </Compile>
|
---|
[2592] | 295 | <Compile Include="Sandboxing\SandboxManager.cs" />
|
---|
[3736] | 296 | <Compile Include="Starter\AboutDialog.cs">
|
---|
| 297 | <SubType>Form</SubType>
|
---|
| 298 | </Compile>
|
---|
| 299 | <Compile Include="Starter\AboutDialog.Designer.cs">
|
---|
| 300 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
| 301 | </Compile>
|
---|
[2504] | 302 | <Compile Include="Starter\SplashScreen.cs">
|
---|
| 303 | <SubType>Form</SubType>
|
---|
| 304 | </Compile>
|
---|
| 305 | <Compile Include="Starter\SplashScreen.Designer.cs">
|
---|
| 306 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
| 307 | </Compile>
|
---|
[2507] | 308 | <Compile Include="Starter\StarterForm.cs">
|
---|
| 309 | <SubType>Form</SubType>
|
---|
| 310 | </Compile>
|
---|
| 311 | <Compile Include="Starter\StarterForm.Designer.cs">
|
---|
| 312 | <DependentUpon>StarterForm.cs</DependentUpon>
|
---|
| 313 | </Compile>
|
---|
[2] | 314 | </ItemGroup>
|
---|
[2503] | 315 | <ItemGroup>
|
---|
[3771] | 316 | <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
|
---|
[3758] | 317 | <None Include="Resources\Error.ico" />
|
---|
[2504] | 318 | <Content Include="Resources\HeuristicLab.ico" />
|
---|
[3761] | 319 | <None Include="Resources\HeuristicLabLogo.png" />
|
---|
| 320 | <None Include="Resources\HeuristicLabBanner.png" />
|
---|
[6413] | 321 | <Content Include="Resources\UpdateAvailable.ico" />
|
---|
[3721] | 322 | <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
|
---|
| 323 | <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
|
---|
[3758] | 324 | <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
|
---|
[3721] | 325 | <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
|
---|
| 326 | <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
|
---|
| 327 | <EmbeddedResource Include="Resources.resx">
|
---|
[3749] | 328 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 329 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
[3721] | 330 | <SubType>Designer</SubType>
|
---|
| 331 | </EmbeddedResource>
|
---|
[2922] | 332 | <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
|
---|
[3573] | 333 | <None Include="Resources\show_icons.png" />
|
---|
| 334 | <None Include="Resources\show_details.png" />
|
---|
[3608] | 335 | <None Include="Resources\Setup_Install.ico" />
|
---|
[3508] | 336 | <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
|
---|
[3474] | 337 | <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
|
---|
[3006] | 338 | <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
|
---|
| 339 | <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
|
---|
[2922] | 340 | <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
|
---|
| 341 | <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
|
---|
| 342 | <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
|
---|
[2503] | 343 | </ItemGroup>
|
---|
[2517] | 344 | <ItemGroup>
|
---|
| 345 | <WCFMetadata Include="Service References\" />
|
---|
| 346 | </ItemGroup>
|
---|
[4065] | 347 | <ItemGroup>
|
---|
| 348 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 349 | <Visible>False</Visible>
|
---|
| 350 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 351 | <Install>false</Install>
|
---|
| 352 | </BootstrapperPackage>
|
---|
| 353 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 354 | <Visible>False</Visible>
|
---|
| 355 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 356 | <Install>true</Install>
|
---|
| 357 | </BootstrapperPackage>
|
---|
| 358 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 359 | <Visible>False</Visible>
|
---|
| 360 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 361 | <Install>true</Install>
|
---|
| 362 | </BootstrapperPackage>
|
---|
| 363 | </ItemGroup>
|
---|
[2] | 364 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 365 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 366 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 367 | <Target Name="BeforeBuild">
|
---|
| 368 | </Target>
|
---|
| 369 | <Target Name="AfterBuild">
|
---|
| 370 | </Target>
|
---|
| 371 | -->
|
---|
[30] | 372 | <PropertyGroup>
|
---|
[8632] | 373 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[852] | 374 | set ProjectDir=$(ProjectDir)
|
---|
| 375 | set SolutionDir=$(SolutionDir)
|
---|
| 376 | set Outdir=$(Outdir)
|
---|
| 377 |
|
---|
| 378 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8632] | 379 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 380 | export ProjectDir=$(ProjectDir)
|
---|
| 381 | export SolutionDir=$(SolutionDir)
|
---|
| 382 |
|
---|
| 383 | $SolutionDir/PreBuildEvent.sh
|
---|
| 384 | </PreBuildEvent>
|
---|
[30] | 385 | </PropertyGroup>
|
---|
[2] | 386 | </Project> |
---|