[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / tools / mono-symbolicate / mono-symbolicate-net_4_x.csproj
blob211d19288967f10aa12d45c8caf7c9018a30b5f6
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>{63E373FB-CE4B-4F7B-A421-5CE8ED7BD851}</ProjectGuid>
10 <OutputType>Exe</OutputType>
11 <NoWarn>649,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>mono-symbolicate</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>649,1699</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NO_AUTHENTICODE;CECIL;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>649,1699</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NO_AUTHENTICODE;CECIL;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="..\..\..\external\cecil\Mono.Cecil.Cil\*.cs" />
56 <Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\*.cs" />
57 <Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\*.cs" />
58 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ArrayType.cs" />
59 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyDefinition.cs" />
60 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyFlags.cs" />
61 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyHashAlgorithm.cs" />
62 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyLinkedResource.cs" />
63 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyNameDefinition.cs" />
64 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyNameReference.cs" />
65 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyReader.cs" />
66 <Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyWriter.cs" />
67 <Compile Include="..\..\..\external\cecil\Mono.Cecil\BaseAssemblyResolver.cs" />
68 <Compile Include="..\..\..\external\cecil\Mono.Cecil\CallSite.cs" />
69 <Compile Include="..\..\..\external\cecil\Mono.Cecil\CustomAttribute.cs" />
70 <Compile Include="..\..\..\external\cecil\Mono.Cecil\DefaultAssemblyResolver.cs" />
71 <Compile Include="..\..\..\external\cecil\Mono.Cecil\EmbeddedResource.cs" />
72 <Compile Include="..\..\..\external\cecil\Mono.Cecil\EventAttributes.cs" />
73 <Compile Include="..\..\..\external\cecil\Mono.Cecil\EventDefinition.cs" />
74 <Compile Include="..\..\..\external\cecil\Mono.Cecil\EventReference.cs" />
75 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ExportedType.cs" />
76 <Compile Include="..\..\..\external\cecil\Mono.Cecil\FieldAttributes.cs" />
77 <Compile Include="..\..\..\external\cecil\Mono.Cecil\FieldDefinition.cs" />
78 <Compile Include="..\..\..\external\cecil\Mono.Cecil\FieldReference.cs" />
79 <Compile Include="..\..\..\external\cecil\Mono.Cecil\FileAttributes.cs" />
80 <Compile Include="..\..\..\external\cecil\Mono.Cecil\FunctionPointerType.cs" />
81 <Compile Include="..\..\..\external\cecil\Mono.Cecil\GenericInstanceMethod.cs" />
82 <Compile Include="..\..\..\external\cecil\Mono.Cecil\GenericInstanceType.cs" />
83 <Compile Include="..\..\..\external\cecil\Mono.Cecil\GenericParameter.cs" />
84 <Compile Include="..\..\..\external\cecil\Mono.Cecil\GenericParameterAttributes.cs" />
85 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IConstantProvider.cs" />
86 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ICustomAttributeProvider.cs" />
87 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IGenericInstance.cs" />
88 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IGenericParameterProvider.cs" />
89 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IMarshalInfoProvider.cs" />
90 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IMemberDefinition.cs" />
91 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IMetadataScope.cs" />
92 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IMetadataTokenProvider.cs" />
93 <Compile Include="..\..\..\external\cecil\Mono.Cecil\IMethodSignature.cs" />
94 <Compile Include="..\..\..\external\cecil\Mono.Cecil\Import.cs" />
95 <Compile Include="..\..\..\external\cecil\Mono.Cecil\LinkedResource.cs" />
96 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ManifestResourceAttributes.cs" />
97 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MarshalInfo.cs" />
98 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MemberDefinitionCollection.cs" />
99 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MemberReference.cs" />
100 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MetadataResolver.cs" />
101 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MetadataSystem.cs" />
102 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodAttributes.cs" />
103 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodCallingConvention.cs" />
104 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodDefinition.cs" />
105 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodImplAttributes.cs" />
106 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodReference.cs" />
107 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodReturnType.cs" />
108 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodSemanticsAttributes.cs" />
109 <Compile Include="..\..\..\external\cecil\Mono.Cecil\MethodSpecification.cs" />
110 <Compile Include="..\..\..\external\cecil\Mono.Cecil\Modifiers.cs" />
111 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ModuleDefinition.cs" />
112 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ModuleKind.cs" />
113 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ModuleReference.cs" />
114 <Compile Include="..\..\..\external\cecil\Mono.Cecil\NativeType.cs" />
115 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ParameterAttributes.cs" />
116 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ParameterDefinition.cs" />
117 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ParameterDefinitionCollection.cs" />
118 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ParameterReference.cs" />
119 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PinnedType.cs" />
120 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PInvokeAttributes.cs" />
121 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PInvokeInfo.cs" />
122 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PointerType.cs" />
123 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PropertyAttributes.cs" />
124 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PropertyDefinition.cs" />
125 <Compile Include="..\..\..\external\cecil\Mono.Cecil\PropertyReference.cs" />
126 <Compile Include="..\..\..\external\cecil\Mono.Cecil\ReferenceType.cs" />
127 <Compile Include="..\..\..\external\cecil\Mono.Cecil\Resource.cs" />
128 <Compile Include="..\..\..\external\cecil\Mono.Cecil\SecurityDeclaration.cs" />
129 <Compile Include="..\..\..\external\cecil\Mono.Cecil\SentinelType.cs" />
130 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TargetRuntime.cs" />
131 <Compile Include="..\..\..\external\cecil\Mono.Cecil\Treatments.cs" />
132 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeAttributes.cs" />
133 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeDefinition.cs" />
134 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeDefinitionCollection.cs" />
135 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeParser.cs" />
136 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeReference.cs" />
137 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeSpecification.cs" />
138 <Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeSystem.cs" />
139 <Compile Include="..\..\..\external\cecil\Mono.Cecil\VariantType.cs" />
140 <Compile Include="..\..\..\external\cecil\Mono.Cecil\WindowsRuntimeProjections.cs" />
141 <Compile Include="..\..\..\external\cecil\Mono.Collections.Generic\*.cs" />
142 <Compile Include="..\..\..\external\cecil\Mono.Security.Cryptography\*.cs" />
143 <Compile Include="..\..\..\external\cecil\Mono\*.cs" />
144 <Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb\MdbReader.cs" />
145 <Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb\MdbWriter.cs" />
146 <Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.CompilerServices.SymbolWriter\*.cs" />
147 <Compile Include="..\..\..\external\cecil\symbols\pdb\Microsoft.Cci.Pdb\*.cs" />
148 <Compile Include="..\..\..\external\cecil\symbols\pdb\Mono.Cecil.Pdb\*.cs" />
149 <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
150 <Compile Include="LocationProvider.cs" />
151 <Compile Include="Logger.cs" />
152 <Compile Include="SeqPointInfo.cs" />
153 <Compile Include="StackFrameData.cs" />
154 <Compile Include="symbolicate.cs" />
155 <Compile Include="SymbolManager.cs" /> </ItemGroup>
156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157 Other similar extension points exist, see Microsoft.Common.targets.
158 <Target Name="BeforeBuild">
159 </Target>
160 <Target Name="AfterBuild">
161 </Target>
163 <PropertyGroup>
164 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
166 </PreBuildEvent>
167 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
169 </PreBuildEvent>
170 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
172 </PostBuildEvent>
173 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
175 </PostBuildEvent>
176 </PropertyGroup>
177 <ItemGroup>
178 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
179 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
180 <Name>corlib-net_4_x</Name>
181 </ProjectReference>
182 <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
183 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
184 <Name>System.Xml-net_4_x</Name>
185 </ProjectReference>
186 <ProjectReference Include="../../class/System.Core/System.Core-net_4_x.csproj">
187 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
188 <Name>System.Core-net_4_x</Name>
189 </ProjectReference>
190 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
191 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
192 <Name>System-net_4_x</Name>
193 </ProjectReference>
194 </ItemGroup>
195 <ItemGroup>
196 <Folder Include="Properties\" />
197 </ItemGroup>
198 </Project>