markus / ConvertService / ServiceBase / Markus.Service.Extensions / Markus.Service.Extensions.csproj @ 082cbc54
이력 | 보기 | 이력해설 | 다운로드 (4.48 KB)
1 | 53c9637d | 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>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>Markus.Service.Extensions</RootNamespace> |
||
11 | <AssemblyName>Markus.Service.Extensions</AssemblyName> |
||
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | <NuGetPackageImportStamp> |
||
16 | </NuGetPackageImportStamp> |
||
17 | </PropertyGroup> |
||
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
19 | <DebugSymbols>true</DebugSymbols> |
||
20 | <DebugType>full</DebugType> |
||
21 | <Optimize>false</Optimize> |
||
22 | <OutputPath>bin\Debug\</OutputPath> |
||
23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
24 | <ErrorReport>prompt</ErrorReport> |
||
25 | <WarningLevel>4</WarningLevel> |
||
26 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
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 | </PropertyGroup> |
||
53 | <ItemGroup> |
||
54 | <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
||
55 | <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="System" /> |
||
58 | <Reference Include="System.Core" /> |
||
59 | <Reference Include="System.Management" /> |
||
60 | 06f13e11 | taeseongkim | <Reference Include="System.Web" /> |
61 | 53c9637d | taeseongkim | <Reference Include="System.Xml.Linq" /> |
62 | <Reference Include="System.Data.DataSetExtensions" /> |
||
63 | <Reference Include="Microsoft.CSharp" /> |
||
64 | <Reference Include="System.Data" /> |
||
65 | <Reference Include="System.Net.Http" /> |
||
66 | <Reference Include="System.Xml" /> |
||
67 | </ItemGroup> |
||
68 | <ItemGroup> |
||
69 | b92f142f | taeseongkim | <Compile Include="Exntensions\CollectionExtenstions.cs" /> |
70 | db0d3db3 | taeseongkim | <Compile Include="Exntensions\GenericPluginLoader.cs" /> |
71 | 06f13e11 | taeseongkim | <Compile Include="Exntensions\Sytem.IO.cs" /> |
72 | <Compile Include="Exntensions\SytemNet.cs" /> |
||
73 | 53c9637d | taeseongkim | <Compile Include="Helper\Compress.cs" /> |
74 | b92f142f | taeseongkim | <Compile Include="Helper\ConvertItemComparer.cs" /> |
75 | 06f13e11 | taeseongkim | <Compile Include="Helper\GetDownloadFileName.cs" /> |
76 | 8feb21df | taeseongkim | <Compile Include="Helper\MathBytes.cs" /> |
77 | 53c9637d | taeseongkim | <Compile Include="Helper\ObjectToBytesStringConvert.cs" /> |
78 | <Compile Include="Helper\ConfigHelper.cs" /> |
||
79 | <Compile Include="Exntensions\Encrypt.cs" /> |
||
80 | <Compile Include="Exntensions\guid.cs" /> |
||
81 | <Compile Include="Exntensions\Process.cs" /> |
||
82 | <Compile Include="Exntensions\ProcessArguments.cs" /> |
||
83 | <Compile Include="Exntensions\string.cs" /> |
||
84 | <Compile Include="Helper\ObjectToStringConvert.cs" /> |
||
85 | <Compile Include="Helper\SerializableHelper.cs" /> |
||
86 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
87 | <Compile Include="Helper\UriHelper.cs" /> |
||
88 | </ItemGroup> |
||
89 | <ItemGroup> |
||
90 | <None Include="packages.config" /> |
||
91 | </ItemGroup> |
||
92 | b92f142f | taeseongkim | <ItemGroup> |
93 | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
||
94 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
95 | <Name>Markus.Service.Interface</Name> |
||
96 | </ProjectReference> |
||
97 | </ItemGroup> |
||
98 | 53c9637d | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
99 | </Project> |