markus / ConvertService / ServiceBase / PemssDocumentInfoTest / PemssDocumentInfoTest.csproj @ b63dcfbb
이력 | 보기 | 이력해설 | 다운로드 (3.29 KB)
1 | a0341bef | taeseongkim | <?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</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <Deterministic>true</Deterministic> |
||
14 | </PropertyGroup> |
||
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
16 | <PlatformTarget>x64</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 | </PropertyGroup> |
||
35 | <ItemGroup> |
||
36 | <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
||
37 | <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
||
38 | </Reference> |
||
39 | <Reference Include="System" /> |
||
40 | <Reference Include="System.Core" /> |
||
41 | <Reference Include="System.Xml.Linq" /> |
||
42 | <Reference Include="System.Data.DataSetExtensions" /> |
||
43 | <Reference Include="Microsoft.CSharp" /> |
||
44 | <Reference Include="System.Data" /> |
||
45 | <Reference Include="System.Net.Http" /> |
||
46 | <Reference Include="System.Xml" /> |
||
47 | </ItemGroup> |
||
48 | <ItemGroup> |
||
49 | <Compile Include="Program.cs" /> |
||
50 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
51 | </ItemGroup> |
||
52 | <ItemGroup> |
||
53 | <None Include="App.config" /> |
||
54 | <None Include="packages.config" /> |
||
55 | <Content Include="Plugin.ini"> |
||
56 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
57 | </Content> |
||
58 | </ItemGroup> |
||
59 | <ItemGroup> |
||
60 | <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
||
61 | <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
||
62 | <Name>Markus.Service.Convert.IPlugin</Name> |
||
63 | </ProjectReference> |
||
64 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
65 | <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
||
66 | <Name>Markus.Service.Extensions</Name> |
||
67 | </ProjectReference> |
||
68 | <ProjectReference Include="..\PemssDocumentInfo\PemssDocumentInfo.csproj"> |
||
69 | <Project>{a317c1f6-e72e-4a5c-87ec-601622b0cf09}</Project> |
||
70 | <Name>PemssDocumentInfo</Name> |
||
71 | </ProjectReference> |
||
72 | </ItemGroup> |
||
73 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
74 | </Project> |