diff options
author | fcolin | 2007-02-01 10:01:10 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:01:10 +0000 |
commit | cd03f7c2121096c786ade5a10c7ceb4d1b98bb78 (patch) | |
tree | fe8add4ba356a2c6bf30ff15b7a7dadd021a156f | |
parent | 44b37bdc50003c1dcac30c140bc52057614a9efe (diff) | |
download | ivy-csharp-cd03f7c2121096c786ade5a10c7ceb4d1b98bb78.zip ivy-csharp-cd03f7c2121096c786ade5a10c7ceb4d1b98bb78.tar.gz ivy-csharp-cd03f7c2121096c786ade5a10c7ceb4d1b98bb78.tar.bz2 ivy-csharp-cd03f7c2121096c786ade5a10c7ceb4d1b98bb78.tar.xz |
Utilisateur : Fcolin Date : 6/02/06 Heure : 13:35 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 4)
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyPPC.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyPPC.csproj b/CSharp/Ivy/IvyPPC/IvyPPC.csproj index b9ab034..1685ea3 100644 --- a/CSharp/Ivy/IvyPPC/IvyPPC.csproj +++ b/CSharp/Ivy/IvyPPC/IvyPPC.csproj @@ -69,9 +69,9 @@ <Compile Include="IvyUDPStreamV3.cs" />
<Compile Include="IvyUDPStreamV4.cs" />
<Compile Include="IvyWatcher.cs" />
- <Compile Include="Pcre.cs" />
+ <None Include="Pcre.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Settings.cs" />
+ <None Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
|