Add VS project files for test project
[mono-project.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks-net_4_0.csproj
blob0e7de9824263a9212c36e12b4d43cfe8c4d3719e
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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_4_0</OutputPath>
12 <NoStdLib>true</NoStdLib>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>Microsoft.Build.Tasks.v4.0</AssemblyName>
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <NoWarn>1699</NoWarn>
24 <Optimize>false</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <NoWarn>1699</NoWarn>
33 <Optimize>true</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
38 </PropertyGroup>
39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
41 <Compile Include="Assembly\AssemblyInfo.cs" />
42 <Compile Include="..\..\build\common\Consts.cs" />
43 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
44 <Compile Include="Microsoft.Build.Tasks\AL.cs" />
45 <Compile Include="Microsoft.Build.Tasks\AppDomainIsolatedTaskExtension.cs" />
46 <Compile Include="Microsoft.Build.Tasks\AspNetCompiler.cs" />
47 <Compile Include="Microsoft.Build.Tasks\AssemblyResolver.cs" />
48 <Compile Include="Microsoft.Build.Tasks\AssignCulture.cs" />
49 <Compile Include="Microsoft.Build.Tasks\AssignProjectConfiguration.cs" />
50 <Compile Include="Microsoft.Build.Tasks\AssignTargetPath.cs" />
51 <Compile Include="Microsoft.Build.Tasks\CallTarget.cs" />
52 <Compile Include="Microsoft.Build.Tasks\CombinePath.cs" />
53 <Compile Include="Microsoft.Build.Tasks\CommandLineBuilderExtension.cs" />
54 <Compile Include="Microsoft.Build.Tasks\Copy.cs" />
55 <Compile Include="Microsoft.Build.Tasks\CreateCSharpManifestResourceName.cs" />
56 <Compile Include="Microsoft.Build.Tasks\CreateItem.cs" />
57 <Compile Include="Microsoft.Build.Tasks\CreateManifestResourceName.cs" />
58 <Compile Include="Microsoft.Build.Tasks\CreateProperty.cs" />
59 <Compile Include="Microsoft.Build.Tasks\CreateTemporaryVCProject.cs" />
60 <Compile Include="Microsoft.Build.Tasks\CreateVisualBasicManifestResourceName.cs" />
61 <Compile Include="Microsoft.Build.Tasks\Csc.cs" />
62 <Compile Include="Microsoft.Build.Tasks\Delete.cs" />
63 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\BootstrapperBuilder.cs" />
64 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\BuildMessage.cs" />
65 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\BuildMessageSeverity.cs" />
66 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\BuildResults.cs" />
67 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\BuildSettings.cs" />
68 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\ComponentsLocation.cs" />
69 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IBootstrapperBuilder.cs" />
70 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IBuildMessage.cs" />
71 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IBuildResults.cs" />
72 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IBuildSettings.cs" />
73 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IProductBuilderCollection.cs" />
74 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IProductBuilder.cs" />
75 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IProductCollection.cs" />
76 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\IProduct.cs" />
77 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\ProductBuilderCollection.cs" />
78 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\ProductBuilder.cs" />
79 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\ProductCollection.cs" />
80 <Compile Include="Microsoft.Build.Tasks.Deployment.Bootstrapper\Product.cs" />
81 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ApplicationIdentity.cs" />
82 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ApplicationManifest.cs" />
83 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\AssemblyIdentity.cs" />
84 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\AssemblyManifest.cs" />
85 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\AssemblyReferenceCollection.cs" />
86 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\AssemblyReference.cs" />
87 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\AssemblyReferenceType.cs" />
88 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\BaseReference.cs" />
89 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ComClass.cs" />
90 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\DeployManifest.cs" />
91 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\FileReferenceCollection.cs" />
92 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\FileReference.cs" />
93 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\Manifest.cs" />
94 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ManifestReader.cs" />
95 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ManifestWriter.cs" />
96 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\OutputMessageCollection.cs" />
97 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\OutputMessage.cs" />
98 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\OutputMessageType.cs" />
99 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\ProxyStub.cs" />
100 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\SecurityUtilities.cs" />
101 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\TrustInfo.cs" />
102 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\TypeLib.cs" />
103 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\UpdateMode.cs" />
104 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\UpdateUnit.cs" />
105 <Compile Include="Microsoft.Build.Tasks.Deployment.ManifestUtilities\WindowClass.cs" />
106 <Compile Include="Microsoft.Build.Tasks\Error.cs" />
107 <Compile Include="Microsoft.Build.Tasks\Exec.cs" />
108 <Compile Include="Microsoft.Build.Tasks\ExtractedClassName.cs" />
109 <Compile Include="Microsoft.Build.Tasks\FindAppConfigFile.cs" />
110 <Compile Include="Microsoft.Build.Tasks\FindUnderPath.cs" />
111 <Compile Include="Microsoft.Build.Tasks\FormatUrl.cs" />
112 <Compile Include="Microsoft.Build.Tasks\FormatVersion.cs" />
113 <Compile Include="Microsoft.Build.Tasks\GenerateApplicationManifest.cs" />
114 <Compile Include="Microsoft.Build.Tasks\GenerateBootstrapper.cs" />
115 <Compile Include="Microsoft.Build.Tasks\GenerateDeploymentManifest.cs" />
116 <Compile Include="Microsoft.Build.Tasks\GenerateManifestBase.cs" />
117 <Compile Include="Microsoft.Build.Tasks\GenerateResource.cs" />
118 <Compile Include="Microsoft.Build.Tasks\GenerateTrustInfo.cs" />
119 <Compile Include="Microsoft.Build.Tasks\GetAssemblyIdentity.cs" />
120 <Compile Include="Microsoft.Build.Tasks\GetFrameworkPath.cs" />
121 <Compile Include="Microsoft.Build.Tasks\GetFrameworkSdkPath.cs" />
122 <Compile Include="Microsoft.Build.Tasks\GetReferenceAssemblyPaths.cs" />
123 <Compile Include="Microsoft.Build.Tasks.Hosting\ICscHostObject.cs" />
124 <Compile Include="Microsoft.Build.Tasks.Hosting\IVbcHostObject.cs" />
125 <Compile Include="Microsoft.Build.Tasks\LC.cs" />
126 <Compile Include="Microsoft.Build.Tasks\MakeDir.cs" />
127 <Compile Include="Microsoft.Build.Tasks\ManagedCompiler.cs" />
128 <Compile Include="Microsoft.Build.Tasks\Message.cs" />
129 <Compile Include="Microsoft.Build.Tasks\MSBuild.cs" />
130 <Compile Include="Microsoft.Build.Tasks\PcFileCache.cs" />
131 <Compile Include="Microsoft.Build.Tasks\LibraryPcFileCache.cs" />
132 <Compile Include="Microsoft.Build.Tasks\ReadLinesFromFile.cs" />
133 <Compile Include="Microsoft.Build.Tasks\RegisterAssembly.cs" />
134 <Compile Include="Microsoft.Build.Tasks\RemoveDir.cs" />
135 <Compile Include="Microsoft.Build.Tasks\RemoveDuplicates.cs" />
136 <Compile Include="Microsoft.Build.Tasks\ResolveAssemblyReference.cs" />
137 <Compile Include="Microsoft.Build.Tasks\ResolvedReference.cs" />
138 <Compile Include="Microsoft.Build.Tasks\ResolveManifestFiles.cs" />
139 <Compile Include="Microsoft.Build.Tasks\ResolveProjectBase.cs" />
140 <Compile Include="Microsoft.Build.Tasks\SGen.cs" />
141 <Compile Include="Microsoft.Build.Tasks\SignFile.cs" />
142 <Compile Include="Microsoft.Build.Tasks\TaskExtension.cs" />
143 <Compile Include="Microsoft.Build.Tasks\TaskLoggingHelperExtension.cs" />
144 <Compile Include="Microsoft.Build.Tasks\ToolTaskExtension.cs" />
145 <Compile Include="Microsoft.Build.Tasks\Touch.cs" />
146 <Compile Include="Microsoft.Build.Tasks\UnregisterAssembly.cs" />
147 <Compile Include="Microsoft.Build.Tasks\UpdateManifest.cs" />
148 <Compile Include="Microsoft.Build.Tasks\Vbc.cs" />
149 <Compile Include="Microsoft.Build.Tasks\VCBuild.cs" />
150 <Compile Include="Microsoft.Build.Tasks\Warning.cs" />
151 <Compile Include="Microsoft.Build.Tasks\WriteLinesToFile.cs" />
152 <Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\PoResourceReader.cs" />
153 <Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\PoResourceWriter.cs" />
154 <Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\TxtResourceReader.cs" />
155 <Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\TxtResourceWriter.cs" />
156 <Compile Include="..\Microsoft.Build.Utilities\Mono.XBuild.Utilities\MSBuildUtils.cs" />
157 <Compile Include="..\Microsoft.Build.Engine\Microsoft.Build.BuildEngine\DirectoryScanner.cs" />
158 <Compile Include="..\Microsoft.Build.Engine\Microsoft.Build.BuildEngine\UnknownToolsVersionException.cs" />
160 </ItemGroup>
161 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162 Other similar extension points exist, see Microsoft.Common.targets.
163 <Target Name="BeforeBuild">
164 </Target>
165 <Target Name="AfterBuild">
166 </Target>
168 <PropertyGroup>
169 <PreBuildEvent></PreBuildEvent>
170 </PropertyGroup>
171 <ItemGroup>
172 <Reference Include="mscorlib.dll">
173 <SpecificVersion>False</SpecificVersion>
174 <HintPath>mscorlib.dll</HintPath>
175 </Reference>
176 <Reference Include="mscorlib.dll">
177 <SpecificVersion>False</SpecificVersion>
178 <HintPath>mscorlib.dll</HintPath>
179 </Reference>
180 <Reference Include="System.dll">
181 <SpecificVersion>False</SpecificVersion>
182 <HintPath>System.dll</HintPath>
183 </Reference>
184 <Reference Include="System.Core.dll">
185 <SpecificVersion>False</SpecificVersion>
186 <HintPath>System.Core.dll</HintPath>
187 </Reference>
188 <Reference Include="System.Xml.dll">
189 <SpecificVersion>False</SpecificVersion>
190 <HintPath>System.Xml.dll</HintPath>
191 </Reference>
192 <Reference Include="System.Windows.Forms.dll">
193 <SpecificVersion>False</SpecificVersion>
194 <HintPath>System.Windows.Forms.dll</HintPath>
195 </Reference>
196 <Reference Include="Microsoft.Build.Utilities.v4.0.dll">
197 <SpecificVersion>False</SpecificVersion>
198 <HintPath>Microsoft.Build.Utilities.v4.0.dll</HintPath>
199 </Reference>
200 <Reference Include="Microsoft.Build.Framework.dll">
201 <SpecificVersion>False</SpecificVersion>
202 <HintPath>Microsoft.Build.Framework.dll</HintPath>
203 </Reference>
204 <Reference Include="Microsoft.Build.Engine.dll">
205 <SpecificVersion>False</SpecificVersion>
206 <HintPath>Microsoft.Build.Engine.dll</HintPath>
207 </Reference>
209 </ItemGroup>
210 <ItemGroup>
211 <Folder Include="Properties\" />
212 </ItemGroup>
214 </Project>