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>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gorilla.commons.infrastructure</RootNamespace>
12 <AssemblyName>gorilla.commons.infrastructure</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="System" />
57 <Reference Include="System.Core">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
59 </Reference>
60 <Reference Include="System.Xml.Linq">
61 <RequiredTargetFramework>3.5</RequiredTargetFramework>
62 </Reference>
63 <Reference Include="System.Data.DataSetExtensions">
64 <RequiredTargetFramework>3.5</RequiredTargetFramework>
65 </Reference>
66 <Reference Include="System.Data" />
67 <Reference Include="System.Xml" />
68 </ItemGroup>
69 <ItemGroup>
70 <Compile Include="cloning\BinarySerializer.cs" />
71 <Compile Include="cloning\Serializer.cs" />
72 <Compile Include="cloning\Prototype.cs" />
73 <Compile Include="cloning\FileStreamSerializer.cs" />
74 <Compile Include="container\DependencyResolutionException.cs" />
75 <Compile Include="container\DependencyRegistry.cs" />
76 <Compile Include="container\Resolve.cs" />
77 <Compile Include="debugging\Launch.cs" />
78 <Compile Include="filesystem\ApplicationFile.cs" />
79 <Compile Include="filesystem\File.cs" />
80 <Compile Include="logging\TextLogger.cs" />
81 <Compile Include="logging\LogFactory.cs" />
82 <Compile Include="logging\Loggable.cs" />
83 <Compile Include="logging\Logger.cs" />
84 <Compile Include="logging\Log.cs" />
85 <Compile Include="logging\LoggingExtensions.cs" />
86 <Compile Include="proxies\ExceptionExtensions.cs" />
87 <Compile Include="proxies\Interceptor.cs" />
88 <Compile Include="proxies\Invocation.cs" />
89 <Compile Include="proxies\MethodCallInvocation.cs" />
90 <Compile Include="proxies\ProxyFactory.cs" />
91 <Compile Include="proxies\RemotingProxyFactory.cs" />
92 <Compile Include="reflection\ApplicationAssembly.cs" />
93 <Compile Include="reflection\EnvironmentExtensions.cs" />
94 <Compile Include="reflection\Assembly.cs" />
95 <Compile Include="registries\DefaultRegistry.cs" />
96 <Compile Include="threading\AsynchronousCommandProcessor.cs" />
97 <Compile Include="threading\BackgroundThread.cs" />
98 <Compile Include="threading\BackgroundThreadFactory.cs" />
99 <Compile Include="threading\CommandProcessor.cs" />
100 <Compile Include="threading\CurrentThread.cs" />
101 <Compile Include="threading\IntervalTimer.cs" />
102 <Compile Include="threading\IThread.cs" />
103 <Compile Include="threading\ITimerClient.cs" />
104 <Compile Include="threading\IWorkerThread.cs" />
105 <Compile Include="threading\PerThread.cs" />
106 <Compile Include="threading\PerThreadScopedStorage.cs" />
107 <Compile Include="threading\SynchronizationContextFactory.cs" />
108 <Compile Include="threading\SynchronizedCommand.cs" />
109 <Compile Include="threading\SynchronizedContext.cs" />
110 <Compile Include="threading\SynchronousCommandProcessor.cs" />
111 <Compile Include="threading\ThreadingExtensions.cs" />
112 <Compile Include="threading\TimerFactory.cs" />
113 <Compile Include="threading\WorkerThread.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 </ItemGroup>
117 <ItemGroup>
118 <ProjectReference Include="..\utility\utility.csproj">
119 <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
120 <Name>utility</Name>
121 </ProjectReference>
122 </ItemGroup>
123 <ItemGroup>
124 <Folder Include="Properties\" />
125 </ItemGroup>
126 <ItemGroup>
127 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
128 <Visible>False</Visible>
129 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
130 <Install>false</Install>
131 </BootstrapperPackage>
132 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
133 <Visible>False</Visible>
134 <ProductName>.NET Framework 3.5 SP1</ProductName>
135 <Install>true</Install>
136 </BootstrapperPackage>
137 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
138 <Visible>False</Visible>
139 <ProductName>Windows Installer 3.1</ProductName>
140 <Install>true</Install>
141 </BootstrapperPackage>
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145 Other similar extension points exist, see Microsoft.Common.targets.
146 <Target Name="BeforeBuild">
147 </Target>
148 <Target Name="AfterBuild">
149 </Target>
150 -->
151</Project>