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 >{17615840-CE31-4591-BC12-4D0B342949A9}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >SimpleConsoleApp</RootNamespace >
11
+ <AssemblyName >SimpleConsoleApp</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <PlatformTarget >AnyCPU</PlatformTarget >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
35
+ <DebugSymbols >true</DebugSymbols >
36
+ <OutputPath >bin\x64\Debug\</OutputPath >
37
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38
+ <DebugType >full</DebugType >
39
+ <PlatformTarget >x64</PlatformTarget >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
42
+ <Prefer32Bit >true</Prefer32Bit >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
45
+ <OutputPath >bin\x64\Release\</OutputPath >
46
+ <DefineConstants >TRACE</DefineConstants >
47
+ <Optimize >true</Optimize >
48
+ <DebugType >pdbonly</DebugType >
49
+ <PlatformTarget >x64</PlatformTarget >
50
+ <ErrorReport >prompt</ErrorReport >
51
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
52
+ <Prefer32Bit >true</Prefer32Bit >
53
+ </PropertyGroup >
54
+ <ItemGroup >
55
+ <Reference Include =" System" />
56
+ <Reference Include =" System.Core" />
57
+ <Reference Include =" System.Xml.Linq" />
58
+ <Reference Include =" System.Data.DataSetExtensions" />
59
+ <Reference Include =" Microsoft.CSharp" />
60
+ <Reference Include =" System.Data" />
61
+ <Reference Include =" System.Xml" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" Program.cs" />
65
+ <Compile Include =" Properties\AssemblyInfo.cs" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <None Include =" App.config" />
69
+ <None Include =" packages.config" />
70
+ <None Include =" RTIA\x64\Microsoft.InstrumentationEngine.Extensions.config" >
71
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
72
+ </None >
73
+ <None Include =" RTIA\x64\start.cmd" >
74
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
75
+ </None >
76
+ <None Include =" Startup.cmd" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <Content Include =" RTIA\x64\Microsoft.ApplicationInsights.Extensions.Base_x64.dll" >
80
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
81
+ </Content >
82
+ <Content Include =" RTIA\x64\Microsoft.ApplicationInsights.ExtensionsHost_x64.dll" >
83
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
84
+ </Content >
85
+ <Content Include =" RTIA\x64\Microsoft.ApplicationInsights.StartupAction_x64.dll" >
86
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
87
+ </Content >
88
+ <Content Include =" RTIA\x64\Microsoft.Diagnostics.Instrumentation.Extensions.Base.dll" >
89
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
90
+ </Content >
91
+ <Content Include =" RTIA\x64\MicrosoftInstrumentationEngine_x64.dll" >
92
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
93
+ </Content >
94
+ <Content Include =" RTIA\x64\vsassert.dll" >
95
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
96
+ </Content >
97
+ </ItemGroup >
98
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100
+ Other similar extension points exist, see Microsoft.Common.targets.
101
+ <Target Name="BeforeBuild">
102
+ </Target>
103
+ <Target Name="AfterBuild">
104
+ </Target>
105
+ -->
106
+ </Project >
0 commit comments