Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration/Administration.csproj @ 4476

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

Create repository (#1198)

File size: 6.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.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BEF45305-5E6D-4C7D-BF61-5CB7E9EEAB87}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>OKB.Administration</RootNamespace>
12    <AssemblyName>Administration</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="Properties\AssemblyInfo.cs" />
94    <Compile Include="AdministrationModuleInitializer.cs" />
95    <Compile Include="IAdministrationController.cs" />
96    <Compile Include="AdministrationController.cs" />
97    <Compile Include="Views\IDefaultView.cs" />
98    <Compile Include="Views\DefaultViewPresenter.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <Folder Include="Services\" />
102  </ItemGroup>
103  <ItemGroup>
104    <ProjectReference Include="..\Administration.Interface\Administration.Interface.csproj">
105      <Project>{0BD25375-7C3D-4A4C-A660-3779E3A0967E}</Project>
106      <Name>Administration.Interface</Name>
107    </ProjectReference>
108  </ItemGroup>
109  <ItemGroup>
110    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
111      <Visible>False</Visible>
112      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
113      <Install>false</Install>
114    </BootstrapperPackage>
115    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
116      <Visible>False</Visible>
117      <ProductName>.NET Framework 3.5 SP1</ProductName>
118      <Install>true</Install>
119    </BootstrapperPackage>
120    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
121      <Visible>False</Visible>
122      <ProductName>Windows Installer 3.1</ProductName>
123      <Install>true</Install>
124    </BootstrapperPackage>
125  </ItemGroup>
126  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128       Other similar extension points exist, see Microsoft.Common.targets.
129  <Target Name="BeforeBuild">
130  </Target>
131  <Target Name="AfterBuild">
132  </Target>
133  -->
134  <ProjectExtensions>
135    <VisualStudio>
136      <UserProperties IsModuleProject="True" />
137    </VisualStudio>
138  </ProjectExtensions>
139</Project>
Note: See TracBrowser for help on using the repository browser.