프로젝트

일반

사용자정보

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

markus / KcomStart / KcomStart.csproj @ master

이력 | 보기 | 이력해설 | 다운로드 (5.37 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>{7FE93B54-E4CA-49BE-B693-FB825820BCAC}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>KcomStart</RootNamespace>
10
    <AssemblyName>KcomStart</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16
    <Deterministic>true</Deterministic>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <PlatformTarget>AnyCPU</PlatformTarget>
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>bin\Debug\</OutputPath>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <PlatformTarget>AnyCPU</PlatformTarget>
30
    <DebugType>pdbonly</DebugType>
31
    <Optimize>true</Optimize>
32
    <OutputPath>bin\Release\</OutputPath>
33
    <DefineConstants>TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
38
    <DebugSymbols>true</DebugSymbols>
39
    <OutputPath>bin\Debug_Daelim\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <DebugType>full</DebugType>
42
    <PlatformTarget>AnyCPU</PlatformTarget>
43
    <ErrorReport>prompt</ErrorReport>
44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45
    <Prefer32Bit>true</Prefer32Bit>
46
  </PropertyGroup>
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'">
48
    <DebugSymbols>true</DebugSymbols>
49
    <OutputPath>bin\Daelim_RemoteTest\</OutputPath>
50
    <DefineConstants>DEBUG;TRACE</DefineConstants>
51
    <DebugType>full</DebugType>
52
    <PlatformTarget>AnyCPU</PlatformTarget>
53
    <ErrorReport>prompt</ErrorReport>
54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55
    <Prefer32Bit>true</Prefer32Bit>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
58
    <OutputPath>bin\Release_Default\</OutputPath>
59
    <DefineConstants>TRACE</DefineConstants>
60
    <Optimize>true</Optimize>
61
    <DebugType>pdbonly</DebugType>
62
    <PlatformTarget>AnyCPU</PlatformTarget>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
    <Prefer32Bit>true</Prefer32Bit>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="System" />
69
    <Reference Include="System.Data" />
70
    <Reference Include="System.Xml" />
71
    <Reference Include="Microsoft.CSharp" />
72
    <Reference Include="System.Core" />
73
    <Reference Include="System.Xml.Linq" />
74
    <Reference Include="System.Data.DataSetExtensions" />
75
    <Reference Include="System.Net.Http" />
76
    <Reference Include="System.Xaml">
77
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
78
    </Reference>
79
    <Reference Include="WindowsBase" />
80
    <Reference Include="PresentationCore" />
81
    <Reference Include="PresentationFramework" />
82
  </ItemGroup>
83
  <ItemGroup>
84
    <ApplicationDefinition Include="App.xaml">
85
      <Generator>MSBuild:Compile</Generator>
86
      <SubType>Designer</SubType>
87
    </ApplicationDefinition>
88
    <Page Include="MainWindow.xaml">
89
      <Generator>MSBuild:Compile</Generator>
90
      <SubType>Designer</SubType>
91
    </Page>
92
    <Compile Include="App.xaml.cs">
93
      <DependentUpon>App.xaml</DependentUpon>
94
      <SubType>Code</SubType>
95
    </Compile>
96
    <Compile Include="MainWindow.xaml.cs">
97
      <DependentUpon>MainWindow.xaml</DependentUpon>
98
      <SubType>Code</SubType>
99
    </Compile>
100
  </ItemGroup>
101
  <ItemGroup>
102
    <Compile Include="Properties\AssemblyInfo.cs">
103
      <SubType>Code</SubType>
104
    </Compile>
105
    <Compile Include="Properties\Resources.Designer.cs">
106
      <AutoGen>True</AutoGen>
107
      <DesignTime>True</DesignTime>
108
      <DependentUpon>Resources.resx</DependentUpon>
109
    </Compile>
110
    <Compile Include="Properties\Settings.Designer.cs">
111
      <AutoGen>True</AutoGen>
112
      <DependentUpon>Settings.settings</DependentUpon>
113
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
114
    </Compile>
115
    <EmbeddedResource Include="Properties\Resources.resx">
116
      <Generator>ResXFileCodeGenerator</Generator>
117
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
118
    </EmbeddedResource>
119
    <None Include="Properties\Settings.settings">
120
      <Generator>SettingsSingleFileGenerator</Generator>
121
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
122
    </None>
123
  </ItemGroup>
124
  <ItemGroup>
125
    <None Include="App.config" />
126
  </ItemGroup>
127
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)