프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / CommonLib / CommonLib.csproj @ 274cde11

이력 | 보기 | 이력해설 | 다운로드 (9.01 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>{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>CommonLib</RootNamespace>
11
    <AssemblyName>CommonLib</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
35
    <DebugSymbols>true</DebugSymbols>
36
    <OutputPath>bin\x86\Debug\</OutputPath>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <DebugType>full</DebugType>
39
    <PlatformTarget>x86</PlatformTarget>
40
    <ErrorReport>prompt</ErrorReport>
41
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
42
  </PropertyGroup>
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44
    <OutputPath>bin\x86\Release\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <Optimize>true</Optimize>
47
    <DebugType>pdbonly</DebugType>
48
    <PlatformTarget>x86</PlatformTarget>
49
    <ErrorReport>prompt</ErrorReport>
50
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
53
    <DebugSymbols>true</DebugSymbols>
54
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
55
    <DefineConstants>DEBUG;TRACE</DefineConstants>
56
    <DebugType>full</DebugType>
57
    <PlatformTarget>AnyCPU</PlatformTarget>
58
    <ErrorReport>prompt</ErrorReport>
59
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60
  </PropertyGroup>
61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
62
    <DebugSymbols>true</DebugSymbols>
63
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
64
    <DefineConstants>DEBUG;TRACE</DefineConstants>
65
    <DebugType>full</DebugType>
66
    <PlatformTarget>x86</PlatformTarget>
67
    <ErrorReport>prompt</ErrorReport>
68
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69
  </PropertyGroup>
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
71
    <DebugSymbols>true</DebugSymbols>
72
    <OutputPath>bin\Debug_CadExport\</OutputPath>
73
    <DefineConstants>DEBUG;TRACE</DefineConstants>
74
    <DebugType>full</DebugType>
75
    <PlatformTarget>AnyCPU</PlatformTarget>
76
    <ErrorReport>prompt</ErrorReport>
77
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
80
    <DebugSymbols>true</DebugSymbols>
81
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
82
    <DefineConstants>DEBUG;TRACE</DefineConstants>
83
    <DebugType>full</DebugType>
84
    <PlatformTarget>x86</PlatformTarget>
85
    <ErrorReport>prompt</ErrorReport>
86
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87
  </PropertyGroup>
88
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
89
    <DebugSymbols>true</DebugSymbols>
90
    <OutputPath>bin\Debug_SNI\</OutputPath>
91
    <DefineConstants>DEBUG;TRACE</DefineConstants>
92
    <DebugType>full</DebugType>
93
    <PlatformTarget>AnyCPU</PlatformTarget>
94
    <ErrorReport>prompt</ErrorReport>
95
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
96
  </PropertyGroup>
97
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
98
    <DebugSymbols>true</DebugSymbols>
99
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
100
    <DefineConstants>DEBUG;TRACE</DefineConstants>
101
    <DebugType>full</DebugType>
102
    <PlatformTarget>x86</PlatformTarget>
103
    <ErrorReport>prompt</ErrorReport>
104
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105
  </PropertyGroup>
106
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
107
    <DebugSymbols>true</DebugSymbols>
108
    <OutputPath>bin\Release_Hyosung\</OutputPath>
109
    <DefineConstants>DEBUG;TRACE</DefineConstants>
110
    <DebugType>full</DebugType>
111
    <PlatformTarget>AnyCPU</PlatformTarget>
112
    <ErrorReport>prompt</ErrorReport>
113
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
114
  </PropertyGroup>
115
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
116
    <DebugSymbols>true</DebugSymbols>
117
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
118
    <DefineConstants>DEBUG;TRACE</DefineConstants>
119
    <DebugType>full</DebugType>
120
    <PlatformTarget>x86</PlatformTarget>
121
    <ErrorReport>prompt</ErrorReport>
122
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
123
  </PropertyGroup>
124
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
125
    <DebugSymbols>true</DebugSymbols>
126
    <OutputPath>bin\Release_PEMSS\</OutputPath>
127
    <DefineConstants>DEBUG;TRACE</DefineConstants>
128
    <DebugType>full</DebugType>
129
    <PlatformTarget>AnyCPU</PlatformTarget>
130
    <ErrorReport>prompt</ErrorReport>
131
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
132
  </PropertyGroup>
133
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
134
    <DebugSymbols>true</DebugSymbols>
135
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
136
    <DefineConstants>DEBUG;TRACE</DefineConstants>
137
    <DebugType>full</DebugType>
138
    <PlatformTarget>x86</PlatformTarget>
139
    <ErrorReport>prompt</ErrorReport>
140
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
141
  </PropertyGroup>
142
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
143
    <DebugSymbols>true</DebugSymbols>
144
    <OutputPath>bin\Debug_Daelim\</OutputPath>
145
    <DefineConstants>DEBUG;TRACE</DefineConstants>
146
    <DebugType>full</DebugType>
147
    <PlatformTarget>AnyCPU</PlatformTarget>
148
    <ErrorReport>prompt</ErrorReport>
149
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
150
  </PropertyGroup>
151
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
152
    <DebugSymbols>true</DebugSymbols>
153
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
154
    <DefineConstants>DEBUG;TRACE</DefineConstants>
155
    <DebugType>full</DebugType>
156
    <PlatformTarget>x86</PlatformTarget>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
  </PropertyGroup>
160
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
161
    <DebugSymbols>true</DebugSymbols>
162
    <OutputPath>bin\Release_Default\</OutputPath>
163
    <DefineConstants>DEBUG;TRACE</DefineConstants>
164
    <DebugType>full</DebugType>
165
    <PlatformTarget>AnyCPU</PlatformTarget>
166
    <ErrorReport>prompt</ErrorReport>
167
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
168
  </PropertyGroup>
169
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
170
    <DebugSymbols>true</DebugSymbols>
171
    <OutputPath>bin\x86\Release_Default\</OutputPath>
172
    <DefineConstants>DEBUG;TRACE</DefineConstants>
173
    <DebugType>full</DebugType>
174
    <PlatformTarget>x86</PlatformTarget>
175
    <ErrorReport>prompt</ErrorReport>
176
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
177
  </PropertyGroup>
178
  <ItemGroup>
179
    <Reference Include="System" />
180
    <Reference Include="System.Core" />
181
    <Reference Include="System.Xml.Linq" />
182
    <Reference Include="System.Data.DataSetExtensions" />
183
    <Reference Include="Microsoft.CSharp" />
184
    <Reference Include="System.Data" />
185
    <Reference Include="System.Net.Http" />
186
    <Reference Include="System.Xml" />
187
  </ItemGroup>
188
  <ItemGroup>
189
    <Compile Include="Common.cs" />
190
    <Compile Include="DNSHelper.cs" />
191
    <Compile Include="Properties\AssemblyInfo.cs" />
192
  </ItemGroup>
193
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194
  <PropertyGroup>
195
    <PostBuildEvent>
196
    </PostBuildEvent>
197
  </PropertyGroup>
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)