root / HServer / 01.Manager / 00.Program / Manager / Manager.csproj @ 57
이력 | 보기 | 이력해설 | 다운로드 (3.63 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>{F99AA161-7DF5-4BAF-8679-66A4EC381C3B}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<RootNamespace>Manager</RootNamespace> |
10 |
<AssemblyName>Manager</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 |
<PlatformTarget>AnyCPU</PlatformTarget> |
17 |
<DebugSymbols>true</DebugSymbols> |
18 |
<DebugType>full</DebugType> |
19 |
<Optimize>false</Optimize> |
20 |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
24 |
</PropertyGroup> |
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 |
<PlatformTarget>AnyCPU</PlatformTarget> |
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 |
<ItemGroup> |
35 |
<Reference Include="System" /> |
36 |
<Reference Include="System.Core" /> |
37 |
<Reference Include="System.Xml.Linq" /> |
38 |
<Reference Include="System.Data.DataSetExtensions" /> |
39 |
<Reference Include="Microsoft.CSharp" /> |
40 |
<Reference Include="System.Data" /> |
41 |
<Reference Include="System.Deployment" /> |
42 |
<Reference Include="System.Drawing" /> |
43 |
<Reference Include="System.Net.Http" /> |
44 |
<Reference Include="System.Windows.Forms" /> |
45 |
<Reference Include="System.Xml" /> |
46 |
</ItemGroup> |
47 |
<ItemGroup> |
48 |
<Compile Include="WebServer.cs" /> |
49 |
<Compile Include="DBServer.cs" /> |
50 |
<Compile Include="Process_Cmd.cs" /> |
51 |
<Compile Include="Form_Manager.cs"> |
52 |
<SubType>Form</SubType> |
53 |
</Compile> |
54 |
<Compile Include="Form_Manager.Designer.cs"> |
55 |
<DependentUpon>Form_Manager.cs</DependentUpon> |
56 |
</Compile> |
57 |
<Compile Include="Program.cs" /> |
58 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
59 |
<EmbeddedResource Include="Form_Manager.resx"> |
60 |
<DependentUpon>Form_Manager.cs</DependentUpon> |
61 |
</EmbeddedResource> |
62 |
<EmbeddedResource Include="Properties\Resources.resx"> |
63 |
<Generator>ResXFileCodeGenerator</Generator> |
64 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
65 |
<SubType>Designer</SubType> |
66 |
</EmbeddedResource> |
67 |
<Compile Include="Properties\Resources.Designer.cs"> |
68 |
<AutoGen>True</AutoGen> |
69 |
<DependentUpon>Resources.resx</DependentUpon> |
70 |
</Compile> |
71 |
<None Include="Properties\Settings.settings"> |
72 |
<Generator>SettingsSingleFileGenerator</Generator> |
73 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
74 |
</None> |
75 |
<Compile Include="Properties\Settings.Designer.cs"> |
76 |
<AutoGen>True</AutoGen> |
77 |
<DependentUpon>Settings.settings</DependentUpon> |
78 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
79 |
</Compile> |
80 |
</ItemGroup> |
81 |
<ItemGroup> |
82 |
<None Include="App.config" /> |
83 |
</ItemGroup> |
84 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
85 |
</Project> |