Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1739 was 1739, checked in by abeham, 15 years ago

Added missing platform configurations to some projects and the solution file

File size: 7.4 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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x64\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71       Other similar extension points exist, see Microsoft.Common.targets.
72  <Target Name="BeforeBuild">
73  </Target>
74  <Target Name="AfterBuild">
75  </Target>
76  -->
77  <ItemGroup>
78    <None Include="app.config" />
79    <None Include="datamodel_security_sqlserver.erwin" />
80    <None Include="dsSecurity.xsc">
81      <DependentUpon>dsSecurity.xsd</DependentUpon>
82    </None>
83    <None Include="dsSecurity.xsd">
84      <SubType>Designer</SubType>
85      <Generator>MSDataSetGenerator</Generator>
86      <LastGenOutput>dsSecurity.Designer.cs</LastGenOutput>
87    </None>
88    <None Include="dsSecurity.xss">
89      <DependentUpon>dsSecurity.xsd</DependentUpon>
90    </None>
91    <None Include="HeuristicLab.snk" />
92    <None Include="Properties\AssemblyInfo.frame" />
93    <None Include="Properties\Settings.settings">
94      <Generator>SettingsSingleFileGenerator</Generator>
95      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
96    </None>
97  </ItemGroup>
98  <PropertyGroup>
99    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
100set ProjectDir=$(ProjectDir)
101set SolutionDir=$(SolutionDir)
102set Outdir=$(Outdir)
103
104call PreBuildEvent.cmd</PreBuildEvent>
105  </PropertyGroup>
106  <ItemGroup>
107    <Compile Include="ADODataAccessPlugin.cs" />
108    <Compile Include="dsSecurity.cs">
109      <DependentUpon>dsSecurity.xsd</DependentUpon>
110      <SubType>Component</SubType>
111    </Compile>
112    <Compile Include="TableAdapterWrapper\GrantedPermissionsAdapterWrapper.cs" />
113    <Compile Include="TableAdapterWrapper\PermissionOwner_UserGroupAdapterWrapper.cs" />
114    <Compile Include="UserGroupAdapter.cs" />
115    <Compile Include="HLUserAdapter.cs" />
116    <Compile Include="PermissionOwnerAdapter.cs" />
117    <Compile Include="dsSecurity.Designer.cs">
118      <AutoGen>True</AutoGen>
119      <DesignTime>True</DesignTime>
120      <DependentUpon>dsSecurity.xsd</DependentUpon>
121    </Compile>
122    <Compile Include="PermissionAdapter.cs" />
123    <Compile Include="Properties\AssemblyInfo.cs" />
124    <Compile Include="Properties\Settings.Designer.cs">
125      <AutoGen>True</AutoGen>
126      <DesignTimeSharedInput>True</DesignTimeSharedInput>
127      <DependentUpon>Settings.settings</DependentUpon>
128    </Compile>
129    <Compile Include="TableAdapterWrapper\UserGroupAdapterWrapper.cs" />
130    <Compile Include="TableAdapterWrapper\HLUserAdapterWrapper.cs" />
131    <Compile Include="TableAdapterWrapper\PermissionOwnerAdapterWrapper.cs" />
132    <Compile Include="TableAdapterWrapper\PermissionAdapterWrapper.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.2\HeuristicLab.DataAccess.ADOHelper-3.2.csproj">
136      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
137      <Name>HeuristicLab.DataAccess.ADOHelper-3.2</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
140      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
141      <Name>HeuristicLab.DataAccess-3.2</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
144      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
145      <Name>HeuristicLab.PluginInfrastructure</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.2\HeuristicLab.Security.Contracts-3.2.csproj">
148      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
149      <Name>HeuristicLab.Security.Contracts-3.2</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Security.DataAccess\3.2\HeuristicLab.Security.DataAccess-3.2.csproj">
152      <Project>{AC3D84FF-F0D7-43F0-9C99-9F8DBE087E2C}</Project>
153      <Name>HeuristicLab.Security.DataAccess-3.2</Name>
154    </ProjectReference>
155  </ItemGroup>
156  <ItemGroup>
157    <Reference Include="System" />
158    <Reference Include="System.Core">
159      <RequiredTargetFramework>3.5</RequiredTargetFramework>
160    </Reference>
161    <Reference Include="System.Data" />
162    <Reference Include="System.Data.DataSetExtensions">
163      <RequiredTargetFramework>3.5</RequiredTargetFramework>
164    </Reference>
165    <Reference Include="System.Xml" />
166  </ItemGroup>
167</Project>
Note: See TracBrowser for help on using the repository browser.