프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / MarkusImageCreate / MarkusImageCreate.csproj @ 0d8516d2

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