Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/HeuristicLab.Security.ADODataAccess-3.2.csproj @ 1729

Last change on this file since 1729 was 1729, checked in by svonolfe, 15 years ago

Fixed some bugs in the Security DAL (#597)

File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
38  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
39       Other similar extension points exist, see Microsoft.Common.targets.
40  <Target Name="BeforeBuild">
41  </Target>
42  <Target Name="AfterBuild">
43  </Target>
44  -->
45  <ItemGroup>
46    <None Include="app.config" />
47    <None Include="datamodel_security_sqlserver.erwin" />
48    <None Include="dsSecurity.xsc">
49      <DependentUpon>dsSecurity.xsd</DependentUpon>
50    </None>
51    <None Include="dsSecurity.xsd">
52      <SubType>Designer</SubType>
53      <Generator>MSDataSetGenerator</Generator>
54      <LastGenOutput>dsSecurity.Designer.cs</LastGenOutput>
55    </None>
56    <None Include="dsSecurity.xss">
57      <DependentUpon>dsSecurity.xsd</DependentUpon>
58    </None>
59    <None Include="HeuristicLab.snk" />
60    <None Include="Properties\AssemblyInfo.frame" />
61    <None Include="Properties\Settings.settings">
62      <Generator>SettingsSingleFileGenerator</Generator>
63      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
64    </None>
65  </ItemGroup>
66  <PropertyGroup>
67    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
68set ProjectDir=$(ProjectDir)
69set SolutionDir=$(SolutionDir)
70set Outdir=$(Outdir)
71
72call PreBuildEvent.cmd</PreBuildEvent>
73  </PropertyGroup>
74  <ItemGroup>
75    <Compile Include="ADODataAccessPlugin.cs" />
76    <Compile Include="dsSecurity.cs">
77      <DependentUpon>dsSecurity.xsd</DependentUpon>
78      <SubType>Component</SubType>
79    </Compile>
80    <Compile Include="TableAdapterWrapper\GrantedPermissionsAdapterWrapper.cs" />
81    <Compile Include="TableAdapterWrapper\PermissionOwner_UserGroupAdapterWrapper.cs" />
82    <Compile Include="UserGroupAdapter.cs" />
83    <Compile Include="HLUserAdapter.cs" />
84    <Compile Include="PermissionOwnerAdapter.cs" />
85    <Compile Include="dsSecurity.Designer.cs">
86      <AutoGen>True</AutoGen>
87      <DesignTime>True</DesignTime>
88      <DependentUpon>dsSecurity.xsd</DependentUpon>
89    </Compile>
90    <Compile Include="PermissionAdapter.cs" />
91    <Compile Include="Properties\AssemblyInfo.cs" />
92    <Compile Include="Properties\Settings.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DesignTimeSharedInput>True</DesignTimeSharedInput>
95      <DependentUpon>Settings.settings</DependentUpon>
96    </Compile>
97    <Compile Include="TableAdapterWrapper\UserGroupAdapterWrapper.cs" />
98    <Compile Include="TableAdapterWrapper\HLUserAdapterWrapper.cs" />
99    <Compile Include="TableAdapterWrapper\PermissionOwnerAdapterWrapper.cs" />
100    <Compile Include="TableAdapterWrapper\PermissionAdapterWrapper.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.2\HeuristicLab.DataAccess.ADOHelper-3.2.csproj">
104      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
105      <Name>HeuristicLab.DataAccess.ADOHelper-3.2</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
108      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
109      <Name>HeuristicLab.DataAccess-3.2</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
112      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
113      <Name>HeuristicLab.PluginInfrastructure</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.2\HeuristicLab.Security.Contracts-3.2.csproj">
116      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
117      <Name>HeuristicLab.Security.Contracts-3.2</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Security.DataAccess\3.2\HeuristicLab.Security.DataAccess-3.2.csproj">
120      <Project>{AC3D84FF-F0D7-43F0-9C99-9F8DBE087E2C}</Project>
121      <Name>HeuristicLab.Security.DataAccess-3.2</Name>
122    </ProjectReference>
123  </ItemGroup>
124  <ItemGroup>
125    <Reference Include="System" />
126    <Reference Include="System.Core">
127      <RequiredTargetFramework>3.5</RequiredTargetFramework>
128    </Reference>
129    <Reference Include="System.Data" />
130    <Reference Include="System.Data.DataSetExtensions">
131      <RequiredTargetFramework>3.5</RequiredTargetFramework>
132    </Reference>
133    <Reference Include="System.Xml" />
134  </ItemGroup>
135</Project>
Note: See TracBrowser for help on using the repository browser.