markus / FinalService / KCOM_FinalService / ConsoleApp2 / ConsoleApp2.csproj @ f87ee33e
이력 | 보기 | 이력해설 | 다운로드 (2.76 KB)
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>{877F8436-11DF-4585-8BFC-D5C97266FCD1}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>ConsoleApp2</RootNamespace> |
10 |
<AssemblyName>ConsoleApp2</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<TargetFrameworkProfile /> |
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>AnyCPU</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 |
<Prefer32Bit>false</Prefer32Bit> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
38 |
<HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="System" /> |
41 |
<Reference Include="System.Core" /> |
42 |
<Reference Include="System.Data.Entity" /> |
43 |
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
44 |
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
45 |
</Reference> |
46 |
<Reference Include="System.Xml.Linq" /> |
47 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 |
<Reference Include="Microsoft.CSharp" /> |
49 |
<Reference Include="System.Data" /> |
50 |
<Reference Include="System.Xml" /> |
51 |
</ItemGroup> |
52 |
<ItemGroup> |
53 |
<Compile Include="Program.cs" /> |
54 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
55 |
</ItemGroup> |
56 |
<ItemGroup> |
57 |
<None Include="app.config" /> |
58 |
<None Include="packages.config" /> |
59 |
</ItemGroup> |
60 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 |
</Project> |