1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" 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 >{268DE157-4A87-4A77-B284-B9E4B7B3393E}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >SampleConsoleApp</RootNamespace >
10
+ <AssemblyName >SampleConsoleApp</AssemblyName >
11
+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
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
+ <Prefer32Bit >false</Prefer32Bit >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >x64</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
36
+ <DebugSymbols >true</DebugSymbols >
37
+ <OutputPath >bin\x64\Debug\</OutputPath >
38
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39
+ <DebugType >full</DebugType >
40
+ <PlatformTarget >x64</PlatformTarget >
41
+ <ErrorReport >prompt</ErrorReport >
42
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
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.Net.Http" />
62
+ <Reference Include =" System.Xml" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Compile Include =" Program.cs" />
66
+ <Compile Include =" Properties\AssemblyInfo.cs" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <None Include =" App.config" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <ProjectReference Include =" ..\ruby-csharp_script\ruby-csharp_script.csproj" >
73
+ <Project >{26ef5196-b3b6-4cd3-ba09-c8d9d4ed4cc0}</Project >
74
+ <Name >ruby-csharp_script</Name >
75
+ </ProjectReference >
76
+ </ItemGroup >
77
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
+ </Project >
0 commit comments