Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration.Interface/Administration.Interface.csproj @ 4786

Last change on this file since 4786 was 4476, checked in by cfleisch, 14 years ago

Create repository (#1198)

File size: 4.1 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.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{0BD25375-7C3D-4A4C-A660-3779E3A0967E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>OKB.Administration.Interface</RootNamespace>
12    <AssemblyName>Administration.Interface</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>3.5</OldToolsVersion>
17    <UpgradeBackupLocation />
18    <PublishUrl>publish\</PublishUrl>
19    <Install>true</Install>
20    <InstallFrom>Disk</InstallFrom>
21    <UpdateEnabled>false</UpdateEnabled>
22    <UpdateMode>Foreground</UpdateMode>
23    <UpdateInterval>7</UpdateInterval>
24    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25    <UpdatePeriodically>false</UpdatePeriodically>
26    <UpdateRequired>false</UpdateRequired>
27    <MapFileExtensions>true</MapFileExtensions>
28    <ApplicationRevision>0</ApplicationRevision>
29    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30    <IsWebBootstrapper>false</IsWebBootstrapper>
31    <UseApplicationTrust>false</UseApplicationTrust>
32    <BootstrapperEnabled>true</BootstrapperEnabled>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35    <DebugSymbols>true</DebugSymbols>
36    <DebugType>full</DebugType>
37    <Optimize>false</Optimize>
38    <OutputPath>bin\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="Microsoft.Practices.CompositeWeb">
55      <HintPath>..\Library\Microsoft.Practices.CompositeWeb.dll</HintPath>
56    </Reference>
57    <Reference Include="Microsoft.Practices.ObjectBuilder">
58      <HintPath>..\Library\Microsoft.Practices.ObjectBuilder.dll</HintPath>
59    </Reference>
60    <Reference Include="System" />
61    <Reference Include="System.Core">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Xml.Linq">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data.DataSetExtensions">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data" />
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Properties\AssemblyInfo.cs" />
74  </ItemGroup>
75  <ItemGroup>
76    <Folder Include="Services\" />
77  </ItemGroup>
78  <ItemGroup>
79    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
80      <Visible>False</Visible>
81      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
82      <Install>false</Install>
83    </BootstrapperPackage>
84    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
85      <Visible>False</Visible>
86      <ProductName>.NET Framework 3.5 SP1</ProductName>
87      <Install>true</Install>
88    </BootstrapperPackage>
89    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
90      <Visible>False</Visible>
91      <ProductName>Windows Installer 3.1</ProductName>
92      <Install>true</Install>
93    </BootstrapperPackage>
94  </ItemGroup>
95  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96</Project>
Note: See TracBrowser for help on using the repository browser.