[4386] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{730A9104-D4D1-4360-966B-E49B7571DDA3}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Clients.Common</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Clients.Common-3.3</AssemblyName>
|
---|
[11623] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5706] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[4386] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <TargetFrameworkProfile />
|
---|
| 18 | </PropertyGroup>
|
---|
| 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 20 | <DebugSymbols>true</DebugSymbols>
|
---|
| 21 | <DebugType>full</DebugType>
|
---|
| 22 | <Optimize>false</Optimize>
|
---|
[6866] | 23 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <ErrorReport>prompt</ErrorReport>
|
---|
| 26 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
[6866] | 32 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 36 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <SignAssembly>true</SignAssembly>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup>
|
---|
| 42 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 43 | </PropertyGroup>
|
---|
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 45 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 46 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 47 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 48 | <DebugType>full</DebugType>
|
---|
| 49 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 50 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 51 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 52 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 55 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 57 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 58 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 59 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11623] | 60 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 61 | </PropertyGroup>
|
---|
| 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 63 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 64 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 65 | <Optimize>true</Optimize>
|
---|
| 66 | <DebugType>pdbonly</DebugType>
|
---|
| 67 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 68 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[4386] | 69 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 70 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 73 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 74 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 75 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 76 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 77 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 78 | </PropertyGroup>
|
---|
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 80 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 81 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 82 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 83 | <DebugType>full</DebugType>
|
---|
| 84 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 85 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 86 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 87 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 88 | <ErrorReport>prompt</ErrorReport>
|
---|
| 89 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 90 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 91 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 92 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 93 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 94 | </PropertyGroup>
|
---|
| 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 96 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 97 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 98 | <Optimize>true</Optimize>
|
---|
| 99 | <DebugType>pdbonly</DebugType>
|
---|
| 100 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 101 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[4386] | 102 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 103 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 104 | <ErrorReport>prompt</ErrorReport>
|
---|
| 105 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 106 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 107 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 108 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 109 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 110 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4386] | 111 | </PropertyGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <Reference Include="System" />
|
---|
| 114 | <Reference Include="System.Core" />
|
---|
[4387] | 115 | <Reference Include="System.Drawing" />
|
---|
[11623] | 116 | <Reference Include="System.IdentityModel" />
|
---|
[7690] | 117 | <Reference Include="System.Security" />
|
---|
[4387] | 118 | <Reference Include="System.ServiceModel" />
|
---|
| 119 | <Reference Include="System.Windows.Forms" />
|
---|
[4386] | 120 | <Reference Include="System.Xml.Linq" />
|
---|
| 121 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 122 | <Reference Include="System.Data" />
|
---|
| 123 | <Reference Include="System.Xml" />
|
---|
| 124 | </ItemGroup>
|
---|
| 125 | <ItemGroup>
|
---|
[4387] | 126 | <Compile Include="ClientFactory.cs" />
|
---|
[7690] | 127 | <Compile Include="CryptoService.cs" />
|
---|
[4387] | 128 | <Compile Include="PasswordDialog.cs">
|
---|
| 129 | <SubType>Form</SubType>
|
---|
| 130 | </Compile>
|
---|
| 131 | <Compile Include="PasswordDialog.Designer.cs">
|
---|
| 132 | <DependentUpon>PasswordDialog.cs</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
[6866] | 134 | <Compile Include="Plugin.cs" />
|
---|
[4386] | 135 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4387] | 136 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 137 | <AutoGen>True</AutoGen>
|
---|
| 138 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 139 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 140 | </Compile>
|
---|
| 141 | <None Include="app.config" />
|
---|
[6866] | 142 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4387] | 143 | <None Include="Properties\Settings.settings">
|
---|
[7435] | 144 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
[4387] | 145 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 146 | </None>
|
---|
[4386] | 147 | </ItemGroup>
|
---|
| 148 | <ItemGroup>
|
---|
| 149 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 150 | <None Include="Plugin.cs.frame" />
|
---|
[4386] | 151 | </ItemGroup>
|
---|
| 152 | <ItemGroup>
|
---|
| 153 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 154 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 155 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 156 | <Private>False</Private>
|
---|
[4386] | 157 | </ProjectReference>
|
---|
| 158 | </ItemGroup>
|
---|
| 159 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 160 | <PropertyGroup>
|
---|
[11623] | 161 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[4386] | 162 | set ProjectDir=$(ProjectDir)
|
---|
| 163 | set SolutionDir=$(SolutionDir)
|
---|
| 164 | set Outdir=$(Outdir)
|
---|
| 165 |
|
---|
| 166 | call PreBuildEvent.cmd
|
---|
[6866] | 167 | </PreBuildEvent>
|
---|
[11623] | 168 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 169 | export ProjectDir=$(ProjectDir)
|
---|
| 170 | export SolutionDir=$(SolutionDir)
|
---|
| 171 |
|
---|
| 172 | $SolutionDir/PreBuildEvent.sh
|
---|
| 173 | </PreBuildEvent>
|
---|
[4386] | 174 | </PropertyGroup>
|
---|
| 175 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 176 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 177 | <Target Name="BeforeBuild">
|
---|
| 178 | </Target>
|
---|
| 179 | <Target Name="AfterBuild">
|
---|
| 180 | </Target>
|
---|
| 181 | -->
|
---|
| 182 | </Project> |
---|