hytos / ID2.Manager / ID2.Manager / ID2.Manager.csproj @ 73a686e6
이력 | 보기 | 이력해설 | 다운로드 (8.87 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<!--nuget add--> |
3 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
4 |
<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>{226CE2A3-DD88-4C99-A8E6-FAC5A4D78C71}</ProjectGuid> |
9 |
<OutputType>WinExe</OutputType> |
10 |
<RootNamespace>ID2.Manager</RootNamespace> |
11 |
<AssemblyName>ID2.Manager</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 |
<Deterministic>true</Deterministic> |
16 |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 |
<PlatformTarget>x64</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 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
37 |
<DebugSymbols>true</DebugSymbols> |
38 |
<OutputPath>bin\x64\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<DebugType>full</DebugType> |
41 |
<PlatformTarget>x64</PlatformTarget> |
42 |
<LangVersion>7.3</LangVersion> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
<Prefer32Bit>true</Prefer32Bit> |
45 |
</PropertyGroup> |
46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
47 |
<OutputPath>bin\x64\Release\</OutputPath> |
48 |
<DefineConstants>TRACE</DefineConstants> |
49 |
<Optimize>true</Optimize> |
50 |
<DebugType>pdbonly</DebugType> |
51 |
<PlatformTarget>x64</PlatformTarget> |
52 |
<LangVersion>7.3</LangVersion> |
53 |
<ErrorReport>prompt</ErrorReport> |
54 |
<Prefer32Bit>true</Prefer32Bit> |
55 |
</PropertyGroup> |
56 |
<ItemGroup> |
57 |
<Reference Include="System" /> |
58 |
<Reference Include="System.Core" /> |
59 |
<Reference Include="System.Xml.Linq" /> |
60 |
<Reference Include="System.Data.DataSetExtensions" /> |
61 |
<Reference Include="Microsoft.CSharp" /> |
62 |
<Reference Include="System.Data" /> |
63 |
<Reference Include="System.Deployment" /> |
64 |
<Reference Include="System.Drawing" /> |
65 |
<Reference Include="System.Net.Http" /> |
66 |
<Reference Include="System.Windows.Forms" /> |
67 |
<Reference Include="System.Xml" /> |
68 |
</ItemGroup> |
69 |
<ItemGroup> |
70 |
<Compile Include="Classes\BaseWorker.cs" /> |
71 |
<Compile Include="Classes\MarkusUriCreate.cs" /> |
72 |
<Compile Include="Classes\OpenProperties.cs" /> |
73 |
<Compile Include="Controls\AutoCADViewer.cs"> |
74 |
<SubType>UserControl</SubType> |
75 |
</Compile> |
76 |
<Compile Include="Controls\AutoCADViewer.Designer.cs"> |
77 |
<DependentUpon>AutoCADViewer.cs</DependentUpon> |
78 |
</Compile> |
79 |
<Compile Include="Forms\BaseForm.cs"> |
80 |
<SubType>Form</SubType> |
81 |
</Compile> |
82 |
<Compile Include="Forms\BaseForm.Designer.cs"> |
83 |
<DependentUpon>BaseForm.cs</DependentUpon> |
84 |
</Compile> |
85 |
<Compile Include="Forms\Login.cs"> |
86 |
<SubType>Form</SubType> |
87 |
</Compile> |
88 |
<Compile Include="Forms\Login.Designer.cs"> |
89 |
<DependentUpon>Login.cs</DependentUpon> |
90 |
</Compile> |
91 |
<Compile Include="Main.cs"> |
92 |
<SubType>Form</SubType> |
93 |
</Compile> |
94 |
<Compile Include="Main.Designer.cs"> |
95 |
<DependentUpon>Main.cs</DependentUpon> |
96 |
</Compile> |
97 |
<Compile Include="Model\MyModel.cs"> |
98 |
<SubType>Component</SubType> |
99 |
</Compile> |
100 |
<Compile Include="Model\MyModel.Designer.cs"> |
101 |
<DependentUpon>MyModel.cs</DependentUpon> |
102 |
</Compile> |
103 |
<Compile Include="Program.cs" /> |
104 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
105 |
<Compile Include="Settings.cs" /> |
106 |
<EmbeddedResource Include="Controls\AutoCADViewer.resx"> |
107 |
<DependentUpon>AutoCADViewer.cs</DependentUpon> |
108 |
</EmbeddedResource> |
109 |
<EmbeddedResource Include="Forms\Login.resx"> |
110 |
<DependentUpon>Login.cs</DependentUpon> |
111 |
</EmbeddedResource> |
112 |
<EmbeddedResource Include="Main.resx"> |
113 |
<DependentUpon>Main.cs</DependentUpon> |
114 |
</EmbeddedResource> |
115 |
<EmbeddedResource Include="Properties\licenses.licx" /> |
116 |
<EmbeddedResource Include="Properties\Resources.resx"> |
117 |
<Generator>ResXFileCodeGenerator</Generator> |
118 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
119 |
<SubType>Designer</SubType> |
120 |
</EmbeddedResource> |
121 |
<Compile Include="Properties\Resources.Designer.cs"> |
122 |
<AutoGen>True</AutoGen> |
123 |
<DependentUpon>Resources.resx</DependentUpon> |
124 |
<DesignTime>True</DesignTime> |
125 |
</Compile> |
126 |
<None Include="Properties\Settings.settings"> |
127 |
<Generator>SettingsSingleFileGenerator</Generator> |
128 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
129 |
</None> |
130 |
<Compile Include="Properties\Settings.Designer.cs"> |
131 |
<AutoGen>True</AutoGen> |
132 |
<DependentUpon>Settings.settings</DependentUpon> |
133 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
134 |
</Compile> |
135 |
<None Include="Template\Samsung Elec Task Management.xlsx"> |
136 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
137 |
</None> |
138 |
</ItemGroup> |
139 |
<ItemGroup> |
140 |
<None Include="App.config" /> |
141 |
</ItemGroup> |
142 |
<ItemGroup> |
143 |
<None Include="Resources\Excel.png" /> |
144 |
</ItemGroup> |
145 |
<ItemGroup> |
146 |
<ProjectReference Include="..\ID2.Manager.Common\ID2.Manager.Common.csproj"> |
147 |
<Project>{d5abdf40-ca97-4b5a-a08c-63d7d53bca3a}</Project> |
148 |
<Name>ID2.Manager.Common</Name> |
149 |
</ProjectReference> |
150 |
<ProjectReference Include="..\ID2.Manager.Controller\ID2.Manager.Controller.csproj"> |
151 |
<Project>{83dacc10-43b1-4e38-abef-e5ef9492a82d}</Project> |
152 |
<Name>ID2.Manager.Controller</Name> |
153 |
</ProjectReference> |
154 |
<ProjectReference Include="..\ID2.Manager.Dapper\ID2.Manager.Dapper.csproj"> |
155 |
<Project>{6d22aaa8-d584-43f4-b71c-b32c5c9288ed}</Project> |
156 |
<Name>ID2.Manager.Dapper</Name> |
157 |
</ProjectReference> |
158 |
<ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj"> |
159 |
<Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project> |
160 |
<Name>ID2.Manager.Data</Name> |
161 |
</ProjectReference> |
162 |
</ItemGroup> |
163 |
<ItemGroup> |
164 |
<PackageReference Include="devDept.Eyeshot.2022"> |
165 |
<Version>2022.3.614</Version> |
166 |
</PackageReference> |
167 |
<PackageReference Include="devDept.Eyeshot.2022.Cad.Support"> |
168 |
<Version>2022.3.614</Version> |
169 |
</PackageReference> |
170 |
<PackageReference Include="EmptyLicensesLicx"> |
171 |
<Version>3.0.0</Version> |
172 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
173 |
<PrivateAssets>all</PrivateAssets> |
174 |
</PackageReference> |
175 |
<PackageReference Include="GemBox.Spreadsheet"> |
176 |
<Version>47.0.1268</Version> |
177 |
</PackageReference> |
178 |
<PackageReference Include="Newtonsoft.Json"> |
179 |
<Version>13.0.3</Version> |
180 |
</PackageReference> |
181 |
<PackageReference Include="UI.for.WinForms.ChartView"> |
182 |
<Version>2023.1.314</Version> |
183 |
</PackageReference> |
184 |
<PackageReference Include="UI.for.WinForms.Common"> |
185 |
<Version>2023.1.314</Version> |
186 |
</PackageReference> |
187 |
<PackageReference Include="UI.for.WinForms.Dock"> |
188 |
<Version>2023.1.314</Version> |
189 |
</PackageReference> |
190 |
<PackageReference Include="UI.for.WinForms.GridView"> |
191 |
<Version>2023.1.314</Version> |
192 |
</PackageReference> |
193 |
<PackageReference Include="UI.for.WinForms.RadDiagram"> |
194 |
<Version>2023.1.314</Version> |
195 |
</PackageReference> |
196 |
<PackageReference Include="UI.for.WinForms.RichTextEditor"> |
197 |
<Version>2023.1.314</Version> |
198 |
</PackageReference> |
199 |
</ItemGroup> |
200 |
<ItemGroup> |
201 |
<None Include="Resources\Export.png" /> |
202 |
</ItemGroup> |
203 |
<ItemGroup> |
204 |
<None Include="Resources\ImportFromExcel.png" /> |
205 |
</ItemGroup> |
206 |
<ItemGroup> |
207 |
<None Include="Resources\pdf20.png" /> |
208 |
</ItemGroup> |
209 |
<ItemGroup> |
210 |
<None Include="Resources\pdf18.png" /> |
211 |
</ItemGroup> |
212 |
<ItemGroup> |
213 |
<None Include="Resources\link18_green.png" /> |
214 |
</ItemGroup> |
215 |
<ItemGroup> |
216 |
<None Include="Resources\cad18.png" /> |
217 |
</ItemGroup> |
218 |
<ItemGroup> |
219 |
<None Include="Resources\link18_blue.png" /> |
220 |
</ItemGroup> |
221 |
<ItemGroup> |
222 |
<None Include="Resources\link18_yellow.png" /> |
223 |
</ItemGroup> |
224 |
<ItemGroup> |
225 |
<None Include="Resources\files18.png" /> |
226 |
</ItemGroup> |
227 |
<ItemGroup> |
228 |
<None Include="Resources\link18_purple.png" /> |
229 |
</ItemGroup> |
230 |
<ItemGroup> |
231 |
<None Include="Resources\Save.png" /> |
232 |
</ItemGroup> |
233 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
234 |
</Project> |