|
|
|
|
@ -86,6 +86,8 @@
|
|
|
|
|
<Import Include="System.Threading.Tasks" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Interpreter\Expressions\Expression.vb" />
|
|
|
|
|
<Compile Include="Interpreter\QueryInterpreter.vb" />
|
|
|
|
|
<Compile Include="Language\Extensions.vb" />
|
|
|
|
|
<Compile Include="Language\Tokenizer.vb" />
|
|
|
|
|
<Compile Include="Language\Token.vb" />
|
|
|
|
|
@ -105,6 +107,8 @@
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Runtime\Environment.vb" />
|
|
|
|
|
<Compile Include="Script\SyntaxImplements.vb" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
|
|
|
@ -131,5 +135,6 @@
|
|
|
|
|
<Name>47-dotnet_Microsoft.VisualBasic</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
|
|
|
</Project>
|