hytos / DTI_PID / ID2PSN / ID2PSN.csproj @ 2ada3be8
이력 | 보기 | 이력해설 | 다운로드 (11.8 KB)
1 | 0dae5645 | gaqhf | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | 6b9e7a56 | gaqhf | <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" /> |
4 | 0dae5645 | gaqhf | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | <PropertyGroup> |
||
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
8 | <ProjectGuid>{202B8B3F-2070-4643-A43B-2C57B36B8D63}</ProjectGuid> |
||
9 | <OutputType>WinExe</OutputType> |
||
10 | <RootNamespace>ID2PSN</RootNamespace> |
||
11 | <AssemblyName>ID2PSN</AssemblyName> |
||
12 | 6b9e7a56 | gaqhf | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
13 | 0dae5645 | gaqhf | <FileAlignment>512</FileAlignment> |
14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
15 | <Deterministic>true</Deterministic> |
||
16 | 1be87cbd | gaqhf | <TargetFrameworkProfile /> |
17 | 6b9e7a56 | gaqhf | <NuGetPackageImportStamp> |
18 | </NuGetPackageImportStamp> |
||
19 | 0dae5645 | gaqhf | </PropertyGroup> |
20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
21 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
22 | <DebugSymbols>true</DebugSymbols> |
||
23 | <DebugType>full</DebugType> |
||
24 | <Optimize>false</Optimize> |
||
25 | <OutputPath>bin\Debug\</OutputPath> |
||
26 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
27 | <ErrorReport>prompt</ErrorReport> |
||
28 | <WarningLevel>4</WarningLevel> |
||
29 | </PropertyGroup> |
||
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
31 | d5c3afde | gaqhf | <PlatformTarget>x64</PlatformTarget> |
32 | 0dae5645 | gaqhf | <DebugType>pdbonly</DebugType> |
33 | <Optimize>true</Optimize> |
||
34 | d5c3afde | gaqhf | <OutputPath>..\DTI_PID\PSN\</OutputPath> |
35 | 0dae5645 | gaqhf | <DefineConstants>TRACE</DefineConstants> |
36 | <ErrorReport>prompt</ErrorReport> |
||
37 | <WarningLevel>4</WarningLevel> |
||
38 | </PropertyGroup> |
||
39 | <ItemGroup> |
||
40 | d5c3afde | gaqhf | <Reference Include="DevExpress.Data.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
41 | <Reference Include="DevExpress.Docs.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
42 | <Reference Include="DevExpress.Office.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
43 | <Reference Include="DevExpress.Printing.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
44 | <Reference Include="DevExpress.Charts.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
45 | <Reference Include="DevExpress.Spreadsheet.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
46 | <Reference Include="DevExpress.Utils.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
47 | <Reference Include="DevExpress.XtraBars.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
48 | <Reference Include="DevExpress.XtraEditors.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
49 | <Reference Include="DevExpress.XtraGrid.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
50 | <Reference Include="DevExpress.XtraLayout.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
51 | <Reference Include="DevExpress.XtraPrinting.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
52 | <Reference Include="DevExpress.XtraTreeList.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
53 | 6b9e7a56 | gaqhf | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
54 | <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath> |
||
55 | </Reference> |
||
56 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
57 | <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
58 | </Reference> |
||
59 | 4272bca4 | humkyung | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
60 | <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
61 | </Reference> |
||
62 | 29009c6a | LJIYEON | <Reference Include="System"> |
63 | <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.dll</HintPath> |
||
64 | </Reference> |
||
65 | 6b9e7a56 | gaqhf | <Reference Include="System.ComponentModel.DataAnnotations" /> |
66 | 0dae5645 | gaqhf | <Reference Include="System.Core" /> |
67 | 6b9e7a56 | gaqhf | <Reference Include="System.Data.Linq" /> |
68 | <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
69 | <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath> |
||
70 | </Reference> |
||
71 | <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
72 | <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath> |
||
73 | </Reference> |
||
74 | <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
75 | <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath> |
||
76 | </Reference> |
||
77 | 0dae5645 | gaqhf | <Reference Include="System.Xml.Linq" /> |
78 | <Reference Include="System.Data.DataSetExtensions" /> |
||
79 | <Reference Include="Microsoft.CSharp" /> |
||
80 | <Reference Include="System.Data" /> |
||
81 | <Reference Include="System.Deployment" /> |
||
82 | <Reference Include="System.Drawing" /> |
||
83 | <Reference Include="System.Net.Http" /> |
||
84 | <Reference Include="System.Windows.Forms" /> |
||
85 | <Reference Include="System.Xml" /> |
||
86 | </ItemGroup> |
||
87 | <ItemGroup> |
||
88 | 23a96301 | humkyung | <Compile Include="AbstractDatabase.cs" /> |
89 | <Compile Include="AppMSSqlDatabase.cs" /> |
||
90 | <Compile Include="AppSQLiteDatabase.cs" /> |
||
91 | 6b9e7a56 | gaqhf | <Compile Include="DB.cs" /> |
92 | 81bdaeed | LJIYEON | <Compile Include="Form\TransformKeywordsSettingForm.cs"> |
93 | 3b2a2291 | LJIYEON | <SubType>Form</SubType> |
94 | </Compile> |
||
95 | 81bdaeed | LJIYEON | <Compile Include="Form\TransformKeywordsSettingForm.Designer.cs"> |
96 | <DependentUpon>TransformKeywordsSettingForm.cs</DependentUpon> |
||
97 | 3b2a2291 | LJIYEON | </Compile> |
98 | 36a45f13 | gaqhf | <Compile Include="Form\VentDrainSettingForm.cs"> |
99 | <SubType>Form</SubType> |
||
100 | </Compile> |
||
101 | <Compile Include="Form\VentDrainSettingForm.Designer.cs"> |
||
102 | <DependentUpon>VentDrainSettingForm.cs</DependentUpon> |
||
103 | </Compile> |
||
104 | 6b9e7a56 | gaqhf | <Compile Include="Form\HeaderSettingForm.cs"> |
105 | 0dae5645 | gaqhf | <SubType>Form</SubType> |
106 | </Compile> |
||
107 | 6b9e7a56 | gaqhf | <Compile Include="Form\HeaderSettingForm.Designer.cs"> |
108 | <DependentUpon>HeaderSettingForm.cs</DependentUpon> |
||
109 | </Compile> |
||
110 | 23a96301 | humkyung | <Compile Include="IAbstractDatabase.cs" /> |
111 | 7881ec8f | gaqhf | <Compile Include="Object\TextInfo.cs" /> |
112 | ddc1c369 | LJIYEON | <Compile Include="Object\KeywordInfo.cs" /> |
113 | 36a45f13 | gaqhf | <Compile Include="Object\VentDrainInfo.cs" /> |
114 | 6b9e7a56 | gaqhf | <Compile Include="Object\Item.cs" /> |
115 | <Compile Include="Form\MainForm.cs"> |
||
116 | <SubType>Form</SubType> |
||
117 | </Compile> |
||
118 | <Compile Include="Form\MainForm.Designer.cs"> |
||
119 | 0dae5645 | gaqhf | <DependentUpon>MainForm.cs</DependentUpon> |
120 | </Compile> |
||
121 | 6b9e7a56 | gaqhf | <Compile Include="Log.cs" /> |
122 | <Compile Include="Object\HeaderInfo.cs" /> |
||
123 | <Compile Include="Form\PriorityForm.cs"> |
||
124 | <SubType>Form</SubType> |
||
125 | </Compile> |
||
126 | <Compile Include="Form\PriorityForm.Designer.cs"> |
||
127 | <DependentUpon>PriorityForm.cs</DependentUpon> |
||
128 | </Compile> |
||
129 | 0dae5645 | gaqhf | <Compile Include="Program.cs" /> |
130 | 6b9e7a56 | gaqhf | <Compile Include="Object\ID2Info.cs" /> |
131 | 0dae5645 | gaqhf | <Compile Include="Properties\AssemblyInfo.cs" /> |
132 | 6b9e7a56 | gaqhf | <Compile Include="PSN.cs" /> |
133 | <Compile Include="Document.cs" /> |
||
134 | <Compile Include="Form\TopologyRuleForm.cs"> |
||
135 | <SubType>Form</SubType> |
||
136 | </Compile> |
||
137 | <Compile Include="Form\TopologyRuleForm.Designer.cs"> |
||
138 | <DependentUpon>TopologyRuleForm.cs</DependentUpon> |
||
139 | </Compile> |
||
140 | eb41cac4 | esham21 | <Compile Include="SingleInstance.cs" /> |
141 | 81bdaeed | LJIYEON | <EmbeddedResource Include="Form\TransformKeywordsSettingForm.resx"> |
142 | <DependentUpon>TransformKeywordsSettingForm.cs</DependentUpon> |
||
143 | 3b2a2291 | LJIYEON | </EmbeddedResource> |
144 | 36a45f13 | gaqhf | <EmbeddedResource Include="Form\VentDrainSettingForm.resx"> |
145 | <DependentUpon>VentDrainSettingForm.cs</DependentUpon> |
||
146 | </EmbeddedResource> |
||
147 | 6b9e7a56 | gaqhf | <EmbeddedResource Include="Form\HeaderSettingForm.resx"> |
148 | <DependentUpon>HeaderSettingForm.cs</DependentUpon> |
||
149 | </EmbeddedResource> |
||
150 | <EmbeddedResource Include="Form\MainForm.resx"> |
||
151 | 0dae5645 | gaqhf | <DependentUpon>MainForm.cs</DependentUpon> |
152 | </EmbeddedResource> |
||
153 | 6b9e7a56 | gaqhf | <EmbeddedResource Include="Form\PriorityForm.resx"> |
154 | <DependentUpon>PriorityForm.cs</DependentUpon> |
||
155 | </EmbeddedResource> |
||
156 | <EmbeddedResource Include="Form\TopologyRuleForm.resx"> |
||
157 | <DependentUpon>TopologyRuleForm.cs</DependentUpon> |
||
158 | </EmbeddedResource> |
||
159 | <EmbeddedResource Include="Properties\licenses.licx" /> |
||
160 | 0dae5645 | gaqhf | <EmbeddedResource Include="Properties\Resources.resx"> |
161 | <Generator>ResXFileCodeGenerator</Generator> |
||
162 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
163 | <SubType>Designer</SubType> |
||
164 | </EmbeddedResource> |
||
165 | <Compile Include="Properties\Resources.Designer.cs"> |
||
166 | <AutoGen>True</AutoGen> |
||
167 | <DependentUpon>Resources.resx</DependentUpon> |
||
168 | 1be87cbd | gaqhf | <DesignTime>True</DesignTime> |
169 | 0dae5645 | gaqhf | </Compile> |
170 | 6b9e7a56 | gaqhf | <None Include="packages.config" /> |
171 | 0dae5645 | gaqhf | <None Include="Properties\Settings.settings"> |
172 | <Generator>SettingsSingleFileGenerator</Generator> |
||
173 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
174 | </None> |
||
175 | <Compile Include="Properties\Settings.Designer.cs"> |
||
176 | <AutoGen>True</AutoGen> |
||
177 | <DependentUpon>Settings.settings</DependentUpon> |
||
178 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
179 | </Compile> |
||
180 | </ItemGroup> |
||
181 | <ItemGroup> |
||
182 | <None Include="App.config" /> |
||
183 | </ItemGroup> |
||
184 | 6b9e7a56 | gaqhf | <ItemGroup> |
185 | <None Include="Resources\cancel_16x16.png" /> |
||
186 | </ItemGroup> |
||
187 | 5c248ee3 | gaqhf | <ItemGroup> |
188 | <None Include="Resources\find_16x16.png" /> |
||
189 | </ItemGroup> |
||
190 | 3bb4b1d5 | gaqhf | <ItemGroup> |
191 | <None Include="ToolTip1.png" /> |
||
192 | </ItemGroup> |
||
193 | <ItemGroup> |
||
194 | <None Include="Resources\ToolTip1.png" /> |
||
195 | </ItemGroup> |
||
196 | 0dae5645 | gaqhf | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
197 | 6b9e7a56 | gaqhf | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
198 | <PropertyGroup> |
||
199 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
200 | </PropertyGroup> |
||
201 | <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" /> |
||
202 | <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" /> |
||
203 | <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" /> |
||
204 | </Target> |
||
205 | <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" /> |
||
206 | <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" /> |
||
207 | 0dae5645 | gaqhf | </Project> |