hytos / ID2.Manager / MarkusImageCreate / MarkusImageCreate.csproj @ 429bc8fa
이력 | 보기 | 이력해설 | 다운로드 (5.69 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|x64'"> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<OutputPath>bin\x64\Debug\</OutputPath> |
20 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
21 |
<DebugType>full</DebugType> |
22 |
<PlatformTarget>x64</PlatformTarget> |
23 |
<LangVersion>7.3</LangVersion> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<Prefer32Bit>true</Prefer32Bit> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
31 |
<DebugType>pdbonly</DebugType> |
32 |
<PlatformTarget>x64</PlatformTarget> |
33 |
<LangVersion>7.3</LangVersion> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<Prefer32Bit>true</Prefer32Bit> |
36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 |
<DebugSymbols>true</DebugSymbols> |
39 |
<OutputPath>bin\x86\Debug\</OutputPath> |
40 |
<DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants> |
41 |
<DebugType>full</DebugType> |
42 |
<PlatformTarget>x86</PlatformTarget> |
43 |
<LangVersion>7.3</LangVersion> |
44 |
<ErrorReport>prompt</ErrorReport> |
45 |
<Prefer32Bit>true</Prefer32Bit> |
46 |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
48 |
<OutputPath>bin\x86\Release\</OutputPath> |
49 |
<DefineConstants>TRACE</DefineConstants> |
50 |
<Optimize>true</Optimize> |
51 |
<DebugType>pdbonly</DebugType> |
52 |
<PlatformTarget>x86</PlatformTarget> |
53 |
<LangVersion>7.3</LangVersion> |
54 |
<ErrorReport>prompt</ErrorReport> |
55 |
<Prefer32Bit>true</Prefer32Bit> |
56 |
</PropertyGroup> |
57 |
<ItemGroup> |
58 |
<Reference Include="System" /> |
59 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
60 |
<Reference Include="System.Core" /> |
61 |
<Reference Include="System.Drawing" /> |
62 |
<Reference Include="System.Runtime.Serialization" /> |
63 |
<Reference Include="System.Xml.Linq" /> |
64 |
<Reference Include="System.Data.DataSetExtensions" /> |
65 |
<Reference Include="Microsoft.CSharp" /> |
66 |
<Reference Include="System.Data" /> |
67 |
<Reference Include="System.Net.Http" /> |
68 |
<Reference Include="System.Xml" /> |
69 |
</ItemGroup> |
70 |
<ItemGroup> |
71 |
<Compile Include="..\ID2.Manager.Dapper\DatabaseEnums.cs"> |
72 |
<Link>Dapper\DatabaseEnums.cs</Link> |
73 |
</Compile> |
74 |
<Compile Include="..\ID2.Manager.Dapper\Entities\ConvertDoc.cs"> |
75 |
<Link>Dapper\Entities\ConvertDoc.cs</Link> |
76 |
</Compile> |
77 |
<Compile Include="..\ID2.Manager.Dapper\Entities\DocPage.cs"> |
78 |
<Link>Dapper\Entities\DocPage.cs</Link> |
79 |
</Compile> |
80 |
<Compile Include="..\ID2.Manager.Dapper\Entities\DOCUMENTITEM.cs"> |
81 |
<Link>Dapper\Entities\DOCUMENTITEM.cs</Link> |
82 |
</Compile> |
83 |
<Compile Include="..\ID2.Manager.Dapper\Entities\MEMBER.cs"> |
84 |
<Link>Dapper\Entities\MEMBER.cs</Link> |
85 |
</Compile> |
86 |
<Compile Include="..\ID2.Manager.Dapper\IBaseRepository.cs"> |
87 |
<Link>Dapper\IBaseRepository.cs</Link> |
88 |
</Compile> |
89 |
<Compile Include="..\ID2.Manager.Dapper\Repository\BaseRepository.cs"> |
90 |
<Link>Dapper\Repository\BaseRepository.cs</Link> |
91 |
</Compile> |
92 |
<Compile Include="..\ID2.Manager.Dapper\Repository\MarkusRepository.cs"> |
93 |
<Link>Dapper\Repository\MarkusRepository.cs</Link> |
94 |
</Compile> |
95 |
<Compile Include="..\ID2.Manager.Dapper\Repository\ProjectRepository.cs"> |
96 |
<Link>Dapper\Repository\ProjectRepository.cs</Link> |
97 |
</Compile> |
98 |
<Compile Include="..\ID2.Manager.Data\HashCodeHelper.cs"> |
99 |
<Link>Dapper\HashCodeHelper.cs</Link> |
100 |
</Compile> |
101 |
<Compile Include="..\ID2.Manager.Data\Models\MarkupText.cs"> |
102 |
<Link>Dapper\Models\MarkupText.cs</Link> |
103 |
</Compile> |
104 |
<Compile Include="..\ID2.Manager.Data\Models\ProjectInfo.cs"> |
105 |
<Link>Dapper\Models\ProjectInfo.cs</Link> |
106 |
</Compile> |
107 |
<Compile Include="HostAppServ.cs" /> |
108 |
<Compile Include="OdActivationInfo.cs" /> |
109 |
<Compile Include="OdReadExMgd.cs" /> |
110 |
<Compile Include="Program.cs" /> |
111 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
112 |
</ItemGroup> |
113 |
<ItemGroup> |
114 |
<None Include="App.config" /> |
115 |
<None Include="MarkusImageCreate.INI"> |
116 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
117 |
</None> |
118 |
</ItemGroup> |
119 |
<ItemGroup> |
120 |
<PackageReference Include="CredentialManagement.Signed.ClsCompliant"> |
121 |
<Version>1.0.2</Version> |
122 |
</PackageReference> |
123 |
<PackageReference Include="Dapper"> |
124 |
<Version>1.60.6</Version> |
125 |
</PackageReference> |
126 |
<PackageReference Include="Dapper.ParameterExtensions"> |
127 |
<Version>2018.12.7.1</Version> |
128 |
</PackageReference> |
129 |
<PackageReference Include="ODA_redist"> |
130 |
<Version>1.3.0</Version> |
131 |
</PackageReference> |
132 |
<PackageReference Include="Salaros.ConfigParser"> |
133 |
<Version>0.3.8</Version> |
134 |
</PackageReference> |
135 |
</ItemGroup> |
136 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
137 |
</Project> |