Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.ADODataAccess/3.3/HeuristicLab.Security.ADODataAccess-3.3.csproj @ 4107

Last change on this file since 4107 was 4107, checked in by cneumuel, 14 years ago

migration from 3.2 to 3.3 completed. Hive Server and Client are now executable and as functional as they were in 3.2. (#1096)

File size: 9.2 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Security.ADODataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Security.ADODataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <UpgradeBackupLocation>
22    </UpgradeBackupLocation>
23    <OldToolsVersion>3.5</OldToolsVersion>
24    <PublishUrl>publish\</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Disk</InstallFrom>
27    <UpdateEnabled>false</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <IsWebBootstrapper>false</IsWebBootstrapper>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>bin\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x86\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>bin\x86\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97       Other similar extension points exist, see Microsoft.Common.targets.
98  <Target Name="BeforeBuild">
99  </Target>
100  <Target Name="AfterBuild">
101  </Target>
102  -->
103  <ItemGroup>
104    <None Include="app.config" />
105    <None Include="datamodel_security_sqlserver.erwin" />
106    <None Include="dsSecurity.xsc">
107      <DependentUpon>dsSecurity.xsd</DependentUpon>
108    </None>
109    <None Include="dsSecurity.xsd">
110      <SubType>Designer</SubType>
111      <Generator>MSDataSetGenerator</Generator>
112      <LastGenOutput>dsSecurity.Designer.cs</LastGenOutput>
113    </None>
114    <None Include="dsSecurity.xss">
115      <DependentUpon>dsSecurity.xsd</DependentUpon>
116    </None>
117    <None Include="HeuristicLab.snk" />
118    <None Include="Properties\AssemblyInfo.frame" />
119    <None Include="Properties\Settings.settings">
120      <Generator>SettingsSingleFileGenerator</Generator>
121      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
122    </None>
123  </ItemGroup>
124  <PropertyGroup>
125    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
126set ProjectDir=$(ProjectDir)
127set SolutionDir=$(SolutionDir)
128set Outdir=$(Outdir)
129
130call PreBuildEvent.cmd</PreBuildEvent>
131  </PropertyGroup>
132  <ItemGroup>
133    <Compile Include="ADODataAccessPlugin.cs" />
134    <Compile Include="dsSecurity.cs">
135      <DependentUpon>dsSecurity.xsd</DependentUpon>
136      <SubType>Component</SubType>
137    </Compile>
138    <Compile Include="TableAdapterWrapper\GrantedPermissionsAdapterWrapper.cs" />
139    <Compile Include="TableAdapterWrapper\PermissionOwner_UserGroupAdapterWrapper.cs" />
140    <Compile Include="UserGroupAdapter.cs" />
141    <Compile Include="HLUserAdapter.cs" />
142    <Compile Include="PermissionOwnerAdapter.cs" />
143    <Compile Include="dsSecurity.Designer.cs">
144      <AutoGen>True</AutoGen>
145      <DesignTime>True</DesignTime>
146      <DependentUpon>dsSecurity.xsd</DependentUpon>
147    </Compile>
148    <Compile Include="PermissionAdapter.cs" />
149    <Compile Include="Properties\AssemblyInfo.cs" />
150    <Compile Include="Properties\Settings.Designer.cs">
151      <AutoGen>True</AutoGen>
152      <DesignTimeSharedInput>True</DesignTimeSharedInput>
153      <DependentUpon>Settings.settings</DependentUpon>
154    </Compile>
155    <Compile Include="TableAdapterWrapper\UserGroupAdapterWrapper.cs" />
156    <Compile Include="TableAdapterWrapper\HLUserAdapterWrapper.cs" />
157    <Compile Include="TableAdapterWrapper\PermissionOwnerAdapterWrapper.cs" />
158    <Compile Include="TableAdapterWrapper\PermissionAdapterWrapper.cs" />
159  </ItemGroup>
160  <ItemGroup>
161    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
162      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
163    </Reference>
164    <Reference Include="HeuristicLab.Security.DataAccess-3.3">
165      <HintPath>..\..\HeuristicLab.Security.DataAccess\3.3\bin\Debug\HeuristicLab.Security.DataAccess-3.3.dll</HintPath>
166    </Reference>
167    <Reference Include="System" />
168    <Reference Include="System.Core">
169      <RequiredTargetFramework>3.5</RequiredTargetFramework>
170    </Reference>
171    <Reference Include="System.Data" />
172    <Reference Include="System.Data.DataSetExtensions">
173      <RequiredTargetFramework>3.5</RequiredTargetFramework>
174    </Reference>
175    <Reference Include="System.Xml" />
176  </ItemGroup>
177  <ItemGroup>
178    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
179      <Visible>False</Visible>
180      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
181      <Install>false</Install>
182    </BootstrapperPackage>
183    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
184      <Visible>False</Visible>
185      <ProductName>.NET Framework 3.5 SP1</ProductName>
186      <Install>true</Install>
187    </BootstrapperPackage>
188    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
189      <Visible>False</Visible>
190      <ProductName>Windows Installer 3.1</ProductName>
191      <Install>true</Install>
192    </BootstrapperPackage>
193  </ItemGroup>
194  <ItemGroup>
195    <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.3\HeuristicLab.DataAccess.ADOHelper-3.3.csproj">
196      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
197      <Name>HeuristicLab.DataAccess.ADOHelper-3.3</Name>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
200      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
201      <Name>HeuristicLab.DataAccess-3.3</Name>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.3\HeuristicLab.Security.Contracts-3.3.csproj">
204      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
205      <Name>HeuristicLab.Security.Contracts-3.3</Name>
206    </ProjectReference>
207  </ItemGroup>
208</Project>
Note: See TracBrowser for help on using the repository browser.