1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

fix up templategenerator project after move of TypeHelper

This commit is contained in:
Kevin Glynn 2011-02-17 11:08:52 +01:00
parent 041258790f
commit f87cf09735
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -44,6 +44,7 @@
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TypeHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CS2JTranslator\CS2JTranslator.csproj">

View File

@ -8,6 +8,7 @@ using NDesk.Options;
using System.Collections.Generic;
using Twiglet.CS2J.Translator.TypeRep;
using Twiglet.CS2J.Translator.Utils;
using Twiglet.CS2J.Utility.Utils;
namespace Twiglet.CS2J.Utility
{

View File

@ -63,7 +63,6 @@
<Compile Include="CS2JUtil\Constants.cs" />
<Compile Include="CS2JUtil\DirectoryHT.cs" />
<Compile Include="CS2JUtil\Set.cs" />
<Compile Include="CS2JTemplate\TypeHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\CSharpParser\cs.g">