*** empty log message ***

This commit is contained in:
hyung-hwan 2007-04-26 15:37:07 +00:00
parent 9f2ad7e2fb
commit 333be432b2
5 changed files with 11 additions and 11 deletions

View File

@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@ -91,7 +91,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"

View File

@ -1,4 +1,4 @@
namespace ASETestCom
namespace ASETestCNT
{
partial class AwkForm
{

View File

@ -7,7 +7,7 @@ using System.Text;
using System.Windows.Forms;
using System.IO;
namespace ASETestCom
namespace ASETestCNT
{
public partial class AwkForm : Form
{

View File

@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace ASETestCom
namespace ASETestCNT
{
static class Program
{

View File

@ -7,8 +7,8 @@
<ProjectGuid>{F14B75D8-3ED7-4621-B5B9-E96A80B5D809}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ASETestCom</RootNamespace>
<AssemblyName>asecom</AssemblyName>
<RootNamespace>ASETestCNT</RootNamespace>
<AssemblyName>asetestcnt</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>