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 >{64A84C47-C557-4181-8F68-BD945FD052E3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >JavaScriptEngineSwitcher.Vroom</RootNamespace >
11+ <AssemblyName >JavaScriptEngineSwitcher.Vroom</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
16+ <RestorePackages >true</RestorePackages >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >TRACE;DEBUG;NET40</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE;NET40</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <SignAssembly >true</SignAssembly >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <AssemblyOriginatorKeyFile >..\..\tools\Key.snk</AssemblyOriginatorKeyFile >
40+ </PropertyGroup >
41+ <ItemGroup >
42+ <Reference Include =" System" />
43+ <Reference Include =" System.Core" />
44+ <Reference Include =" VroomJs, Version=1.2.3.0, Culture=neutral, PublicKeyToken=e7c52e67fcb0044f, processorArchitecture=MSIL" >
45+ <HintPath >..\..\packages\VroomJs.1.2.3\lib\net40\VroomJs.dll</HintPath >
46+ <Private >True</Private >
47+ </Reference >
48+ </ItemGroup >
49+ <ItemGroup >
50+ <ProjectReference Include =" ..\JavaScriptEngineSwitcher.Core.Net4\JavaScriptEngineSwitcher.Core.Net40.csproj" >
51+ <Project >{5c903eef-bad1-43b8-bfe2-e4ee4d204410}</Project >
52+ <Name >JavaScriptEngineSwitcher.Core.Net40</Name >
53+ </ProjectReference >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <None Include =" ..\..\tools\Key.snk" >
57+ <Link >Key.snk</Link >
58+ </None >
59+ <None Include =" packages.config" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\JsEngineFactoryCollectionExtensions.cs" >
63+ <Link >JsEngineFactoryCollectionExtensions.cs</Link >
64+ </Compile >
65+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\Properties\AssemblyInfo.cs" >
66+ <Link >AssemblyInfo.cs</Link >
67+ </Compile >
68+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\Resources\Strings.Designer.cs" >
69+ <Link >Resources\Strings.Designer.cs</Link >
70+ </Compile >
71+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\Resources\Strings.ru-ru.Designer.cs" >
72+ <Link >Resources\Strings.ru-ru.Designer.cs</Link >
73+ </Compile >
74+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\Utilities\SimplisticJsSerializer.cs" >
75+ <Link >Utilities\SimplisticJsSerializer.cs</Link >
76+ </Compile >
77+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\Utilities\Utils.cs" >
78+ <Link >Utilities\Utils.cs</Link >
79+ </Compile >
80+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\VroomJsEngine.cs" >
81+ <Link >VroomJsEngine.cs</Link >
82+ </Compile >
83+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\VroomJsEngineFactory.cs" >
84+ <Link >VroomJsEngineFactory.cs</Link >
85+ </Compile >
86+ <Compile Include =" ..\JavaScriptEngineSwitcher.Vroom\VroomSettings.cs" >
87+ <Link >VroomSettings.cs</Link >
88+ </Compile >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <EmbeddedResource Include =" ..\JavaScriptEngineSwitcher.Vroom\Resources\Strings.resx" >
92+ <Link >Resources\Strings.resx</Link >
93+ </EmbeddedResource >
94+ <EmbeddedResource Include =" ..\JavaScriptEngineSwitcher.Vroom\Resources\Strings.ru-ru.resx" >
95+ <Link >Resources\Strings.ru-ru.resx</Link >
96+ </EmbeddedResource >
97+ </ItemGroup >
98+ <ItemGroup >
99+ <Folder Include =" Properties\" />
100+ </ItemGroup >
101+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
103+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
104+ <PropertyGroup >
105+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
106+ </PropertyGroup >
107+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
108+ </Target >
109+ <PropertyGroup >
110+ <PreBuildEvent >SET VS_PROJECT_DIR=$(ProjectDir)..\JavaScriptEngineSwitcher.Vroom
111+
112+ cd "$(ProjectDir)..\..\"
113+ build resx</PreBuildEvent >
114+ </PropertyGroup >
115+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116+ Other similar extension points exist, see Microsoft.Common.targets.
117+ <Target Name="BeforeBuild">
118+ </Target>
119+ <Target Name="AfterBuild">
120+ </Target>
121+ -->
122+ </Project >
0 commit comments