comparison Jint.Experimental/Jint.Experimental.csproj @ 0:e113095f1de0

initial commit, proof of concept
author cin
date Wed, 23 Oct 2013 13:24:57 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e113095f1de0
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{8AC3346E-5A4E-4B8C-A225-E4C47F912730}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>Jint.Experimental</RootNamespace>
11 <AssemblyName>Jint.Experimental</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG;</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <Externalconsole>true</Externalconsole>
22 <PlatformTarget>x86</PlatformTarget>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25 <DebugType>full</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <Externalconsole>true</Externalconsole>
31 <PlatformTarget>x86</PlatformTarget>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 </ItemGroup>
36 <ItemGroup>
37 <Compile Include="Program.cs" />
38 <Compile Include="Properties\AssemblyInfo.cs" />
39 </ItemGroup>
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
41 <ItemGroup>
42 <ProjectReference Include="..\Jint.Runtime\Jint.Runtime.csproj">
43 <Project>{F3FDE0D1-748F-4DFE-9C1C-D17D7FD4E642}</Project>
44 <Name>Jint.Runtime</Name>
45 </ProjectReference>
46 </ItemGroup>
47 </Project>