diff options
author | fcolin | 2007-02-01 09:44:41 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:44:41 +0000 |
commit | c596d92e19f6ec03c766f7132ade5c06daec41af (patch) | |
tree | 94eb5784235db339775be478449f3d7b25ab58d0 /CSharp | |
parent | 377003a61283a3f91bc41d88e03a1f26159822db (diff) | |
download | ivy-csharp-c596d92e19f6ec03c766f7132ade5c06daec41af.zip ivy-csharp-c596d92e19f6ec03c766f7132ade5c06daec41af.tar.gz ivy-csharp-c596d92e19f6ec03c766f7132ade5c06daec41af.tar.bz2 ivy-csharp-c596d92e19f6ec03c766f7132ade5c06daec41af.tar.xz |
Utilisateur : Fcolin Date : 12/01/06 Heure : 9:48 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 2)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.csproj | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.csproj b/CSharp/Ivy/Ivy/Ivy.csproj index 5163460..6870b78 100644 --- a/CSharp/Ivy/Ivy/Ivy.csproj +++ b/CSharp/Ivy/Ivy/Ivy.csproj @@ -57,7 +57,7 @@ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\</OutputPath>
+ <OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -122,15 +122,16 @@ </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="AssemblyInfo.cs">
+ <Compile Include="IvyProtocol.cs" />
+ <Compile Include="IvyTCPStream.cs" />
+ <Compile Include="IvyTCPStreamV3.cs" />
+ <Compile Include="IvyUDPStream.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Ivy.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="IvyArgument.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="IvyBinding.cs">
<SubType>Code</SubType>
</Compile>
@@ -148,9 +149,19 @@ <Compile Include="IvyWatcher.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ <DependentUpon>Settings.settings</DependentUpon>
+ </Compile>
+ <Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="ClassDiagram1.cd" />
+ <None Include="app.config" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|