1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <Description >React Router support for ReactJS.NET.</Description >
5
+ <Copyright >Copyright 2014-Present Facebook, Inc</Copyright >
6
+ <AssemblyTitle >ReactJS.NET Router</AssemblyTitle >
7
+ <Authors >Daniel Lo Nigro, Gunnar Már Óttarsson</Authors >
8
+ <TargetFrameworks >net451</TargetFrameworks >
9
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
+ <AssemblyName >React.Router.Mvc4</AssemblyName >
11
+ <DefineConstants >$(DefineConstants);LEGACYASPNET</DefineConstants >
12
+ <AssemblyOriginatorKeyFile >../key.snk</AssemblyOriginatorKeyFile >
13
+ <SignAssembly >true</SignAssembly >
14
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
15
+ <PackageId >React.Router.Mvc4</PackageId >
16
+ <PackageTags >asp.net;mvc;asp;javascript;js;react;facebook;reactjs;babel;router;react router</PackageTags >
17
+ <PackageIconUrl >http://reactjs.net/img/logo_64.png</PackageIconUrl >
18
+ <PackageProjectUrl >http://reactjs.net/</PackageProjectUrl >
19
+ <PackageLicenseUrl >https://github.com/reactjs/React.NET#licence</PackageLicenseUrl >
20
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
21
+ </PropertyGroup >
22
+
23
+ <ItemGroup >
24
+ <Compile Include =" ..\React.Router\*.cs" />
25
+ <Compile Include =" ..\SharedAssemblyInfo.cs" />
26
+ <Compile Include =" ..\SharedAssemblyVersionInfo.cs" />
27
+ <Content Include =" Content\**\*" >
28
+ <Pack >true</Pack >
29
+ <PackagePath >content\</PackagePath >
30
+ </Content >
31
+ </ItemGroup >
32
+
33
+ <ItemGroup >
34
+ <Reference Include =" System.Web" />
35
+ <Reference Include =" Microsoft.CSharp" />
36
+ <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 4.0.20710" />
37
+ </ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <ProjectReference Include =" ..\React.Core\React.Core.csproj" />
41
+ </ItemGroup >
42
+
43
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
44
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
45
+ </PropertyGroup >
46
+
47
+ </Project >
0 commit comments