markus / KCOM_Helper / KCOM_Helper.csproj @ f65e6c02
이력 | 보기 | 이력해설 | 다운로드 (5.42 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 | 787a4489 | KangIngu | <ItemGroup> |
105 | <Reference Include="System" /> |
||
106 | <Reference Include="System.Core" /> |
||
107 | <Reference Include="System.Data.Entity" /> |
||
108 | <Reference Include="System.Xml.Linq" /> |
||
109 | <Reference Include="System.Data.DataSetExtensions" /> |
||
110 | <Reference Include="Microsoft.CSharp" /> |
||
111 | <Reference Include="System.Data" /> |
||
112 | <Reference Include="System.Xml" /> |
||
113 | </ItemGroup> |
||
114 | <ItemGroup> |
||
115 | <Compile Include="KCOM_Helper.cs" /> |
||
116 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
117 | </ItemGroup> |
||
118 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
119 | </Project> |