Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ x64/
*.vspscc
*.vssscc
.builds
*.nupkg

# Visual C++ cache files
ipch/
Expand Down
Binary file removed Codeable.Foundation.4.0.nupkg
Binary file not shown.
21 changes: 0 additions & 21 deletions Codeable.Foundation.4.0.nuspec

This file was deleted.

145 changes: 3 additions & 142 deletions Codeable.Foundation.Common/Codeable.Foundation.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,152 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{72E82A47-CC73-443D-BE8B-16B78A7978F1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Codeable.Foundation.Common</RootNamespace>
<AssemblyName>Codeable.Foundation.Common</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<TargetFrameworks>net45</TargetFrameworks>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.RegistrationByConvention">
<HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Aspect\ChokeableClass.cs" />
<Compile Include="Aspect\ChokeLocation.cs" />
<Compile Include="Aspect\ChokePointResult.cs" />
<Compile Include="Aspect\IAspectCoordinator.cs" />
<Compile Include="Aspect\MethodChokeArgs.cs" />
<Compile Include="BaseClass.cs" />
<Compile Include="Collections\SerializableDictionary.cs" />
<Compile Include="CommonUtility.cs" />
<Compile Include="Daemons\DaemonConfig.cs" />
<Compile Include="Daemons\DaemonExecutionEstimate.cs" />
<Compile Include="Daemons\DaemonSynchronizationPolicy.cs" />
<Compile Include="Daemons\IDaemon.cs" />
<Compile Include="Daemons\IDaemonHost.cs" />
<Compile Include="Daemons\IDaemonManager.cs" />
<Compile Include="Daemons\IDaemonSynchronizationHandler.cs" />
<Compile Include="Daemons\IDaemonTask.cs" />
<Compile Include="Emailing\Email.cs" />
<Compile Include="Emailing\EmailRecipient.cs" />
<Compile Include="Emailing\EmailTemplate.cs" />
<Compile Include="Emailing\IEmail.cs" />
<Compile Include="Emailing\IEmailRecipient.cs" />
<Compile Include="Emailing\IEmailTransport.cs" />
<Compile Include="IBootStrap.cs" />
<Compile Include="IFoundation.cs" />
<Compile Include="IDomainModel.cs" />
<Compile Include="Localization\ILocalizeText.cs" />
<Compile Include="Localization\LocalizationLevel.cs" />
<Compile Include="Plugins\IFoundationPlugin.cs" />
<Compile Include="Plugins\IPlugin.cs" />
<Compile Include="Plugins\IPluginConfigClass.cs" />
<Compile Include="Plugins\IPluginManager.cs" />
<Compile Include="Plugins\PreventDynamicLoadAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ShortGuid.cs" />
<Compile Include="System\Category.cs" />
<Compile Include="System\IDynamicallySelfRegisterWithUnity.cs" />
<Compile Include="System\IHandleException.cs" />
<Compile Include="System\IHandleExceptionProvider.cs" />
<Compile Include="System\ILogger.cs" />
<Compile Include="System\ITracer.cs" />
<Compile Include="System\SelfRegisteringArgs.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<PackageReference Include="Unity" Version="3.5.1404.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(TargetPath) $(SolutionDir)_Releases\$(TargetFileName)</PostBuildEvent>
</PropertyGroup>
<!-- 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">
Expand Down
36 changes: 0 additions & 36 deletions Codeable.Foundation.Common/Properties/AssemblyInfo.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Codeable.Foundation.Common/app.config

This file was deleted.

5 changes: 0 additions & 5 deletions Codeable.Foundation.Common/packages.config

This file was deleted.

Loading