summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
index d746618..8751666 100644
--- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
@@ -13,7 +13,7 @@
<ApplicationIcon>App.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
- <AssemblyName>IvyProbe</AssemblyName>
+ <AssemblyName>IvyProbeConsole</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
@@ -21,7 +21,7 @@
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Exe</OutputType>
- <RootNamespace>IvyProbe</RootNamespace>
+ <RootNamespace>IvyProbeConsole</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
@@ -116,7 +116,7 @@
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="IvyProbe.cs">
+ <Compile Include="IvyProbeConsole.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>