markus / AppDemo / AppDemo.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (3.58 KB)
1 | 950e6b84 | 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>{59119151-FD5A-4705-A0CD-BE95A7F05913}</ProjectGuid> |
||
8 | <OutputType>Exe</OutputType> |
||
9 | <RootNamespace>KcomDemo</RootNamespace> |
||
10 | <AssemblyName>KcomDemo</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <Deterministic>true</Deterministic> |
||
14 | <PublishUrl>publish\</PublishUrl> |
||
15 | <Install>true</Install> |
||
16 | <InstallFrom>Disk</InstallFrom> |
||
17 | <UpdateEnabled>false</UpdateEnabled> |
||
18 | <UpdateMode>Foreground</UpdateMode> |
||
19 | <UpdateInterval>7</UpdateInterval> |
||
20 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
21 | <UpdatePeriodically>false</UpdatePeriodically> |
||
22 | <UpdateRequired>false</UpdateRequired> |
||
23 | <MapFileExtensions>true</MapFileExtensions> |
||
24 | <ApplicationRevision>0</ApplicationRevision> |
||
25 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
26 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
27 | <UseApplicationTrust>false</UseApplicationTrust> |
||
28 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
29 | </PropertyGroup> |
||
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
31 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
32 | <DebugSymbols>true</DebugSymbols> |
||
33 | <DebugType>full</DebugType> |
||
34 | <Optimize>false</Optimize> |
||
35 | <OutputPath>bin\Debug\</OutputPath> |
||
36 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
37 | <ErrorReport>prompt</ErrorReport> |
||
38 | <WarningLevel>4</WarningLevel> |
||
39 | </PropertyGroup> |
||
40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
41 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
42 | <DebugType>pdbonly</DebugType> |
||
43 | <Optimize>true</Optimize> |
||
44 | <OutputPath>bin\Release\</OutputPath> |
||
45 | <DefineConstants>TRACE</DefineConstants> |
||
46 | <ErrorReport>prompt</ErrorReport> |
||
47 | <WarningLevel>4</WarningLevel> |
||
48 | </PropertyGroup> |
||
49 | <ItemGroup> |
||
50 | <Reference Include="System" /> |
||
51 | <Reference Include="System.Core" /> |
||
52 | <Reference Include="System.ServiceModel.Web" /> |
||
53 | <Reference Include="System.Windows.Forms" /> |
||
54 | <Reference Include="System.Xml.Linq" /> |
||
55 | <Reference Include="System.Data.DataSetExtensions" /> |
||
56 | <Reference Include="Microsoft.CSharp" /> |
||
57 | <Reference Include="System.Data" /> |
||
58 | <Reference Include="System.Net.Http" /> |
||
59 | <Reference Include="System.Xml" /> |
||
60 | </ItemGroup> |
||
61 | <ItemGroup> |
||
62 | <Compile Include="Program.cs" /> |
||
63 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
64 | <Compile Include="VistaSecurity.cs" /> |
||
65 | </ItemGroup> |
||
66 | <ItemGroup> |
||
67 | <None Include="App.config" /> |
||
68 | </ItemGroup> |
||
69 | <ItemGroup> |
||
70 | <Folder Include="WebService\" /> |
||
71 | </ItemGroup> |
||
72 | <ItemGroup> |
||
73 | <Content Include="Markus.mdf"> |
||
74 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
75 | </Content> |
||
76 | <Content Include="Markus_log.ldf"> |
||
77 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
78 | <DependentUpon>Markus.mdf</DependentUpon> |
||
79 | </Content> |
||
80 | </ItemGroup> |
||
81 | <ItemGroup> |
||
82 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
83 | <Visible>False</Visible> |
||
84 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
85 | <Install>false</Install> |
||
86 | </BootstrapperPackage> |
||
87 | </ItemGroup> |
||
88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
89 | </Project> |