Merge pull request #3956 from directhex/install-btls-certs-in-jenkins
[mono.git] / mcs / tools / resgen / resgen.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <AssemblyName>$(MSBuildProjectName)</AssemblyName>
6     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
7     <ResponseFile>$(MSBuildProjectName).exe.sources</ResponseFile>
8     <CodePage>65001</CodePage>
9     <OutputPath>..\..\class\lib\net_2_0_bootstrap\</OutputPath>
10     <UseVSHostingProcess>false</UseVSHostingProcess>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_bootstrap|AnyCPU' ">
13     <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
14   </PropertyGroup>
15   <ItemGroup>
16     <Reference Include="System"/>
17     <Reference Include="System.Xml"/>
18   </ItemGroup>
19   <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Common.targets"/>
20   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
21   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
22   </Target>
23 </Project>