main
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.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{04DC09B4-5DF9-44A6-8DD1-05941F0D0228}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gorilla.commons.infrastructure.thirdparty</RootNamespace>
12 <AssemblyName>gorilla.commons.infrastructure.thirdparty</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <TargetFrameworkProfile />
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <ItemGroup>
56 <Reference Include="Autofac, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
57 <SpecificVersion>False</SpecificVersion>
58 <HintPath>..\..\..\thirdparty\auto.fac\Autofac.dll</HintPath>
59 </Reference>
60 <Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
61 <SpecificVersion>False</SpecificVersion>
62 <HintPath>..\..\..\thirdparty\castle\Castle.Core.dll</HintPath>
63 </Reference>
64 <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
65 <SpecificVersion>False</SpecificVersion>
66 <HintPath>..\..\..\thirdparty\castle\Castle.DynamicProxy2.dll</HintPath>
67 </Reference>
68 <Reference Include="Castle.MicroKernel, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
69 <SpecificVersion>False</SpecificVersion>
70 <HintPath>..\..\..\thirdparty\castle\Castle.MicroKernel.dll</HintPath>
71 </Reference>
72 <Reference Include="Castle.Windsor, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
73 <SpecificVersion>False</SpecificVersion>
74 <HintPath>..\..\..\thirdparty\castle\Castle.Windsor.dll</HintPath>
75 </Reference>
76 <Reference Include="System" />
77 <Reference Include="System.Core">
78 <RequiredTargetFramework>3.5</RequiredTargetFramework>
79 </Reference>
80 <Reference Include="System.Xml.Linq">
81 <RequiredTargetFramework>3.5</RequiredTargetFramework>
82 </Reference>
83 <Reference Include="System.Data.DataSetExtensions">
84 <RequiredTargetFramework>3.5</RequiredTargetFramework>
85 </Reference>
86 <Reference Include="System.Data" />
87 <Reference Include="System.Xml" />
88 </ItemGroup>
89 <ItemGroup>
90 <Compile Include="autofac\AutofacDependencyRegistry.cs" />
91 <Compile Include="autofac\AutofacDependencyRegistryBuilder.cs" />
92 <Compile Include="castle\dynamicproxy\CastleDynamicInterceptorConstraint.cs" />
93 <Compile Include="castle\dynamicproxy\CastleDynamicInterceptorConstraintFactory.cs" />
94 <Compile Include="castle\dynamicproxy\interceptors\SynchronizeInvokeInterceptor.cs" />
95 <Compile Include="castle\dynamicproxy\CastleDynamicMethodCallTrackerFactory.cs" />
96 <Compile Include="castle\windsor\configuration\ApplyLoggingInterceptor.cs" />
97 <Compile Include="castle\windsor\configuration\ComponentExclusionSpecification.cs" />
98 <Compile Include="castle\windsor\configuration\ComponentRegistrationConfiguration.cs" />
99 <Compile Include="castle\windsor\configuration\ConfigureComponentLifestyle.cs" />
100 <Compile Include="castle\windsor\configuration\LogComponent.cs" />
101 <Compile Include="castle\windsor\configuration\LogEverythingInterceptor.cs" />
102 <Compile Include="castle\windsor\configuration\LoggingInterceptor.cs" />
103 <Compile Include="castle\windsor\configuration\RegisterComponentContract.cs" />
104 <Compile Include="castle\windsor\configuration\RegistrationConfiguration.cs" />
105 <Compile Include="castle\windsor\WindsorContainerFactory.cs" />
106 <Compile Include="castle\windsor\WindsorExtensions.cs" />
107 <Compile Include="DependencyRegistration.cs" />
108 <Compile Include="castle\dynamicproxy\ConstraintSelector.cs" />
109 <Compile Include="castle\dynamicproxy\InterceptorConstraint.cs" />
110 <Compile Include="castle\dynamicproxy\InterceptorConstraintFactory.cs" />
111 <Compile Include="castle\dynamicproxy\MethodCallTrackerFactory.cs" />
112 <Compile Include="castle\dynamicproxy\interceptors\MethodCallTracker.cs" />
113 <Compile Include="castle\dynamicproxy\interceptors\CastleDynamicMethodCallTracker.cs" />
114 <Compile Include="castle\dynamicproxy\interceptors\SelectiveInterceptor.cs" />
115 <Compile Include="castle\dynamicproxy\ProxyBuilder.cs" />
116 <Compile Include="castle\dynamicproxy\ProxyFactory.cs" />
117 <Compile Include="castle\dynamicproxy\Lazy.cs" />
118 <Compile Include="castle\dynamicproxy\LazyLoadedInterceptor.cs" />
119 <Compile Include="castle\dynamicproxy\CastleDynamicProxyBuilder.cs" />
120 <Compile Include="castle\dynamicproxy\CastleDynamicProxyFactory.cs" />
121 </ItemGroup>
122 <ItemGroup>
123 <ProjectReference Include="..\infrastructure\infrastructure.csproj">
124 <Project>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</Project>
125 <Name>infrastructure</Name>
126 </ProjectReference>
127 <ProjectReference Include="..\utility\utility.csproj">
128 <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
129 <Name>utility</Name>
130 </ProjectReference>
131 </ItemGroup>
132 <ItemGroup>
133 <Folder Include="Properties\" />
134 </ItemGroup>
135 <ItemGroup>
136 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
137 <Visible>False</Visible>
138 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
139 <Install>false</Install>
140 </BootstrapperPackage>
141 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
142 <Visible>False</Visible>
143 <ProductName>.NET Framework 3.5 SP1</ProductName>
144 <Install>true</Install>
145 </BootstrapperPackage>
146 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
147 <Visible>False</Visible>
148 <ProductName>Windows Installer 3.1</ProductName>
149 <Install>true</Install>
150 </BootstrapperPackage>
151 </ItemGroup>
152 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154 Other similar extension points exist, see Microsoft.Common.targets.
155 <Target Name="BeforeBuild">
156 </Target>
157 <Target Name="AfterBuild">
158 </Target>
159 -->
160</Project>