1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{AF531A37-B93F-4113-9C2C-4DB28064B926}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >React.MSBuild</RootNamespace >
11+ <AssemblyName >React.MSBuild</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >..\..\bin\Debug\React.MSBuild\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ <NoWarn >1607</NoWarn >
24+ <DocumentationFile >..\..\bin\Debug\React.MSBuild\React.MSBuild.XML</DocumentationFile >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >..\..\bin\Release\React.MSBuild\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
34+ <NoWarn >1607</NoWarn >
35+ <DocumentationFile >..\..\bin\Release\React.MSBuild\React.MSBuild.XML</DocumentationFile >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Microsoft.Build.Framework" />
39+ <Reference Include =" Microsoft.Build.Utilities.v4.0" />
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
46+ <Link >Properties\SharedAssemblyInfo.cs</Link >
47+ </Compile >
48+ <Compile Include =" ..\SharedAssemblyVersionInfo.cs" >
49+ <Link >Properties\SharedAssemblyVersionInfo.cs</Link >
50+ </Compile >
51+ <Compile Include =" AssemblyRegistration.cs" />
52+ <Compile Include =" MSBuildHost.cs" />
53+ <Compile Include =" Properties\AssemblyInfo.cs" />
54+ <Compile Include =" TransformJsx.cs" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <ProjectReference Include =" ..\React\React.csproj" >
58+ <Project >{d0cc8a22-cee6-485c-924b-1f94426fea59}</Project >
59+ <Name >React</Name >
60+ </ProjectReference >
61+ </ItemGroup >
62+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64+ Other similar extension points exist, see Microsoft.Common.targets.
65+ <Target Name="BeforeBuild">
66+ </Target>
67+ <Target Name="AfterBuild">
68+ </Target>
69+ -->
70+ </Project >
0 commit comments