log4netwebserviceappender_demo.zip
Log4NetWebServiceAppender.suo
References
ClickOnceButton.dll
de
ZetaLib.Core.resources.dll
ZetaLib.Web.resources.dll
ZetaLib.Windows.resources.dll
ICSharpCode.SharpZipLib.dll
Interop.ADODB.dll
Interop.JRO.dll
log4net.dll
ZetaLib.Core.dll
ZetaLib.Web.dll
ZetaLib.Windows.dll
Runtime
bin
Debug
de
obj
Debug
Refactor
TempPE
Properties
Settings.settings
Runtime.csproj.user
Web References
Logging
LoggingService.disco
LoggingService.wsdl
Reference.map
TestClient
bin
Debug
de
ZetaLib.Core.resources.dll
ZetaLib.Windows.resources.dll
ICSharpCode.SharpZipLib.dll
Interop.ADODB.dll
Interop.JRO.dll
log4net.dll
TestClient.exe
TestClient.vshost.exe
ZetaLib.Core.dll
ZetaLib.Windows.dll
ZetaWebServiceAppender.dll
obj
Debug
Refactor
TempPE
Properties
Settings.settings
Web
App_Code
Bin
ClickOnceButton.dll
de
ZetaLib.Core.resources.dll
ZetaLib.Web.resources.dll
ICSharpCode.SharpZipLib.dll
Interop.ADODB.dll
Interop.JRO.dll
log4net.dll
ZetaLib.Core.dll
ZetaLib.Core.dll.refresh
ZetaLib.Web.dll
ZetaLib.Web.dll.refresh
Global.asax
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{441AA4E9-FD50-4AC3-A305-E93296392E80}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TestClient</RootNamespace>
<AssemblyName>TestClient</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="ZetaLib.Core, Version=2.0.2552.20912, Culture=neutral, PublicKeyToken=7f2aad02375d0625, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\ZetaLib.Core.dll</HintPath>
</Reference>
<Reference Include="ZetaLib.Windows, Version=2.0.2552.20916, Culture=neutral, PublicKeyToken=dcf740fe5bbe55f1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\ZetaLib.Windows.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="MainForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="App.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Runtime\Runtime.csproj">
<Project>{827BCADA-113C-4CE6-9C36-A185A40C3B27}</Project>
<Name>Runtime</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.