Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 213 | f9daq | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
| 4 | <PropertyGroup> |
||
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
| 7 | <ProjectGuid>{A9829616-449C-4F04-AFF1-B7D11F6ED0C8}</ProjectGuid> |
||
| 8 | <OutputType>Library</OutputType> |
||
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
| 10 | <RootNamespace>AitSipmDAQDll</RootNamespace> |
||
| 11 | <AssemblyName>AitSipmDAQDll</AssemblyName> |
||
| 12 | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
||
| 13 | <FileAlignment>512</FileAlignment> |
||
| 14 | <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> |
||
| 15 | <TargetFrameworkProfile /> |
||
| 16 | </PropertyGroup> |
||
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
| 18 | <PlatformTarget>x86</PlatformTarget> |
||
| 19 | <DebugSymbols>true</DebugSymbols> |
||
| 20 | <DebugType>full</DebugType> |
||
| 21 | <Optimize>false</Optimize> |
||
| 22 | <OutputPath>bin\Debug\</OutputPath> |
||
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
| 24 | <ErrorReport>prompt</ErrorReport> |
||
| 25 | <WarningLevel>4</WarningLevel> |
||
| 26 | <Prefer32Bit>false</Prefer32Bit> |
||
| 27 | </PropertyGroup> |
||
| 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
| 29 | <PlatformTarget>x86</PlatformTarget> |
||
| 30 | <DebugType>pdbonly</DebugType> |
||
| 31 | <Optimize>true</Optimize> |
||
| 32 | <OutputPath>bin\Release\</OutputPath> |
||
| 33 | <DefineConstants>TRACE</DefineConstants> |
||
| 34 | <ErrorReport>prompt</ErrorReport> |
||
| 35 | <WarningLevel>4</WarningLevel> |
||
| 36 | <Prefer32Bit>false</Prefer32Bit> |
||
| 37 | </PropertyGroup> |
||
| 38 | <PropertyGroup> |
||
| 39 | <StartupObject /> |
||
| 40 | </PropertyGroup> |
||
| 41 | <ItemGroup> |
||
| 42 | <Reference Include="AitMduManager"> |
||
| 43 | <HintPath>..\AitMduManager.dll</HintPath> |
||
| 44 | </Reference> |
||
| 45 | <Reference Include="RGiesecke.DllExport.Metadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8f52d83c1a22df51, processorArchitecture=MSIL"> |
||
| 46 | <HintPath>..\packages\UnmanagedExports.1.2.7\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath> |
||
| 47 | <Private>False</Private> |
||
| 48 | </Reference> |
||
| 49 | <Reference Include="System" /> |
||
| 50 | <Reference Include="System.Core" /> |
||
| 51 | <Reference Include="System.Windows.Forms" /> |
||
| 52 | <Reference Include="System.Xml.Linq" /> |
||
| 53 | <Reference Include="System.Data.DataSetExtensions" /> |
||
| 54 | <Reference Include="Microsoft.CSharp" /> |
||
| 55 | <Reference Include="System.Data" /> |
||
| 56 | <Reference Include="System.Xml" /> |
||
| 57 | </ItemGroup> |
||
| 58 | <ItemGroup> |
||
| 59 | <Compile Include="Program.cs" /> |
||
| 60 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
| 61 | </ItemGroup> |
||
| 62 | <ItemGroup> |
||
| 63 | <None Include="packages.config" /> |
||
| 64 | </ItemGroup> |
||
| 65 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
| 66 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
| 67 | Other similar extension points exist, see Microsoft.Common.targets. |
||
| 68 | <Target Name="BeforeBuild"> |
||
| 69 | </Target> |
||
| 70 | <Target Name="AfterBuild"> |
||
| 71 | </Target> |
||
| 72 | --> |
||
| 73 | <PropertyGroup> |
||
| 74 | <PostBuildEvent> |
||
| 75 | </PostBuildEvent> |
||
| 76 | </PropertyGroup> |
||
| 77 | <Import Project="../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets" Condition="Exists('../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets')" /> |
||
| 78 | </Project> |