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

View File

@ -1,4 +1,4 @@
namespace ASETestCom namespace ASETestCNT
{ {
partial class AwkForm partial class AwkForm
{ {
@ -378,4 +378,4 @@ namespace ASETestCom
private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label4;
} }
} }

View File

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

View File

@ -2,7 +2,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Windows.Forms; using System.Windows.Forms;
namespace ASETestCom namespace ASETestCNT
{ {
static class Program static class Program
{ {
@ -17,4 +17,4 @@ namespace ASETestCom
Application.Run(new AwkForm()); Application.Run(new AwkForm());
} }
} }
} }

View File

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