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 >{F591F1E8-3D6B-494A-B72A-152FCCA6210D}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Cassette.React</RootNamespace >
11
+ <AssemblyName >Cassette.React</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\Cassette.React\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ <NoWarn >1607</NoWarn >
24
+ <DocumentationFile >..\..\bin\Debug\Cassette.React\Cassette.React.XML</DocumentationFile >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >..\..\bin\Release\Cassette.React\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ <NoWarn >1607</NoWarn >
34
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
35
+ <DocumentationFile >..\..\bin\Release\Cassette.React\Cassette.React.XML</DocumentationFile >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" AjaxMin" >
39
+ <HintPath >..\packages\AjaxMin.4.84.4790.14417\lib\net40\AjaxMin.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" Cassette" >
42
+ <HintPath >..\packages\Cassette.2.4.1\lib\net40-client\Cassette.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Xml.Linq" />
47
+ <Reference Include =" System.Data.DataSetExtensions" />
48
+ <Reference Include =" Microsoft.CSharp" />
49
+ <Reference Include =" System.Data" />
50
+ <Reference Include =" System.Xml" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
54
+ <Link >Properties\SharedAssemblyInfo.cs</Link >
55
+ </Compile >
56
+ <Compile Include =" ..\SharedAssemblyVersionInfo.cs" >
57
+ <Link >Properties\SharedAssemblyVersionInfo.cs</Link >
58
+ </Compile >
59
+ <Compile Include =" InsertIntoPipelineJsxBundleProcessor.cs" />
60
+ <Compile Include =" JsxBundleProcessor.cs" />
61
+ <Compile Include =" JsxCompiler.cs" />
62
+ <Compile Include =" JsxFileSearchModifier.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <None Include =" Cassette.React.nutrans" />
67
+ <None Include =" packages.config" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <ProjectReference Include =" ..\React\React.csproj" >
71
+ <Project >{d0cc8a22-cee6-485c-924b-1f94426fea59}</Project >
72
+ <Name >React</Name >
73
+ </ProjectReference >
74
+ </ItemGroup >
75
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77
+ Other similar extension points exist, see Microsoft.Common.targets.
78
+ <Target Name="BeforeBuild">
79
+ </Target>
80
+ <Target Name="AfterBuild">
81
+ </Target>
82
+ -->
83
+ </Project >
0 commit comments