[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / System.Runtime.Caching / System.Runtime.Caching-net_4_x.csproj
blob72f1144107c316ff77fe10ed2efb05ab0d82bb2d
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{2FE2D8C6-B7B8-4067-A2C0-9D1DEA020FD8}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699,414</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>System.Runtime.Caching</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <NoWarn>1699,414</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugType>pdbonly</DebugType>
41 <NoWarn>1699,414</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
48 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
49 is a problem to compile the Mono mscorlib.dll -->
50 <PropertyGroup>
51 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
52 </PropertyGroup>
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54 <ItemGroup>
55 <Compile Include="..\..\build\common\Consts.cs" />
56 <Compile Include="..\..\build\common\Locale.cs" />
57 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
58 <Compile Include="..\referencesource\System.Runtime.Caching\Resources\RH.cs" />
59 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryChangeMonitor.cs" />
60 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedArguments.cs" />
61 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedCallback.cs" />
62 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedReason.cs" />
63 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryUpdateArguments.cs" />
64 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryUpdateCallback.cs" />
65 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItem.cs" />
66 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItemPolicy.cs" />
67 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItemPriority.cs" />
68 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheMemoryMonitor.cs" />
69 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\ChangeMonitor.cs" />
70 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\CachingSectionGroup.cs" />
71 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\ConfigUtil.cs" />
72 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheElement.cs" />
73 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheSection.cs" />
74 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheSettingsCollection.cs" />
75 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Dbg.cs" />
76 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\DefaultCacheCapabilities.cs" />
77 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\EntryState.cs" />
78 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\FileChangeMonitor.cs" />
79 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\FileChangeNotificationSystem.cs" />
80 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\HostFileChangeMonitor.cs" />
81 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IApplicationIdentifier.cs" />
82 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IFileChangeNotificationSystem.cs" />
83 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IMemoryCacheManager.cs" />
84 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCache.cs" />
85 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheEntry.cs" />
86 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheEntryChangeMonitor.cs" />
87 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheKey.cs" />
88 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheKeyEqualityComparer.cs" />
89 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheStatistics.cs" />
90 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheStore.cs" />
91 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryMonitor.cs" />
92 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\ObjectCache.cs" />
93 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\OnChangedCallback.cs" />
94 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PerfCounterName.cs" />
95 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PerfCounters.cs" />
96 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PhysicalMemoryMonitor.cs" />
97 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SafeBitVector32.cs" />
98 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SafeRegistryHandle.cs" />
99 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SqlChangeMonitor.cs" />
100 <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SRef.cs" />
101 <Compile Include="..\System.Web\System.Web.Configuration_2.0\NullableStringValidator.cs" />
102 <Compile Include="Assembly\AssemblyInfo.cs" />
103 <Compile Include="ReferenceSources\CacheEntryCollection.cs" />
104 <Compile Include="ReferenceSources\CacheExpires.cs" />
105 <Compile Include="ReferenceSources\CacheUsage.cs" />
106 <Compile Include="ReferenceSources\R.cs" /> </ItemGroup>
107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108 Other similar extension points exist, see Microsoft.Common.targets.
109 <Target Name="BeforeBuild">
110 </Target>
111 <Target Name="AfterBuild">
112 </Target>
114 <PropertyGroup>
115 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
117 </PreBuildEvent>
118 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
120 </PreBuildEvent>
121 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
123 </PostBuildEvent>
124 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
126 </PostBuildEvent>
127 </PropertyGroup>
128 <ItemGroup>
129 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
130 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
131 <Name>corlib-net_4_x</Name>
132 </ProjectReference>
133 <ProjectReference Include="../System/System-net_4_x.csproj">
134 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
135 <Name>System-net_4_x</Name>
136 </ProjectReference>
137 <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
138 <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
139 <Name>System.Data-net_4_x</Name>
140 </ProjectReference>
141 <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
142 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
143 <Name>System.Configuration-net_4_x</Name>
144 </ProjectReference>
145 <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
146 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
147 <Name>System.Core-net_4_x</Name>
148 </ProjectReference>
149 </ItemGroup>
150 <ItemGroup>
151 <Folder Include="Properties\" />
152 </ItemGroup>
153 </Project>