[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>
|
---|
[5706] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 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>
|
---|
| 27 | </PropertyGroup>
|
---|
| 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 29 | <DebugType>pdbonly</DebugType>
|
---|
| 30 | <Optimize>true</Optimize>
|
---|
[6866] | 31 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 32 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 33 | <ErrorReport>prompt</ErrorReport>
|
---|
| 34 | <WarningLevel>4</WarningLevel>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 44 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 57 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 60 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 65 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[4386] | 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 72 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 77 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 81 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 82 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 83 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 84 | <ErrorReport>prompt</ErrorReport>
|
---|
| 85 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 86 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 87 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 88 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 89 | </PropertyGroup>
|
---|
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 91 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[4386] | 92 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
| 95 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 96 | <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[4386] | 97 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 98 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 99 | <ErrorReport>prompt</ErrorReport>
|
---|
| 100 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 101 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 102 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 103 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 105 | </PropertyGroup>
|
---|
| 106 | <ItemGroup>
|
---|
| 107 | <Reference Include="System" />
|
---|
| 108 | <Reference Include="System.Core" />
|
---|
[4387] | 109 | <Reference Include="System.Drawing" />
|
---|
[7690] | 110 | <Reference Include="System.Security" />
|
---|
[4387] | 111 | <Reference Include="System.ServiceModel" />
|
---|
| 112 | <Reference Include="System.Windows.Forms" />
|
---|
[4386] | 113 | <Reference Include="System.Xml.Linq" />
|
---|
| 114 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 115 | <Reference Include="System.Data" />
|
---|
| 116 | <Reference Include="System.Xml" />
|
---|
| 117 | </ItemGroup>
|
---|
| 118 | <ItemGroup>
|
---|
[4387] | 119 | <Compile Include="ClientFactory.cs" />
|
---|
[7690] | 120 | <Compile Include="CryptoService.cs" />
|
---|
[4387] | 121 | <Compile Include="PasswordDialog.cs">
|
---|
| 122 | <SubType>Form</SubType>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="PasswordDialog.Designer.cs">
|
---|
| 125 | <DependentUpon>PasswordDialog.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
[6866] | 127 | <Compile Include="Plugin.cs" />
|
---|
[4386] | 128 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4387] | 129 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 130 | <AutoGen>True</AutoGen>
|
---|
| 131 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 132 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
| 134 | <None Include="app.config" />
|
---|
[6866] | 135 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4387] | 136 | <None Include="Properties\Settings.settings">
|
---|
[7435] | 137 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
[4387] | 138 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 139 | </None>
|
---|
[4386] | 140 | </ItemGroup>
|
---|
| 141 | <ItemGroup>
|
---|
| 142 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 143 | <None Include="Plugin.cs.frame" />
|
---|
[4386] | 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 147 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 148 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 149 | <Private>False</Private>
|
---|
[4386] | 150 | </ProjectReference>
|
---|
| 151 | </ItemGroup>
|
---|
| 152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 153 | <PropertyGroup>
|
---|
| 154 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 155 | set ProjectDir=$(ProjectDir)
|
---|
| 156 | set SolutionDir=$(SolutionDir)
|
---|
| 157 | set Outdir=$(Outdir)
|
---|
| 158 |
|
---|
| 159 | call PreBuildEvent.cmd
|
---|
[6866] | 160 | </PreBuildEvent>
|
---|
[4386] | 161 | </PropertyGroup>
|
---|
| 162 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 163 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 164 | <Target Name="BeforeBuild">
|
---|
| 165 | </Target>
|
---|
| 166 | <Target Name="AfterBuild">
|
---|
| 167 | </Target>
|
---|
| 168 | -->
|
---|
| 169 | </Project> |
---|