1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{BF8DAC2F-355F-4589-AFDD-10B04815EF80}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >Empower_Session2_Start_1</RootNamespace >
12
+ <AssemblyName >Empower_Session2_Start_1</AssemblyName >
13
+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <LangVersion >
16
+ </LangVersion >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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
+ <CodeAnalysisRuleSet >..\Internal\Code Analysis\qaction-debug.ruleset</CodeAnalysisRuleSet >
27
+ <DocumentationFile >bin\Debug\Empower_Session2_Start_1.xml</DocumentationFile >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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
+ <CodeAnalysisRuleSet >..\Internal\Code Analysis\qaction-release.ruleset</CodeAnalysisRuleSet >
37
+ <DocumentationFile >bin\Release\Empower_Session2_Start_1.xml</DocumentationFile >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >
41
+ </PropertyGroup >
42
+ <ItemGroup >
43
+ <Reference Include =" System" />
44
+ <AdditionalFiles Include =" stylecop.json" />
45
+ <Content Include =" .editorconfig" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Compile Include =" Properties\AssemblyInfo.cs" />
49
+ <Compile Include =" Empower_Session2_Start_1.cs" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <PackageReference Include =" Skyline.DataMiner.Dev.Automation" >
53
+ <Version >10.0.0.5</Version >
54
+ </PackageReference >
55
+ <PackageReference Include =" StyleCop.Analyzers" >
56
+ <Version >1.1.118</Version >
57
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
58
+ <PrivateAssets >all</PrivateAssets >
59
+ </PackageReference >
60
+ </ItemGroup >
61
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62
+ <ProjectExtensions >
63
+ <VisualStudio >
64
+ <UserProperties DisLinkId =" 1" DisProjectType =" automationScriptProject" DisLinkedXmlFile =" ..\Empower_Session2_Start.xml" />
65
+ </VisualStudio >
66
+ </ProjectExtensions >
67
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68
+ Other similar extension points exist, see Microsoft.Common.targets.
69
+ <Target Name="BeforeBuild">
70
+ </Target>
71
+ <Target Name="AfterBuild">
72
+ </Target>
73
+ -->
74
+ </Project >
0 commit comments