markus / KCOM_Helper / KCOM_Helper.csproj @ a20f41e0
이력 | 보기 | 이력해설 | 다운로드 (8.83 KB)
1 | 787a4489 | KangIngu | <?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>{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>KCOM_Helper</RootNamespace> |
||
11 | <AssemblyName>KCOM_Helper</AssemblyName> |
||
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | </PropertyGroup> |
||
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
16 | <DebugSymbols>true</DebugSymbols> |
||
17 | <DebugType>full</DebugType> |
||
18 | <Optimize>false</Optimize> |
||
19 | <OutputPath>bin\Debug\</OutputPath> |
||
20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
21 | <ErrorReport>prompt</ErrorReport> |
||
22 | <WarningLevel>4</WarningLevel> |
||
23 | </PropertyGroup> |
||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
25 | <DebugType>pdbonly</DebugType> |
||
26 | <Optimize>true</Optimize> |
||
27 | <OutputPath>bin\Release\</OutputPath> |
||
28 | <DefineConstants>TRACE</DefineConstants> |
||
29 | <ErrorReport>prompt</ErrorReport> |
||
30 | <WarningLevel>4</WarningLevel> |
||
31 | </PropertyGroup> |
||
32 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
33 | <DebugSymbols>true</DebugSymbols> |
||
34 | <OutputPath>bin\x86\Debug\</OutputPath> |
||
35 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
36 | <DebugType>full</DebugType> |
||
37 | <PlatformTarget>x86</PlatformTarget> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
40 | </PropertyGroup> |
||
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
42 | <OutputPath>bin\x86\Release\</OutputPath> |
||
43 | <DefineConstants>TRACE</DefineConstants> |
||
44 | <Optimize>true</Optimize> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <PlatformTarget>x86</PlatformTarget> |
||
47 | <ErrorReport>prompt</ErrorReport> |
||
48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
49 | </PropertyGroup> |
||
50 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
51 | <DebugSymbols>true</DebugSymbols> |
||
52 | <OutputPath>bin\Debug_HyoSung\</OutputPath> |
||
53 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
54 | <DebugType>full</DebugType> |
||
55 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
56 | <ErrorReport>prompt</ErrorReport> |
||
57 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
58 | </PropertyGroup> |
||
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
60 | <DebugSymbols>true</DebugSymbols> |
||
61 | <OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
||
62 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
63 | <DebugType>full</DebugType> |
||
64 | <PlatformTarget>x86</PlatformTarget> |
||
65 | <ErrorReport>prompt</ErrorReport> |
||
66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
67 | </PropertyGroup> |
||
68 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
69 | <DebugSymbols>true</DebugSymbols> |
||
70 | <OutputPath>bin\Debug_CadExport\</OutputPath> |
||
71 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
72 | <DebugType>full</DebugType> |
||
73 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
74 | <ErrorReport>prompt</ErrorReport> |
||
75 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
76 | </PropertyGroup> |
||
77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
78 | <DebugSymbols>true</DebugSymbols> |
||
79 | <OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
||
80 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
81 | <DebugType>full</DebugType> |
||
82 | <PlatformTarget>x86</PlatformTarget> |
||
83 | <ErrorReport>prompt</ErrorReport> |
||
84 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
85 | </PropertyGroup> |
||
86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
87 | <DebugSymbols>true</DebugSymbols> |
||
88 | <OutputPath>bin\Debug_SNI\</OutputPath> |
||
89 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
90 | <DebugType>full</DebugType> |
||
91 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
92 | <ErrorReport>prompt</ErrorReport> |
||
93 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
94 | </PropertyGroup> |
||
95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
96 | <DebugSymbols>true</DebugSymbols> |
||
97 | <OutputPath>bin\x86\Debug_SNI\</OutputPath> |
||
98 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
99 | <DebugType>full</DebugType> |
||
100 | <PlatformTarget>x86</PlatformTarget> |
||
101 | <ErrorReport>prompt</ErrorReport> |
||
102 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
103 | </PropertyGroup> |
||
104 | 80856edb | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
105 | <DebugSymbols>true</DebugSymbols> |
||
106 | <OutputPath>bin\Release_Hyosung\</OutputPath> |
||
107 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
108 | <DebugType>full</DebugType> |
||
109 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
110 | <ErrorReport>prompt</ErrorReport> |
||
111 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
112 | </PropertyGroup> |
||
113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
||
114 | <DebugSymbols>true</DebugSymbols> |
||
115 | <OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
||
116 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
117 | <DebugType>full</DebugType> |
||
118 | <PlatformTarget>x86</PlatformTarget> |
||
119 | <ErrorReport>prompt</ErrorReport> |
||
120 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
121 | </PropertyGroup> |
||
122 | 07b7bd24 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
123 | <DebugSymbols>true</DebugSymbols> |
||
124 | <OutputPath>bin\Release_PEMSS\</OutputPath> |
||
125 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
126 | <DebugType>full</DebugType> |
||
127 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
128 | <ErrorReport>prompt</ErrorReport> |
||
129 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
130 | </PropertyGroup> |
||
131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
132 | <DebugSymbols>true</DebugSymbols> |
||
133 | <OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
||
134 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
135 | <DebugType>full</DebugType> |
||
136 | <PlatformTarget>x86</PlatformTarget> |
||
137 | <ErrorReport>prompt</ErrorReport> |
||
138 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
139 | </PropertyGroup> |
||
140 | eaafc1eb | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
141 | <DebugSymbols>true</DebugSymbols> |
||
142 | <OutputPath>bin\Debug_Daelim\</OutputPath> |
||
143 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
144 | <DebugType>full</DebugType> |
||
145 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
146 | <ErrorReport>prompt</ErrorReport> |
||
147 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
148 | </PropertyGroup> |
||
149 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
150 | <DebugSymbols>true</DebugSymbols> |
||
151 | <OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
||
152 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
153 | <DebugType>full</DebugType> |
||
154 | <PlatformTarget>x86</PlatformTarget> |
||
155 | <ErrorReport>prompt</ErrorReport> |
||
156 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
157 | </PropertyGroup> |
||
158 | 9d5b4bc2 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
159 | <DebugSymbols>true</DebugSymbols> |
||
160 | <OutputPath>bin\Release_Default\</OutputPath> |
||
161 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
162 | <DebugType>full</DebugType> |
||
163 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
164 | <ErrorReport>prompt</ErrorReport> |
||
165 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
166 | </PropertyGroup> |
||
167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
168 | <DebugSymbols>true</DebugSymbols> |
||
169 | <OutputPath>bin\x86\Release_Default\</OutputPath> |
||
170 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
171 | <DebugType>full</DebugType> |
||
172 | <PlatformTarget>x86</PlatformTarget> |
||
173 | <ErrorReport>prompt</ErrorReport> |
||
174 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
175 | </PropertyGroup> |
||
176 | 787a4489 | KangIngu | <ItemGroup> |
177 | <Reference Include="System" /> |
||
178 | <Reference Include="System.Core" /> |
||
179 | <Reference Include="System.Data.Entity" /> |
||
180 | <Reference Include="System.Xml.Linq" /> |
||
181 | <Reference Include="System.Data.DataSetExtensions" /> |
||
182 | <Reference Include="Microsoft.CSharp" /> |
||
183 | <Reference Include="System.Data" /> |
||
184 | <Reference Include="System.Xml" /> |
||
185 | </ItemGroup> |
||
186 | <ItemGroup> |
||
187 | <Compile Include="KCOM_Helper.cs" /> |
||
188 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
189 | </ItemGroup> |
||
190 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
191 | </Project> |