|
|
|
|
@ -52,7 +52,7 @@
@@ -52,7 +52,7 @@
|
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>DEBUG;TRACE;FULL_AST;NET45</DefineConstants> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' "> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
@ -63,7 +63,7 @@
@@ -63,7 +63,7 @@
|
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE;FULL_AST;NET45</DefineConstants> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
@ -151,6 +151,7 @@
@@ -151,6 +151,7 @@
|
|
|
|
|
<Compile Include="Ast\Modifiers.cs" /> |
|
|
|
|
<Compile Include="Ast\NodeType.cs" /> |
|
|
|
|
<Compile Include="Ast\ObservableAstVisitor.cs" /> |
|
|
|
|
<Compile Include="Ast\old_ObservableAstVisitor.cs" /> |
|
|
|
|
<Compile Include="Ast\PrimitiveType.cs" /> |
|
|
|
|
<Compile Include="Ast\SimpleType.cs" /> |
|
|
|
|
<Compile Include="Ast\Statements\BlockStatement.cs" /> |
|
|
|
|
|