summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:08:43 +0000
committerfcolin2007-02-01 10:08:43 +0000
commitd9e8723435400b6e88e1b45b6348e84378854a1f (patch)
tree65af350311f29fa1675867192faedb2494248712
parent39e383bfd0dcc8a66d95ee1b9cc99c33366b0f4d (diff)
downloadivy-csharp-d9e8723435400b6e88e1b45b6348e84378854a1f.zip
ivy-csharp-d9e8723435400b6e88e1b45b6348e84378854a1f.tar.gz
ivy-csharp-d9e8723435400b6e88e1b45b6348e84378854a1f.tar.bz2
ivy-csharp-d9e8723435400b6e88e1b45b6348e84378854a1f.tar.xz
Utilisateur : Fcolin Date : 6/12/05 Heure : 18:11 Archivé dans $/CSharp/Ivy/IvyProbeConsole Commentaire: (vss 3)
-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>