123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5229A336-C6F4-46D9-A56F-66BE214570EB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Wayne.Lib</RootNamespace>
- <AssemblyName>Wayne.Lib.Common</AssemblyName>
- <DeployDirSuffix>Common</DeployDirSuffix>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FormFactorID>
- </FormFactorID>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>Wayne.Lib.Common.snk</AssemblyOriginatorKeyFile>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- <DocumentationFile>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ActionDisposable.cs" />
- <Compile Include="Any.cs" />
- <Compile Include="AppArgSupport.cs" />
- <Compile Include="Arrays.cs" />
- <Compile Include="Assemblies.cs" />
- <Compile Include="AsyncCompletedEventArgs.cs" />
- <Compile Include="ConnectionChecker.cs" />
- <Compile Include="DisposableBase.cs" />
- <Compile Include="EnumerableExtensions.cs" />
- <Compile Include="EnumSupport.cs" />
- <Compile Include="Events.cs" />
- <Compile Include="GenericEventArgs.cs" />
- <Compile Include="IConnectable.cs" />
- <Compile Include="IIdentifiableEntity.cs" />
- <Compile Include="ConnectableWrongStateException.cs" />
- <Compile Include="IServiceContainer.cs" />
- <Compile Include="IServiceLocator.cs" />
- <Compile Include="ISystemTime.cs" />
- <Compile Include="ITimer.cs" />
- <Compile Include="MessageBus\ThreadedBus.cs" />
- <Compile Include="MessageBus\BasicBus.cs" />
- <Compile Include="MessageBus\IBus.cs" />
- <Compile Include="MessageBus\Subscription.cs" />
- <Compile Include="MessageBus\SubscriptionBase.cs" />
- <Compile Include="ObjectExtensions.cs" />
- <Compile Include="ObjectNotReservedException.cs" />
- <Compile Include="ObservableList.cs" />
- <Compile Include="ParamGuard.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RefinedList.cs" />
- <Compile Include="ReserveCompletedEventArgs.cs" />
- <Compile Include="ServiceActivator.cs" />
- <Compile Include="ServiceContainer.cs" />
- <Compile Include="ServiceContainerException.cs" />
- <Compile Include="ServiceContainerFactory.cs" />
- <Compile Include="TimeoutInterval.cs" />
- <Compile Include="TypedAggregation.cs" />
- <Compile Include="UserTokenEventArgs.cs" />
- <Compile Include="IVersionProvider.cs" />
- <Compile Include="VersionNumber.cs" />
- <Compile Include="VersionProvider.cs" />
- <Compile Include="WayneSystemTime.cs" />
- <Compile Include="WayneSystemTimeCE.cs" />
- <Compile Include="WayneTimer.cs" />
- <Compile Include="Xml.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Assemblies.cd" />
- <None Include="AsyncSupport.cd" />
- <None Include="Doc\NDoc.bat" />
- <None Include="Doc\NDocConfig.ndoc" />
- <None Include="Doc\SDD_Wayne.Lib.Common.doc" />
- <None Include="Doc\SDD_Wayne.Lib.Common.pdf" />
- <None Include="IConnectable.cd" />
- <None Include="IIdentifiableEntity.cd" />
- <None Include="Wayne.Lib.Common.snk" />
- </ItemGroup>
- <ItemGroup />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
- <HostingProcess disable="1" />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
-
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|