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:
parent
041258790f
commit
f87cf09735
@ -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">
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
@ -44,6 +44,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Main.cs" />
|
<Compile Include="Main.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="TypeHelper.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\CS2JTranslator\CS2JTranslator.csproj">
|
<ProjectReference Include="..\CS2JTranslator\CS2JTranslator.csproj">
|
||||||
|
@ -8,6 +8,7 @@ using NDesk.Options;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Twiglet.CS2J.Translator.TypeRep;
|
using Twiglet.CS2J.Translator.TypeRep;
|
||||||
using Twiglet.CS2J.Translator.Utils;
|
using Twiglet.CS2J.Translator.Utils;
|
||||||
|
using Twiglet.CS2J.Utility.Utils;
|
||||||
|
|
||||||
namespace Twiglet.CS2J.Utility
|
namespace Twiglet.CS2J.Utility
|
||||||
{
|
{
|
||||||
|
@ -63,7 +63,6 @@
|
|||||||
<Compile Include="CS2JUtil\Constants.cs" />
|
<Compile Include="CS2JUtil\Constants.cs" />
|
||||||
<Compile Include="CS2JUtil\DirectoryHT.cs" />
|
<Compile Include="CS2JUtil\DirectoryHT.cs" />
|
||||||
<Compile Include="CS2JUtil\Set.cs" />
|
<Compile Include="CS2JUtil\Set.cs" />
|
||||||
<Compile Include="CS2JTemplate\TypeHelper.cs" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\CSharpParser\cs.g">
|
<None Include="..\CSharpParser\cs.g">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user