1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.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+ <ProductVersion >8.0.30703</ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{CF0F98B6-E6C9-4BBA-B61F-20E00260676F}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >CodeFactory.Automation.Standard.NDF.Logic</RootNamespace >
13+ <AssemblyName >CodeFactory.Automation.Standard.NDF.Logic</AssemblyName >
14+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
15+ <FileAlignment >512</FileAlignment >
16+ <StartAction >Program</StartAction >
17+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <PackageReference Include =" CodeFactory.WinVs.SDK" Version =" 2.23157.1-PreRelease" />
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Xml.Linq" />
41+ <Reference Include =" System.Data.DataSetExtensions" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Data" />
44+ <Reference Include =" System.Xml" />
45+ <Reference Include =" PresentationCore" />
46+ <Reference Include =" PresentationFramework" />
47+ <Reference Include =" System.Xaml" />
48+ <Reference Include =" WindowsBase" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <Compile Include =" Properties\AssemblyInfo.cs" />
52+ </ItemGroup >
53+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55+ Other similar extension points exist, see Microsoft.Common.targets.
56+ <Target Name="BeforeBuild">
57+ </Target>
58+ <Target Name="AfterBuild">
59+ </Target> -->
60+ </Project >
0 commit comments