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 >8.0.30703</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{7D461C3F-F00E-4F67-A083-7184ED2E8128}</ProjectGuid >
9
- <OutputType >Exe</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >Spring.FluentContext.Examples</RootNamespace >
12
- <AssemblyName >Spring.FluentContext.Examples</AssemblyName >
13
- <FileAlignment >512</FileAlignment >
14
- <PublishUrl >publish\</PublishUrl >
15
- <Install >true</Install >
16
- <InstallFrom >Disk</InstallFrom >
17
- <UpdateEnabled >false</UpdateEnabled >
18
- <UpdateMode >Foreground</UpdateMode >
19
- <UpdateInterval >7</UpdateInterval >
20
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
21
- <UpdatePeriodically >false</UpdatePeriodically >
22
- <UpdateRequired >false</UpdateRequired >
23
- <MapFileExtensions >true</MapFileExtensions >
24
- <ApplicationRevision >0</ApplicationRevision >
25
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
26
- <IsWebBootstrapper >false</IsWebBootstrapper >
27
- <UseApplicationTrust >false</UseApplicationTrust >
28
- <BootstrapperEnabled >true</BootstrapperEnabled >
29
- <StartupObject >Spring.FluentContext.Examples.Program</StartupObject >
30
- </PropertyGroup >
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
32
- <DebugSymbols >True</DebugSymbols >
33
- <OutputPath >bin\Debug\</OutputPath >
34
- <DefineConstants >DEBUG;TRACE</DefineConstants >
35
- <DebugType >full</DebugType >
36
- <ErrorReport >prompt</ErrorReport >
37
- <CodeAnalysisIgnoreBuiltInRuleSets >true</CodeAnalysisIgnoreBuiltInRuleSets >
38
- <CodeAnalysisIgnoreBuiltInRules >true</CodeAnalysisIgnoreBuiltInRules >
39
- <CodeAnalysisFailOnMissingRules >false</CodeAnalysisFailOnMissingRules >
40
- <WarningLevel >4</WarningLevel >
41
- <Optimize >False</Optimize >
42
- </PropertyGroup >
43
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
44
- <OutputPath >bin\Release\</OutputPath >
45
- <DefineConstants >TRACE</DefineConstants >
46
- <Optimize >True</Optimize >
47
- <DebugType >pdbonly</DebugType >
48
- <PlatformTarget >AnyCPU</PlatformTarget >
49
- <ErrorReport >prompt</ErrorReport >
50
- <WarningLevel >4</WarningLevel >
51
- </PropertyGroup >
52
- <ItemGroup >
53
- <Reference Include =" Common.Logging" >
54
- <HintPath >..\packages\Common.Logging.1.2.0\lib\1.0\Common.Logging.dll</HintPath >
55
- </Reference >
56
- <Reference Include =" Spring.Aop" >
57
- <HintPath >..\packages\Spring.Aop.1.3.2\lib\net40\Spring.Aop.dll</HintPath >
58
- </Reference >
59
- <Reference Include =" Spring.Core" >
60
- <HintPath >..\packages\Spring.Core.1.3.2\lib\net40\Spring.Core.dll</HintPath >
61
- </Reference >
62
- <Reference Include =" System" />
63
- </ItemGroup >
64
- <ItemGroup >
65
- <Compile Include =" AdvancedLookupMethodInjection\AdvancedLookupMethodInjectionExample.cs" />
66
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Barn.cs" />
67
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Cow.cs" />
68
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Farm.cs" />
69
- <Compile Include =" AdvancedLookupMethodInjection\Objects\IAnimal.cs" />
70
- <Compile Include =" AdvancedLookupMethodInjection\Objects\IFarm.cs" />
71
- <Compile Include =" AdvancedLookupMethodInjection\Objects\IShelter.cs" />
72
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Pig.cs" />
73
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Pigsty.cs" />
74
- <Compile Include =" AdvancedLookupMethodInjection\Objects\Shelter.cs" />
75
- <Compile Include =" AdvancedPropertySetterInjection\AdvancedPropertySetterInjectionExample.cs" />
76
- <Compile Include =" AdvancedPropertySetterInjection\Objects\BobEngineer.cs" />
77
- <Compile Include =" AdvancedPropertySetterInjection\Objects\Factory.cs" />
78
- <Compile Include =" AdvancedPropertySetterInjection\Objects\IFactory.cs" />
79
- <Compile Include =" AdvancedPropertySetterInjection\Objects\IFactoryEngineer.cs" />
80
- <Compile Include =" AdvancedPropertySetterInjection\Objects\RobotEngineer.cs" />
81
- <Compile Include =" CollectionInjection\CollectionInjectionExample.cs" />
82
- <Compile Include =" CollectionInjection\Objects\Constructor.cs" />
83
- <Compile Include =" CollectionInjection\Objects\Distributor.cs" />
84
- <Compile Include =" CollectionInjection\Objects\Factory.cs" />
85
- <Compile Include =" CollectionInjection\Objects\IWorker.cs" />
86
- <Compile Include =" CollectionInjection\Objects\Painter.cs" />
87
- <Compile Include =" CollectionInjection\Objects\Polisher.cs" />
88
- <Compile Include =" CollectionInjection\Objects\Shop.cs" />
89
- <Compile Include =" Complex\ComplexExample.cs" />
90
- <Compile Include =" Complex\Objects\Consumer.cs" />
91
- <Compile Include =" Complex\Objects\DelayingInterceptor.cs" />
92
- <Compile Include =" Complex\Objects\DisplayCommand.cs" />
93
- <Compile Include =" Complex\Objects\Endpoint.cs" />
94
- <Compile Include =" Complex\Objects\ICommand.cs" />
95
- <Compile Include =" Complex\Objects\IEndpoint.cs" />
96
- <Compile Include =" Complex\Objects\RepeatingInterceptor.cs" />
97
- <Compile Include =" Complex\Objects\Sender.cs" />
98
- <Compile Include =" ConstructorInjection\ConstructorInjectionExample.cs" />
99
- <Compile Include =" ConstructorInjection\Objects\Cat.cs" />
100
- <Compile Include =" ConstructorInjection\Objects\PersonWithCat.cs" />
101
- <Compile Include =" Example.cs" />
102
- <Compile Include =" LookupMethodInjection\LookupMethodInjectionExample.cs" />
103
- <Compile Include =" LookupMethodInjection\Objects\ArithmenticMeanCalculator.cs" />
104
- <Compile Include =" LookupMethodInjection\Objects\CreditsCalculator.cs" />
105
- <Compile Include =" LookupMethodInjection\Objects\ICreditsCalculator.cs" />
106
- <Compile Include =" LookupMethodInjection\Objects\IMeanCalculator.cs" />
107
- <Compile Include =" Program.cs" />
108
- <Compile Include =" Properties\AssemblyInfo.cs" />
109
- <Compile Include =" PropertyInjection\Objects\Address.cs" />
110
- <Compile Include =" PropertyInjection\Objects\Person.cs" />
111
- <Compile Include =" PropertyInjection\PropertyInjectionExample.cs" />
112
- <Compile Include =" ProxyFactoryUsage\Objects\Calculator.cs" />
113
- <Compile Include =" ProxyFactoryUsage\Objects\DisplayingInterceptor.cs" />
114
- <Compile Include =" ProxyFactoryUsage\Objects\ICalculator.cs" />
115
- <Compile Include =" ProxyFactoryUsage\ProxyFactoryUsageExample.cs" />
116
- <Compile Include =" VariousCreationMethods\Objects\Button.cs" />
117
- <Compile Include =" VariousCreationMethods\Objects\ButtonFactory.cs" />
118
- <Compile Include =" VariousCreationMethods\Objects\IWindow.cs" />
119
- <Compile Include =" VariousCreationMethods\Objects\Window.cs" />
120
- <Compile Include =" VariousCreationMethods\VariousCreationMethodsExample.cs" />
121
- </ItemGroup >
122
- <ItemGroup >
123
- <ProjectReference Include =" ..\Spring.FluentContext\Spring.FluentContext.csproj" >
124
- <Project >{166FE8E4-E3E6-4A01-9D73-890E6E0F31A6}</Project >
125
- <Name >Spring.FluentContext</Name >
126
- </ProjectReference >
127
- </ItemGroup >
128
- <ItemGroup >
129
- <None Include =" packages.config" />
130
- </ItemGroup >
131
- <ItemGroup >
132
- <BootstrapperPackage Include =" .NETFramework,Version=v4.0" >
133
- <Visible >False</Visible >
134
- <ProductName >Microsoft .NET Framework 4 %28x86 and x64%29</ProductName >
135
- <Install >true</Install >
136
- </BootstrapperPackage >
137
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
138
- <Visible >False</Visible >
139
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
140
- <Install >false</Install >
141
- </BootstrapperPackage >
142
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
143
- <Visible >False</Visible >
144
- <ProductName >.NET Framework 3.5 SP1</ProductName >
145
- <Install >false</Install >
146
- </BootstrapperPackage >
147
- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
148
- <Visible >False</Visible >
149
- <ProductName >Windows Installer 3.1</ProductName >
150
- <Install >true</Install >
151
- </BootstrapperPackage >
152
- </ItemGroup >
153
- <ItemGroup />
154
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156
- Other similar extension points exist, see Microsoft.Common.targets.
157
- <Target Name="BeforeBuild">
158
- </Target>
159
- <Target Name="AfterBuild">
160
- </Target>
161
- -->
162
- <ItemGroup />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <OutputType >Exe</OutputType >
4
+ <TargetFrameworks >net461;netcoreapp2.2</TargetFrameworks >
5
+ <Copyright >Copyright © 2012-2019, Wojciech Kotlarski</Copyright >
6
+ </PropertyGroup >
7
+ <ItemGroup >
8
+ <ProjectReference Include =" ..\Spring.FluentContext\Spring.FluentContext.csproj" />
9
+ </ItemGroup >
163
10
</Project >
0 commit comments