12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{C4CD3D7B-CB40-47D5-AB04-DF05007E5B6A}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <AssemblyName>OpenSEMI.Core</AssemblyName>
- <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <NoWarn>CS0168</NoWarn>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net">
- <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core">
- <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="OpenSEMI.Core.Container\CachedTypeInfo.cs" />
- <Compile Include="OpenSEMI.Core.Container\ConstructorCache.cs" />
- <Compile Include="OpenSEMI.Core.Container\IContainer.cs" />
- <Compile Include="OpenSEMI.Core.Container\ParameterCache.cs" />
- <Compile Include="OpenSEMI.Core.Container\TypeResolver.cs" />
- <Compile Include="OpenSEMI.Core.Container\w.cs" />
- <Compile Include="OpenSEMI.Core.Database\IDatabase.cs" />
- <Compile Include="OpenSEMI.Core.Msg\MsgPool.cs" />
- <Compile Include="OpenSEMI.Core.Publisher\IPublisher.cs" />
- <Compile Include="OpenSEMI.Core.Publisher\Publisher.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|