|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>React.Tests</RootNamespace> |
11 | 11 | <AssemblyName>React.Tests</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
22 | 23 | <WarningLevel>4</WarningLevel> |
23 | 24 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
24 | 25 | <NoWarn>1607</NoWarn> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup> |
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 29 | <DebugType>pdbonly</DebugType> |
|
32 | 34 | <WarningLevel>4</WarningLevel> |
33 | 35 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
34 | 36 | <NoWarn>1607</NoWarn> |
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup> |
36 | 39 | <PropertyGroup> |
37 | 40 | <SignAssembly>true</SignAssembly> |
|
105 | 108 | <Compile Include="Core\BabelTransformerTests.cs" /> |
106 | 109 | <Compile Include="Core\ReactComponentTest.cs" /> |
107 | 110 | <Compile Include="Mvc\HtmlHelperExtensionsTests.cs" /> |
| 111 | + <Compile Include="Owin\EntryAssemblyFileSystemTests.cs" /> |
108 | 112 | <Compile Include="Properties\AssemblyInfo.cs" /> |
109 | 113 | <Compile Include="Core\ReactEnvironmentTest.cs" /> |
110 | 114 | </ItemGroup> |
111 | 115 | <ItemGroup> |
112 | 116 | <None Include="packages.config" /> |
113 | 117 | </ItemGroup> |
114 | 118 | <ItemGroup> |
| 119 | + <ProjectReference Include="..\React.Owin\React.Owin.csproj"> |
| 120 | + <Project>{c3bf8d49-b7cc-4d7f-b0f0-a94347c595ea}</Project> |
| 121 | + <Name>React.Owin</Name> |
| 122 | + </ProjectReference> |
115 | 123 | <ProjectReference Include="..\React.Web.Mvc4\React.Web.Mvc4.csproj"> |
116 | 124 | <Project>{662d52ac-1ee9-4372-bd74-379f9ac56451}</Project> |
117 | 125 | <Name>React.Web.Mvc4</Name> |
|
0 commit comments