65 lines
2.9 KiB
XML
65 lines
2.9 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<ProjectGuid>{FAB1F470-1574-4301-B56E-D3364AA93679}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>DataPro.Core</RootNamespace>
|
|||
|
|
<AssemblyName>DataPro.Core</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<SccProjectName>SAK</SccProjectName>
|
|||
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|||
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|||
|
|
<SccProvider>SAK</SccProvider>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|||
|
|
<Reference Include="System.Configuration" />
|
|||
|
|
<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="Config\DataProConfig.cs" />
|
|||
|
|
<Compile Include="DataProConstants.cs" />
|
|||
|
|
<Compile Include="EventManager\EventManager.cs" />
|
|||
|
|
<Compile Include="PluginLib\PluginConfig.cs" />
|
|||
|
|
<Compile Include="PluginLib\PluginConfigData.cs" />
|
|||
|
|
<Compile Include="PluginLib\PluginConfigSectionHandler.cs" />
|
|||
|
|
<Compile Include="PluginLib\PluginManager.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="ServiceManager\IServicePublishedEvent.cs" />
|
|||
|
|
<Compile Include="ServiceManager\ServiceManager.cs" />
|
|||
|
|
<Compile Include="ServiceManager\ServicePublishedEvent.cs" />
|
|||
|
|
<Compile Include="Settings\SettingsChangedEventArgs.cs" />
|
|||
|
|
<Compile Include="Settings\SettingsCollection.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="App.config" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Common\DTS.Common.csproj">
|
|||
|
|
<Project>{114edc77-f3b5-4576-a91b-40818d503b55}</Project>
|
|||
|
|
<Name>DTS.Common</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="RegionAdapters\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\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>
|