markus / Test_ / Test_.csproj @ d4b461e2
이력 | 보기 | 이력해설 | 다운로드 (2.66 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>{1360E7AD-00BB-4EEE-BA2B-5AFD400591D4}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>Test_</RootNamespace> |
10 |
<AssemblyName>Test_</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
</PropertyGroup> |
14 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 |
<PlatformTarget>AnyCPU</PlatformTarget> |
16 |
<DebugSymbols>true</DebugSymbols> |
17 |
<DebugType>full</DebugType> |
18 |
<Optimize>false</Optimize> |
19 |
<OutputPath>bin\Debug\</OutputPath> |
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 |
<ErrorReport>prompt</ErrorReport> |
22 |
<WarningLevel>4</WarningLevel> |
23 |
</PropertyGroup> |
24 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 |
<PlatformTarget>AnyCPU</PlatformTarget> |
26 |
<DebugType>pdbonly</DebugType> |
27 |
<Optimize>true</Optimize> |
28 |
<OutputPath>bin\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
30 |
<ErrorReport>prompt</ErrorReport> |
31 |
<WarningLevel>4</WarningLevel> |
32 |
</PropertyGroup> |
33 |
<ItemGroup> |
34 |
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
35 |
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath> |
36 |
</Reference> |
37 |
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
38 |
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll</HintPath> |
39 |
<Private>True</Private> |
40 |
</Reference> |
41 |
<Reference Include="System" /> |
42 |
<Reference Include="System.Core" /> |
43 |
<Reference Include="System.Xml.Linq" /> |
44 |
<Reference Include="System.Data.DataSetExtensions" /> |
45 |
<Reference Include="Microsoft.CSharp" /> |
46 |
<Reference Include="System.Data" /> |
47 |
<Reference Include="System.Xml" /> |
48 |
</ItemGroup> |
49 |
<ItemGroup> |
50 |
<Compile Include="Program.cs" /> |
51 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
52 |
</ItemGroup> |
53 |
<ItemGroup> |
54 |
<None Include="packages.config" /> |
55 |
</ItemGroup> |
56 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
57 |
</Project> |