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 >{6B05AF58-BA85-45A9-97AE-88B6B21317D7}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >React.Web.Mvc</RootNamespace >
11
+ <AssemblyName >React.Web.Mvc3</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.Mvc3\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ <DocumentationFile >..\..\bin\Debug\React.Mvc3\React.Web.Mvc3.XML</DocumentationFile >
24
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
25
+ <NoWarn >1607</NoWarn >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >..\..\bin\Release\React.Mvc3\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
35
+ <NoWarn >1607</NoWarn >
36
+ <DocumentationFile >..\..\bin\Release\React.Mvc3\React.Web.Mvc3.XML</DocumentationFile >
37
+ </PropertyGroup >
38
+ <PropertyGroup >
39
+ <SignAssembly >true</SignAssembly >
40
+ </PropertyGroup >
41
+ <PropertyGroup >
42
+ <AssemblyOriginatorKeyFile >..\Key.snk</AssemblyOriginatorKeyFile >
43
+ </PropertyGroup >
44
+ <ItemGroup >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Core" />
47
+ <Reference Include =" System.Web" />
48
+ <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
+ <HintPath >..\..\lib\Mvc3\System.Web.Mvc.dll</HintPath >
50
+ <SpecificVersion >False</SpecificVersion >
51
+ </Reference >
52
+ <Reference Include =" System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
+ <HintPath >..\..\lib\Mvc3\System.Web.Razor.dll</HintPath >
54
+ <SpecificVersion >False</SpecificVersion >
55
+ </Reference >
56
+ <Reference Include =" System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
+ <HintPath >..\..\lib\Mvc3\System.Web.WebPages.dll</HintPath >
58
+ <SpecificVersion >False</SpecificVersion >
59
+ </Reference >
60
+ <Reference Include =" Microsoft.CSharp" />
61
+ <Reference Include =" System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62
+ <HintPath >..\..\lib\Mvc3\System.Web.WebPages.Razor.dll</HintPath >
63
+ <SpecificVersion >False</SpecificVersion >
64
+ </Reference >
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <Compile Include =" ..\React.Web.Mvc4\HtmlHelperExtensions.cs" >
68
+ <Link >HtmlHelperExtensions.cs</Link >
69
+ </Compile >
70
+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
71
+ <Link >Properties\SharedAssemblyInfo.cs</Link >
72
+ </Compile >
73
+ <Compile Include =" ..\SharedAssemblyVersionInfo.cs" >
74
+ <Link >Properties\SharedAssemblyVersionInfo.cs</Link >
75
+ </Compile >
76
+ <Compile Include =" Properties\AssemblyInfo.cs" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <None Include =" Content\Views\web.config.transform" />
80
+ <None Include =" React.Web.Mvc3.nutrans" />
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <ProjectReference Include =" ..\React.Web\React.Web.csproj" >
84
+ <Project >{134edd16-8dc8-4983-a2e0-b38dab1ecf1c}</Project >
85
+ <Name >React.Web</Name >
86
+ </ProjectReference >
87
+ <ProjectReference Include =" ..\React\React.csproj" >
88
+ <Project >{d0cc8a22-cee6-485c-924b-1f94426fea59}</Project >
89
+ <Name >React</Name >
90
+ </ProjectReference >
91
+ </ItemGroup >
92
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94
+ Other similar extension points exist, see Microsoft.Common.targets.
95
+ <Target Name="BeforeBuild">
96
+ </Target>
97
+ <Target Name="AfterBuild">
98
+ </Target>
99
+ -->
100
+ </Project >
0 commit comments