Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj @ 16662

Last change on this file since 16662 was 16662, checked in by gkronber, 5 years ago

#2925: merged all changes from trunk to branch (up to r16659)

File size: 9.4 KB
Line 
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>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
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>
23    <OutputPath>$(SolutionDir)\bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <Prefer32Bit>false</Prefer32Bit>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>$(SolutionDir)\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <Prefer32Bit>false</Prefer32Bit>
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>
46    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>TRACE</DefineConstants>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>
77    <Prefer32Bit>false</Prefer32Bit>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
93    <Prefer32Bit>false</Prefer32Bit>
94  </PropertyGroup>
95  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
96    <OutputPath>$(SolutionDir)\bin\</OutputPath>
97    <DefineConstants>TRACE</DefineConstants>
98    <Optimize>true</Optimize>
99    <DebugType>pdbonly</DebugType>
100    <PlatformTarget>x86</PlatformTarget>
101    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Clients.Common-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>
110    <Prefer32Bit>false</Prefer32Bit>
111  </PropertyGroup>
112  <ItemGroup>
113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.IdentityModel" />
117    <Reference Include="System.Security" />
118    <Reference Include="System.ServiceModel" />
119    <Reference Include="System.Windows.Forms" />
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>
126    <Compile Include="ClientFactory.cs" />
127    <Compile Include="CryptoService.cs" />
128    <Compile Include="PasswordDialog.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="PasswordDialog.Designer.cs">
132      <DependentUpon>PasswordDialog.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Plugin.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136    <Compile Include="Properties\Settings.Designer.cs">
137      <AutoGen>True</AutoGen>
138      <DesignTimeSharedInput>True</DesignTimeSharedInput>
139      <DependentUpon>Settings.settings</DependentUpon>
140    </Compile>
141    <Compile Include="SecurityExceptionUtil.cs" />
142    <None Include="app.config" />
143    <None Include="Properties\AssemblyInfo.cs.frame" />
144    <None Include="Properties\Settings.settings">
145      <Generator>PublicSettingsSingleFileGenerator</Generator>
146      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
147    </None>
148  </ItemGroup>
149  <ItemGroup>
150    <None Include="HeuristicLab.snk" />
151    <None Include="Plugin.cs.frame" />
152  </ItemGroup>
153  <ItemGroup>
154    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
155      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
156      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159  </ItemGroup>
160  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161  <PropertyGroup>
162    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
163set ProjectDir=$(ProjectDir)
164set SolutionDir=$(SolutionDir)
165set Outdir=$(Outdir)
166
167call PreBuildEvent.cmd
168</PreBuildEvent>
169    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
170export ProjectDir=$(ProjectDir)
171export SolutionDir=$(SolutionDir)
172
173$SolutionDir/PreBuildEvent.sh
174</PreBuildEvent>
175  </PropertyGroup>
176  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177       Other similar extension points exist, see Microsoft.Common.targets.
178  <Target Name="BeforeBuild">
179  </Target>
180  <Target Name="AfterBuild">
181  </Target>
182  -->
183</Project>
Note: See TracBrowser for help on using the repository browser.