summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-15 15:15:48 +0000
committerfcolin2007-02-15 15:15:48 +0000
commit5fc13f14ffc5c39d4848353c32dfc02f8f245824 (patch)
tree367cd6134688532457fbb399724c17cacb0663e8
parent56650b6075ad93b000ee2bc53a8ef8fb96077828 (diff)
downloadivy-csharp-5fc13f14ffc5c39d4848353c32dfc02f8f245824.zip
ivy-csharp-5fc13f14ffc5c39d4848353c32dfc02f8f245824.tar.gz
ivy-csharp-5fc13f14ffc5c39d4848353c32dfc02f8f245824.tar.bz2
ivy-csharp-5fc13f14ffc5c39d4848353c32dfc02f8f245824.tar.xz
Mise à jour suite a ajout lib getopt
-rw-r--r--Ivy.sln14
-rw-r--r--IvyFilter/IvyFilter.csproj2
-rw-r--r--IvyProbe/IvyProbe.Designer.cs2
-rw-r--r--IvyProbeConsole/IvyProbeConsole.csproj2
4 files changed, 9 insertions, 11 deletions
diff --git a/Ivy.sln b/Ivy.sln
index 6090322..e48bd9f 100644
--- a/Ivy.sln
+++ b/Ivy.sln
@@ -15,7 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ivy", "Ivy\Ivy.csproj", "{F
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IvyFilter", "IvyFilter\IvyFilter.csproj", "{151B7DDB-279B-4E1E-903B-E09B079FA0A5}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "getopt", "..\getopt\getopt.csproj", "{228B5F0B-31AE-488F-A916-B7CBB269D25F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "getopt", "getopt\getopt.csproj", "{228B5F0B-31AE-488F-A916-B7CBB269D25F}"
EndProject
Global
GlobalSection(SourceCodeControl) = preSolution
@@ -42,14 +42,14 @@ Global
SccProjectName5 = \u0022$/CSharp/Ivy/Ivy\u0022,\u0020QQHAAAAA
SccLocalPath5 = Ivy
CanCheckoutShared = false
- SccProjectUniqueName6 = ..\\getopt\\getopt.csproj
- SccProjectName6 = \u0022$/CSharp/getopt\u0022,\u0020RBIAAAAA
- SccLocalPath6 = ..\\getopt
+ SccProjectUniqueName6 = IvyFilter\\IvyFilter.csproj
+ SccLocalPath6 = .
CanCheckoutShared = false
- SccProjectUniqueName7 = IvyFilter\\IvyFilter.csproj
- SccLocalPath7 = .
+ SccProjectFilePathRelativizedFromConnection6 = IvyFilter\\
+ SccProjectUniqueName7 = getopt\\getopt.csproj
+ SccProjectName7 = \u0022$/CSharp/getopt\u0022,\u0020RBIAAAAA
+ SccLocalPath7 = getopt
CanCheckoutShared = false
- SccProjectFilePathRelativizedFromConnection7 = IvyFilter\\
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/IvyFilter/IvyFilter.csproj b/IvyFilter/IvyFilter.csproj
index 1d3c263..5dbc3cb 100644
--- a/IvyFilter/IvyFilter.csproj
+++ b/IvyFilter/IvyFilter.csproj
@@ -41,7 +41,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\getopt\getopt.csproj">
+ <ProjectReference Include="..\getopt\getopt.csproj">
<Project>{228B5F0B-31AE-488F-A916-B7CBB269D25F}</Project>
<Name>getopt</Name>
</ProjectReference>
diff --git a/IvyProbe/IvyProbe.Designer.cs b/IvyProbe/IvyProbe.Designer.cs
index be00720..13f440c 100644
--- a/IvyProbe/IvyProbe.Designer.cs
+++ b/IvyProbe/IvyProbe.Designer.cs
@@ -136,7 +136,6 @@ namespace IvyProbe
//
// busDomain
//
- this.busDomain.Domain = "10.192.36.255:2011";
this.busDomain.Location = new System.Drawing.Point(0, 0);
this.busDomain.Margin = new System.Windows.Forms.Padding(0);
this.busDomain.Name = "busDomain";
@@ -169,7 +168,6 @@ namespace IvyProbe
//
// IvyProbe
//
- this.AcceptButton = this.btSend;
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(478, 266);
this.Controls.Add(this.busDomain);
diff --git a/IvyProbeConsole/IvyProbeConsole.csproj b/IvyProbeConsole/IvyProbeConsole.csproj
index 4551387..c45b9e8 100644
--- a/IvyProbeConsole/IvyProbeConsole.csproj
+++ b/IvyProbeConsole/IvyProbeConsole.csproj
@@ -139,7 +139,7 @@
</None>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\getopt\getopt.csproj">
+ <ProjectReference Include="..\getopt\getopt.csproj">
<Project>{228B5F0B-31AE-488F-A916-B7CBB269D25F}</Project>
<Name>getopt</Name>
</ProjectReference>