1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.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 >{350EFB8E-693C-4DFE-8162-C99C359CFC71}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >React.Sample.ConsoleApp</RootNamespace >
11
+ <AssemblyName >React.Sample.ConsoleApp</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
+ <TargetFrameworkProfile />
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >AnyCPU</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >..\..\bin\Debug\React.Sample.ConsoleApp\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
27
+ <NoWarn >1607</NoWarn >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <PlatformTarget >AnyCPU</PlatformTarget >
31
+ <DebugType >pdbonly</DebugType >
32
+ <Optimize >true</Optimize >
33
+ <OutputPath >..\..\bin\Release\React.Sample.ConsoleApp\</OutputPath >
34
+ <DefineConstants >TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" ClearScript, Version=5.4.3.0, Culture=neutral, PublicKeyToken=935d0c957da47c73, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\JavaScriptEngineSwitcher.V8.1.3.0\lib\net40\ClearScript.dll</HintPath >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" JavaScriptEngineSwitcher.Core, Version=1.2.4.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\JavaScriptEngineSwitcher.Core.1.2.4\lib\net40\JavaScriptEngineSwitcher.Core.dll</HintPath >
45
+ <Private >True</Private >
46
+ </Reference >
47
+ <Reference Include =" JavaScriptEngineSwitcher.V8, Version=1.3.0.0, Culture=neutral, PublicKeyToken=c608b2a8cc9e4472, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\JavaScriptEngineSwitcher.V8.1.3.0\lib\net40\JavaScriptEngineSwitcher.V8.dll</HintPath >
49
+ <Private >True</Private >
50
+ </Reference >
51
+ <Reference Include =" System" />
52
+ <Reference Include =" System.Core" />
53
+ <Reference Include =" Microsoft.CSharp" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
57
+ <Link >Properties\SharedAssemblyInfo.cs</Link >
58
+ </Compile >
59
+ <Compile Include =" ..\SharedAssemblyVersionInfo.cs" >
60
+ <Link >Properties\SharedAssemblyVersionInfo.cs</Link >
61
+ </Compile >
62
+ <Compile Include =" Program.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <None Include =" App.config" />
67
+ <None Include =" packages.config" />
68
+ <None Include =" Sample.jsx" >
69
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
70
+ </None >
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <ProjectReference Include =" ..\React.Core\React.Core.csproj" >
74
+ <Project >{d0cc8a22-cee6-485c-924b-1f94426fea59}</Project >
75
+ <Name >React.Core</Name >
76
+ </ProjectReference >
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <None Include =" ClearScript.V8\ClearScriptV8-32.dll" >
80
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
81
+ </None >
82
+ <None Include =" ClearScript.V8\ClearScriptV8-64.dll" >
83
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
84
+ </None >
85
+ <None Include =" ClearScript.V8\v8-ia32.dll" >
86
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
87
+ </None >
88
+ <None Include =" ClearScript.V8\v8-x64.dll" >
89
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
90
+ </None >
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