markus / ConvertService / ServiceBase / PemssDocumentInfoTest / PemssDocumentInfoTest.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (3.32 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>{535AA98D-063A-46A4-86D8-371F6C16C099}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>PemssDocumentInfoTest</RootNamespace> |
10 |
<AssemblyName>PemssDocumentInfoTest</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<Deterministic>true</Deterministic> |
14 |
<TargetFrameworkProfile /> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<PlatformTarget>x64</PlatformTarget> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
20 |
<Optimize>false</Optimize> |
21 |
<OutputPath>bin\Debug\</OutputPath> |
22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
23 |
<ErrorReport>prompt</ErrorReport> |
24 |
<WarningLevel>4</WarningLevel> |
25 |
<Prefer32Bit>false</Prefer32Bit> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<PlatformTarget>AnyCPU</PlatformTarget> |
29 |
<DebugType>pdbonly</DebugType> |
30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
38 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
39 |
</Reference> |
40 |
<Reference Include="System" /> |
41 |
<Reference Include="System.Core" /> |
42 |
<Reference Include="System.Xml.Linq" /> |
43 |
<Reference Include="System.Data.DataSetExtensions" /> |
44 |
<Reference Include="Microsoft.CSharp" /> |
45 |
<Reference Include="System.Data" /> |
46 |
<Reference Include="System.Net.Http" /> |
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="App.config" /> |
55 |
<None Include="packages.config" /> |
56 |
<Content Include="Plugin.ini"> |
57 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
58 |
</Content> |
59 |
</ItemGroup> |
60 |
<ItemGroup> |
61 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
62 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
63 |
<Name>Markus.Service.Convert.IPlugin</Name> |
64 |
</ProjectReference> |
65 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
66 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
67 |
<Name>Markus.Service.Extensions</Name> |
68 |
</ProjectReference> |
69 |
<ProjectReference Include="..\PemssDocumentInfo\PemssDocumentInfo.csproj"> |
70 |
<Project>{a317c1f6-e72e-4a5c-87ec-601622b0cf09}</Project> |
71 |
<Name>PemssDocumentInfo</Name> |
72 |
</ProjectReference> |
73 |
</ItemGroup> |
74 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
75 |
</Project> |