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>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gorilla.commons.utility</RootNamespace>
12 <AssemblyName>gorilla.commons.utility</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="AttributeExtensions.cs" />
71 <Compile Include="ChainedParameterizedCommand.cs" />
72 <Compile Include="Clock.cs" />
73 <Compile Include="AnonymousCommand.cs" />
74 <Compile Include="AndSpecification.cs" />
75 <Compile Include="AnonymousDisposable.cs" />
76 <Compile Include="ChainedCommand.cs" />
77 <Compile Include="ChainedConfiguration.cs" />
78 <Compile Include="ChainedMapper.cs" />
79 <Compile Include="Command.cs" />
80 <Compile Include="ComparableExtensions.cs" />
81 <Compile Include="Context.cs" />
82 <Compile Include="ContextFactory.cs" />
83 <Compile Include="DateExtensions.cs" />
84 <Compile Include="EmptyCallback.cs" />
85 <Compile Include="EmptyCommand.cs" />
86 <Compile Include="DefaultConstructorFactory.cs" />
87 <Compile Include="ExpressionExtensions.cs" />
88 <Compile Include="FactoryDelegate.cs" />
89 <Compile Include="FilteredVisitor.cs" />
90 <Compile Include="FuncSpecification.cs" />
91 <Compile Include="Builder.cs" />
92 <Compile Include="Callback.cs" />
93 <Compile Include="CallbackCommand.cs" />
94 <Compile Include="Configuration.cs" />
95 <Compile Include="ComponentFactory.cs" />
96 <Compile Include="IContext.cs" />
97 <Compile Include="IContextFactory.cs" />
98 <Compile Include="Id.cs" />
99 <Compile Include="DisposableCommand.cs" />
100 <Compile Include="Factory.cs" />
101 <Compile Include="Identifiable.cs" />
102 <Compile Include="IKey.cs" />
103 <Compile Include="Import.cs" />
104 <Compile Include="IScopedStorage.cs" />
105 <Compile Include="Mapper.cs" />
106 <Compile Include="Notification.cs" />
107 <Compile Include="Observer.cs" />
108 <Compile Include="Parser.cs" />
109 <Compile Include="Query.cs" />
110 <Compile Include="Registry.cs" />
111 <Compile Include="SingletonScopedStorage.cs" />
112 <Compile Include="Specification.cs" />
113 <Compile Include="State.cs" />
114 <Compile Include="SubjectOf.cs" />
115 <Compile Include="TypedKey.cs" />
116 <Compile Include="ValueReturningVisitor.cs" />
117 <Compile Include="Visitable.cs" />
118 <Compile Include="Visitor.cs" />
119 <Compile Include="AnonymousMapper.cs" />
120 <Compile Include="NotificationMessage.cs" />
121 <Compile Include="NotSpecification.cs" />
122 <Compile Include="OrSpecification.cs" />
123 <Compile Include="PredicateSpecification.cs" />
124 <Compile Include="Date.cs" />
125 <Compile Include="CommandExtensions.cs" />
126 <Compile Include="ConfigurationExtensions.cs" />
127 <Compile Include="ConversionExtensions.cs" />
128 <Compile Include="EnumerableExtensions.cs" />
129 <Compile Include="FuncExtensions.cs" />
130 <Compile Include="ListExtensions.cs" />
131 <Compile Include="MappingExtensions.cs" />
132 <Compile Include="NumericConversions.cs" />
133 <Compile Include="RegistryExtensions.cs" />
134 <Compile Include="SpecificationExtensions.cs" />
135 <Compile Include="StringExtensions.cs" />
136 <Compile Include="TypeExtensions.cs" />
137 <Compile Include="VisitorExtensions.cs" />
138 <Compile Include="Percent.cs" />
139 <Compile Include="Year.cs" />
140 </ItemGroup>
141 <ItemGroup>
142 <Folder Include="Properties\" />
143 </ItemGroup>
144 <ItemGroup>
145 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
146 <Visible>False</Visible>
147 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
148 <Install>false</Install>
149 </BootstrapperPackage>
150 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
151 <Visible>False</Visible>
152 <ProductName>.NET Framework 3.5 SP1</ProductName>
153 <Install>true</Install>
154 </BootstrapperPackage>
155 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
156 <Visible>False</Visible>
157 <ProductName>Windows Installer 3.1</ProductName>
158 <Install>true</Install>
159 </BootstrapperPackage>
160 </ItemGroup>
161 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163 Other similar extension points exist, see Microsoft.Common.targets.
164 <Target Name="BeforeBuild">
165 </Target>
166 <Target Name="AfterBuild">
167 </Target>
168 -->
169</Project>