hytos / DTI_PID / ID2PSN / ID2PSN.csproj @ f6601e9c
이력 | 보기 | 이력해설 | 다운로드 (3.58 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>{202B8B3F-2070-4643-A43B-2C57B36B8D63}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<RootNamespace>ID2PSN</RootNamespace> |
10 |
<AssemblyName>ID2PSN</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 |
<Deterministic>true</Deterministic> |
15 |
<TargetFrameworkProfile /> |
16 |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 |
<PlatformTarget>AnyCPU</PlatformTarget> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>4</WarningLevel> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
<PlatformTarget>AnyCPU</PlatformTarget> |
29 |
<DebugType>pdbonly</DebugType> |
30 |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
35 |
</PropertyGroup> |
36 |
<ItemGroup> |
37 |
<Reference Include="System" /> |
38 |
<Reference Include="System.Core" /> |
39 |
<Reference Include="System.Xml.Linq" /> |
40 |
<Reference Include="System.Data.DataSetExtensions" /> |
41 |
<Reference Include="Microsoft.CSharp" /> |
42 |
<Reference Include="System.Data" /> |
43 |
<Reference Include="System.Deployment" /> |
44 |
<Reference Include="System.Drawing" /> |
45 |
<Reference Include="System.Net.Http" /> |
46 |
<Reference Include="System.Windows.Forms" /> |
47 |
<Reference Include="System.Xml" /> |
48 |
</ItemGroup> |
49 |
<ItemGroup> |
50 |
<Compile Include="Item.cs" /> |
51 |
<Compile Include="MainForm.cs"> |
52 |
<SubType>Form</SubType> |
53 |
</Compile> |
54 |
<Compile Include="MainForm.Designer.cs"> |
55 |
<DependentUpon>MainForm.cs</DependentUpon> |
56 |
</Compile> |
57 |
<Compile Include="Program.cs" /> |
58 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
59 |
<Compile Include="Topology.cs" /> |
60 |
<EmbeddedResource Include="MainForm.resx"> |
61 |
<DependentUpon>MainForm.cs</DependentUpon> |
62 |
</EmbeddedResource> |
63 |
<EmbeddedResource Include="Properties\Resources.resx"> |
64 |
<Generator>ResXFileCodeGenerator</Generator> |
65 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
66 |
<SubType>Designer</SubType> |
67 |
</EmbeddedResource> |
68 |
<Compile Include="Properties\Resources.Designer.cs"> |
69 |
<AutoGen>True</AutoGen> |
70 |
<DependentUpon>Resources.resx</DependentUpon> |
71 |
<DesignTime>True</DesignTime> |
72 |
</Compile> |
73 |
<None Include="Properties\Settings.settings"> |
74 |
<Generator>SettingsSingleFileGenerator</Generator> |
75 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
76 |
</None> |
77 |
<Compile Include="Properties\Settings.Designer.cs"> |
78 |
<AutoGen>True</AutoGen> |
79 |
<DependentUpon>Settings.settings</DependentUpon> |
80 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
81 |
</Compile> |
82 |
</ItemGroup> |
83 |
<ItemGroup> |
84 |
<None Include="App.config" /> |
85 |
</ItemGroup> |
86 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
87 |
</Project> |