*** empty log message ***
This commit is contained in:
parent
9f2ad7e2fb
commit
333be432b2
@ -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"
|
||||
|
2
ase/test/cnt/AwkForm.Designer.cs
generated
2
ase/test/cnt/AwkForm.Designer.cs
generated
@ -1,4 +1,4 @@
|
||||
namespace ASETestCom
|
||||
namespace ASETestCNT
|
||||
{
|
||||
partial class AwkForm
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
|
||||
namespace ASETestCom
|
||||
namespace ASETestCNT
|
||||
{
|
||||
public partial class AwkForm : Form
|
||||
{
|
||||
|
@ -2,7 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ASETestCom
|
||||
namespace ASETestCNT
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user