[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / System.Transactions / System.Transactions-net_4_x.csproj
blob0a072821c8c6ea931595429a075e7308e7dd934a
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>{3821C69F-220D-4231-992C-0FE05311A005}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</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.Transactions</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</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</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="Assembly\AssemblyInfo.cs" />
59 <Compile Include="System.Transactions\CommittableTransaction.cs" />
60 <Compile Include="System.Transactions\Configuration\DefaultSettingsSection.cs" />
61 <Compile Include="System.Transactions\Configuration\MachineSettingsSection.cs" />
62 <Compile Include="System.Transactions\Configuration\TransactionsSectionGroup.cs" />
63 <Compile Include="System.Transactions\Delegates.cs" />
64 <Compile Include="System.Transactions\DependentCloneOption.cs" />
65 <Compile Include="System.Transactions\DependentTransaction.cs" />
66 <Compile Include="System.Transactions\Enlistment.cs" />
67 <Compile Include="System.Transactions\EnlistmentOptions.cs" />
68 <Compile Include="System.Transactions\EnterpriseServicesInteropOption.cs" />
69 <Compile Include="System.Transactions\IDtcTransaction.cs" />
70 <Compile Include="System.Transactions\IEnlistmentNotification.cs" />
71 <Compile Include="System.Transactions\IPromotableSinglePhaseNotification.cs" />
72 <Compile Include="System.Transactions\ISimpleTransactionSuperior.cs" />
73 <Compile Include="System.Transactions\ISinglePhaseNotification.cs" />
74 <Compile Include="System.Transactions\IsolationLevel.cs" />
75 <Compile Include="System.Transactions\ITransactionPromoter.cs" />
76 <Compile Include="System.Transactions\PreparingEnlistment.cs" />
77 <Compile Include="System.Transactions\SinglePhaseEnlistment.cs" />
78 <Compile Include="System.Transactions\SubordinateTransaction.cs" />
79 <Compile Include="System.Transactions\Transaction.cs" />
80 <Compile Include="System.Transactions\TransactionAbortedException.cs" />
81 <Compile Include="System.Transactions\TransactionEventArgs.cs" />
82 <Compile Include="System.Transactions\TransactionException.cs" />
83 <Compile Include="System.Transactions\TransactionInDoubtException.cs" />
84 <Compile Include="System.Transactions\TransactionInformation.cs" />
85 <Compile Include="System.Transactions\TransactionInterop.cs" />
86 <Compile Include="System.Transactions\TransactionManager.cs" />
87 <Compile Include="System.Transactions\TransactionManagerCommunicationException.cs" />
88 <Compile Include="System.Transactions\TransactionOptions.cs" />
89 <Compile Include="System.Transactions\TransactionPromotionException.cs" />
90 <Compile Include="System.Transactions\TransactionScope.cs" />
91 <Compile Include="System.Transactions\TransactionScopeAsyncFlowOption.cs" />
92 <Compile Include="System.Transactions\TransactionScopeOption.cs" />
93 <Compile Include="System.Transactions\TransactionStatus.cs" /> </ItemGroup>
94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95 Other similar extension points exist, see Microsoft.Common.targets.
96 <Target Name="BeforeBuild">
97 </Target>
98 <Target Name="AfterBuild">
99 </Target>
101 <PropertyGroup>
102 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
104 </PreBuildEvent>
105 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
107 </PreBuildEvent>
108 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
110 </PostBuildEvent>
111 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
113 </PostBuildEvent>
114 </PropertyGroup>
115 <ItemGroup>
116 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
117 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
118 <Name>corlib-net_4_x</Name>
119 </ProjectReference>
120 <ProjectReference Include="../System/System-net_4_x.csproj">
121 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
122 <Name>System-net_4_x</Name>
123 </ProjectReference>
124 <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
125 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
126 <Name>System.Configuration-net_4_x</Name>
127 </ProjectReference>
128 </ItemGroup>
129 <ItemGroup>
130 <Folder Include="Properties\" />
131 </ItemGroup>
132 </Project>