Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Modules/Shell/Shell.csproj @ 5196

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

Create repository (#1198)

File size: 6.0 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>{3526BD1F-AF87-44E6-B6D5-6683D78DF576}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>OKB.Shell</RootNamespace>
12    <AssemblyName>Shell</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.CompositeWeb.EnterpriseLibrary">
58      <HintPath>..\..\Library\Microsoft.Practices.CompositeWeb.EnterpriseLibrary.dll</HintPath>
59    </Reference>
60    <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common">
61      <HintPath>..\..\Library\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
62    </Reference>
63    <Reference Include="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling">
64      <HintPath>..\..\Library\Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll</HintPath>
65    </Reference>
66    <Reference Include="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging">
67      <HintPath>..\..\Library\Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll</HintPath>
68    </Reference>
69    <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging">
70      <HintPath>..\..\Library\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
71    </Reference>
72    <Reference Include="Microsoft.Practices.EnterpriseLibrary.Security">
73      <HintPath>..\..\Library\Microsoft.Practices.EnterpriseLibrary.Security.dll</HintPath>
74    </Reference>
75    <Reference Include="Microsoft.Practices.ObjectBuilder">
76      <HintPath>..\..\Library\Microsoft.Practices.ObjectBuilder.dll</HintPath>
77    </Reference>
78    <Reference Include="Microsoft.Practices.ServiceLocation">
79      <HintPath>..\..\Library\Microsoft.Practices.ServiceLocation.dll</HintPath>
80    </Reference>
81    <Reference Include="Microsoft.Practices.Unity">
82      <HintPath>..\..\Library\Microsoft.Practices.Unity.dll</HintPath>
83    </Reference>
84    <Reference Include="Microsoft.Practices.Unity.Interception">
85      <HintPath>..\..\Library\Microsoft.Practices.Unity.Interception.dll</HintPath>
86    </Reference>
87    <Reference Include="System" />
88    <Reference Include="System.Data" />
89    <Reference Include="System.Xml" />
90    <Reference Include="System.Configuration" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="MasterPages\DefaultMasterPresenter.cs" />
94    <Compile Include="MasterPages\IDefaultMasterView.cs" />
95    <Compile Include="ShellModuleInitializer.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="Views\DefaultViewPresenter.cs" />
98    <Compile Include="Views\IDefaultView.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
102      <Visible>False</Visible>
103      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
104      <Install>false</Install>
105    </BootstrapperPackage>
106    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
107      <Visible>False</Visible>
108      <ProductName>.NET Framework 3.5 SP1</ProductName>
109      <Install>true</Install>
110    </BootstrapperPackage>
111    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
112      <Visible>False</Visible>
113      <ProductName>Windows Installer 3.1</ProductName>
114      <Install>true</Install>
115    </BootstrapperPackage>
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125  <ProjectExtensions>
126    <VisualStudio>
127      <UserProperties IsModuleProject="True" />
128    </VisualStudio>
129  </ProjectExtensions>
130</Project>
Note: See TracBrowser for help on using the repository browser.