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

make mono develop happier

This commit is contained in:
Kevin Glynn 2011-09-14 15:07:51 +02:00
parent 5a013caf81
commit 4d5f5aead0
4 changed files with 6 additions and 5 deletions

View File

@ -10,6 +10,7 @@
<RootNamespace>CS2JKeyGenerator</RootNamespace>
<AssemblyName>CS2JKeyGenerator</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<StartupObject>Twiglet.CS2J.Utility.KeyGenerator</StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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>
@ -11,8 +11,8 @@
<RootNamespace>CS2JTemplateGenerator</RootNamespace>
<AssemblyName>CS2JTemplateGenerator</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<StartupObject>Twiglet.CS2J.Utility.TemplateFromDLL</StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>

View File

@ -11,8 +11,8 @@
<RootNamespace>CS2JTemplateSigner</RootNamespace>
<AssemblyName>CS2JTemplateSigner</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<StartupObject>Twiglet.CS2J.Utility.TemplateSigner</StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -31,7 +31,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Config\AliasText.cs" />