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 |
a5e5fff6
|
taeseongkim
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
13 |
53c9637d
|
taeseongkim
|
<FileAlignment>512</FileAlignment>
|
14 |
|
|
<Deterministic>true</Deterministic>
|
15 |
|
|
<NuGetPackageImportStamp>
|
16 |
|
|
</NuGetPackageImportStamp>
|
17 |
43e1d368
|
taeseongkim
|
<TargetFrameworkProfile />
|
18 |
a5e5fff6
|
taeseongkim
|
<PublishUrl>게시\</PublishUrl>
|
19 |
|
|
<Install>true</Install>
|
20 |
|
|
<InstallFrom>Disk</InstallFrom>
|
21 |
|
|
<UpdateEnabled>false</UpdateEnabled>
|
22 |
|
|
<UpdateMode>Foreground</UpdateMode>
|
23 |
|
|
<UpdateInterval>7</UpdateInterval>
|
24 |
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
25 |
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
26 |
|
|
<UpdateRequired>false</UpdateRequired>
|
27 |
|
|
<MapFileExtensions>true</MapFileExtensions>
|
28 |
|
|
<ApplicationRevision>0</ApplicationRevision>
|
29 |
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
30 |
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
31 |
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
32 |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
33 |
53c9637d
|
taeseongkim
|
</PropertyGroup>
|
34 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
35 |
|
|
<DebugSymbols>true</DebugSymbols>
|
36 |
|
|
<DebugType>full</DebugType>
|
37 |
|
|
<Optimize>false</Optimize>
|
38 |
|
|
<OutputPath>bin\Debug\</OutputPath>
|
39 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
40 |
|
|
<ErrorReport>prompt</ErrorReport>
|
41 |
|
|
<WarningLevel>4</WarningLevel>
|
42 |
|
|
</PropertyGroup>
|
43 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
44 |
|
|
<DebugType>pdbonly</DebugType>
|
45 |
|
|
<Optimize>true</Optimize>
|
46 |
|
|
<OutputPath>bin\Release\</OutputPath>
|
47 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
48 |
|
|
<ErrorReport>prompt</ErrorReport>
|
49 |
|
|
<WarningLevel>4</WarningLevel>
|
50 |
|
|
</PropertyGroup>
|
51 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
52 |
|
|
<DebugSymbols>true</DebugSymbols>
|
53 |
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
54 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
55 |
|
|
<DebugType>full</DebugType>
|
56 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
57 |
|
|
<ErrorReport>prompt</ErrorReport>
|
58 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
59 |
|
|
</PropertyGroup>
|
60 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
61 |
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
62 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
63 |
|
|
<Optimize>true</Optimize>
|
64 |
|
|
<DebugType>pdbonly</DebugType>
|
65 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
66 |
|
|
<ErrorReport>prompt</ErrorReport>
|
67 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
68 |
|
|
</PropertyGroup>
|
69 |
b4a1c7ff
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
|
70 |
|
|
<OutputPath>bin\ReleaseAll_XI\</OutputPath>
|
71 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
72 |
|
|
<Optimize>true</Optimize>
|
73 |
|
|
<DebugType>pdbonly</DebugType>
|
74 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
75 |
|
|
<LangVersion>7.3</LangVersion>
|
76 |
|
|
<ErrorReport>prompt</ErrorReport>
|
77 |
|
|
</PropertyGroup>
|
78 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'">
|
79 |
|
|
<OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
|
80 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
81 |
|
|
<Optimize>true</Optimize>
|
82 |
|
|
<DebugType>pdbonly</DebugType>
|
83 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
84 |
|
|
<LangVersion>7.3</LangVersion>
|
85 |
|
|
<ErrorReport>prompt</ErrorReport>
|
86 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
87 |
|
|
</PropertyGroup>
|
88 |
53c9637d
|
taeseongkim
|
<ItemGroup>
|
89 |
|
|
<Reference Include="System" />
|
90 |
|
|
<Reference Include="System.Core" />
|
91 |
|
|
<Reference Include="System.Management" />
|
92 |
06f13e11
|
taeseongkim
|
<Reference Include="System.Web" />
|
93 |
53c9637d
|
taeseongkim
|
<Reference Include="System.Xml.Linq" />
|
94 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
95 |
|
|
<Reference Include="Microsoft.CSharp" />
|
96 |
|
|
<Reference Include="System.Data" />
|
97 |
|
|
<Reference Include="System.Net.Http" />
|
98 |
|
|
<Reference Include="System.Xml" />
|
99 |
|
|
</ItemGroup>
|
100 |
|
|
<ItemGroup>
|
101 |
b92f142f
|
taeseongkim
|
<Compile Include="Exntensions\CollectionExtenstions.cs" />
|
102 |
db0d3db3
|
taeseongkim
|
<Compile Include="Exntensions\GenericPluginLoader.cs" />
|
103 |
c5519c44
|
taeseongkim
|
<Compile Include="Helper\LogHelper.cs" />
|
104 |
06f13e11
|
taeseongkim
|
<Compile Include="Exntensions\Sytem.IO.cs" />
|
105 |
|
|
<Compile Include="Exntensions\SytemNet.cs" />
|
106 |
53c9637d
|
taeseongkim
|
<Compile Include="Helper\Compress.cs" />
|
107 |
b92f142f
|
taeseongkim
|
<Compile Include="Helper\ConvertItemComparer.cs" />
|
108 |
06f13e11
|
taeseongkim
|
<Compile Include="Helper\GetDownloadFileName.cs" />
|
109 |
8feb21df
|
taeseongkim
|
<Compile Include="Helper\MathBytes.cs" />
|
110 |
53c9637d
|
taeseongkim
|
<Compile Include="Helper\ObjectToBytesStringConvert.cs" />
|
111 |
|
|
<Compile Include="Helper\ConfigHelper.cs" />
|
112 |
|
|
<Compile Include="Exntensions\Encrypt.cs" />
|
113 |
|
|
<Compile Include="Exntensions\guid.cs" />
|
114 |
|
|
<Compile Include="Exntensions\Process.cs" />
|
115 |
|
|
<Compile Include="Exntensions\ProcessArguments.cs" />
|
116 |
|
|
<Compile Include="Exntensions\string.cs" />
|
117 |
|
|
<Compile Include="Helper\ObjectToStringConvert.cs" />
|
118 |
|
|
<Compile Include="Helper\SerializableHelper.cs" />
|
119 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
120 |
|
|
<Compile Include="Helper\UriHelper.cs" />
|
121 |
|
|
</ItemGroup>
|
122 |
|
|
<ItemGroup>
|
123 |
43e1d368
|
taeseongkim
|
<PackageReference Include="Microsoft.CSharp">
|
124 |
65674874
|
taeseongkim
|
<Version>4.7.0</Version>
|
125 |
43e1d368
|
taeseongkim
|
</PackageReference>
|
126 |
|
|
<PackageReference Include="Salaros.ConfigParser">
|
127 |
|
|
<Version>0.3.8</Version>
|
128 |
|
|
</PackageReference>
|
129 |
53c9637d
|
taeseongkim
|
</ItemGroup>
|
130 |
a5e5fff6
|
taeseongkim
|
<ItemGroup>
|
131 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
132 |
|
|
<Visible>False</Visible>
|
133 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
134 |
|
|
<Install>false</Install>
|
135 |
|
|
</BootstrapperPackage>
|
136 |
|
|
</ItemGroup>
|
137 |
53c9637d
|
taeseongkim
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
138 |
|
|
</Project> |