hytos / ID2.Manager / MarkusImageCreate / MarkusImageCreate.csproj @ b0bfc1d3
이력 | 보기 | 이력해설 | 다운로드 (6.47 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>{465FA895-49CF-4E6D-A0E4-D12CA03B9FD5}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>MarkusImageCreate</RootNamespace> |
10 |
<AssemblyName>MarkusImageCreate</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.6</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>x64</PlatformTarget> |
19 |
<DebugSymbols>true</DebugSymbols> |
20 |
<DebugType>full</DebugType> |
21 |
<Optimize>false</Optimize> |
22 |
<OutputPath>bin\Debug\</OutputPath> |
23 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</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>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
40 |
<DebugType>full</DebugType> |
41 |
<PlatformTarget>x86</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 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
57 |
<DebugSymbols>true</DebugSymbols> |
58 |
<OutputPath>bin\x86\Debug\</OutputPath> |
59 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
60 |
<DebugType>full</DebugType> |
61 |
<PlatformTarget>x86</PlatformTarget> |
62 |
<LangVersion>7.3</LangVersion> |
63 |
<ErrorReport>prompt</ErrorReport> |
64 |
<Prefer32Bit>true</Prefer32Bit> |
65 |
</PropertyGroup> |
66 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
67 |
<OutputPath>bin\x86\Release\</OutputPath> |
68 |
<DefineConstants>TRACE</DefineConstants> |
69 |
<Optimize>true</Optimize> |
70 |
<DebugType>pdbonly</DebugType> |
71 |
<PlatformTarget>x86</PlatformTarget> |
72 |
<LangVersion>7.3</LangVersion> |
73 |
<ErrorReport>prompt</ErrorReport> |
74 |
<Prefer32Bit>true</Prefer32Bit> |
75 |
</PropertyGroup> |
76 |
<ItemGroup> |
77 |
<Reference Include="System" /> |
78 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
79 |
<Reference Include="System.Core" /> |
80 |
<Reference Include="System.Drawing" /> |
81 |
<Reference Include="System.Runtime.Serialization" /> |
82 |
<Reference Include="System.Xml.Linq" /> |
83 |
<Reference Include="System.Data.DataSetExtensions" /> |
84 |
<Reference Include="Microsoft.CSharp" /> |
85 |
<Reference Include="System.Data" /> |
86 |
<Reference Include="System.Net.Http" /> |
87 |
<Reference Include="System.Xml" /> |
88 |
</ItemGroup> |
89 |
<ItemGroup> |
90 |
<Compile Include="..\ID2.Manager.Dapper\DatabaseEnums.cs"> |
91 |
<Link>Dapper\DatabaseEnums.cs</Link> |
92 |
</Compile> |
93 |
<Compile Include="..\ID2.Manager.Dapper\Entities\ConvertDoc.cs"> |
94 |
<Link>Dapper\Entities\ConvertDoc.cs</Link> |
95 |
</Compile> |
96 |
<Compile Include="..\ID2.Manager.Dapper\Entities\DocPage.cs"> |
97 |
<Link>Dapper\Entities\DocPage.cs</Link> |
98 |
</Compile> |
99 |
<Compile Include="..\ID2.Manager.Dapper\Entities\DOCUMENTITEM.cs"> |
100 |
<Link>Dapper\Entities\DOCUMENTITEM.cs</Link> |
101 |
</Compile> |
102 |
<Compile Include="..\ID2.Manager.Dapper\Entities\MEMBER.cs"> |
103 |
<Link>Dapper\Entities\MEMBER.cs</Link> |
104 |
</Compile> |
105 |
<Compile Include="..\ID2.Manager.Dapper\IBaseRepository.cs"> |
106 |
<Link>Dapper\IBaseRepository.cs</Link> |
107 |
</Compile> |
108 |
<Compile Include="..\ID2.Manager.Dapper\Repository\BaseRepository.cs"> |
109 |
<Link>Dapper\Repository\BaseRepository.cs</Link> |
110 |
</Compile> |
111 |
<Compile Include="..\ID2.Manager.Dapper\Repository\MarkusRepository.cs"> |
112 |
<Link>Dapper\Repository\MarkusRepository.cs</Link> |
113 |
</Compile> |
114 |
<Compile Include="..\ID2.Manager.Dapper\Repository\ProjectRepository.cs"> |
115 |
<Link>Dapper\Repository\ProjectRepository.cs</Link> |
116 |
</Compile> |
117 |
<Compile Include="..\ID2.Manager.Data\HashCodeHelper.cs"> |
118 |
<Link>Dapper\HashCodeHelper.cs</Link> |
119 |
</Compile> |
120 |
<Compile Include="..\ID2.Manager.Data\Models\MarkupText.cs"> |
121 |
<Link>Dapper\Models\MarkupText.cs</Link> |
122 |
</Compile> |
123 |
<Compile Include="..\ID2.Manager.Data\Models\ProjectInfo.cs"> |
124 |
<Link>Dapper\Models\ProjectInfo.cs</Link> |
125 |
</Compile> |
126 |
<Compile Include="HostAppServ.cs" /> |
127 |
<Compile Include="OdActivationInfo.cs" /> |
128 |
<Compile Include="OdReadExMgd.cs" /> |
129 |
<Compile Include="Program.cs" /> |
130 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
131 |
</ItemGroup> |
132 |
<ItemGroup> |
133 |
<None Include="App.config" /> |
134 |
<None Include="MarkusImageCreate.INI"> |
135 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
136 |
</None> |
137 |
</ItemGroup> |
138 |
<ItemGroup> |
139 |
<PackageReference Include="CredentialManagement.Signed.ClsCompliant"> |
140 |
<Version>1.0.2</Version> |
141 |
</PackageReference> |
142 |
<PackageReference Include="Dapper"> |
143 |
<Version>1.60.6</Version> |
144 |
</PackageReference> |
145 |
<PackageReference Include="Dapper.ParameterExtensions"> |
146 |
<Version>2018.12.7.1</Version> |
147 |
</PackageReference> |
148 |
<PackageReference Include="ODA_redist"> |
149 |
<Version>1.3.0</Version> |
150 |
</PackageReference> |
151 |
<PackageReference Include="Salaros.ConfigParser"> |
152 |
<Version>0.3.8</Version> |
153 |
</PackageReference> |
154 |
</ItemGroup> |
155 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
156 |
</Project> |