프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / MarkusImageCreate / MarkusImageCreate.csproj @ 7459b663

이력 | 보기 | 이력해설 | 다운로드 (4.88 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>bin\x86\Debug\</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="HostAppServ.cs" />
88
    <Compile Include="OdActivationInfo.cs" />
89
    <Compile Include="OdReadExMgd.cs" />
90
    <Compile Include="Program.cs" />
91
    <Compile Include="Properties\AssemblyInfo.cs" />
92
  </ItemGroup>
93
  <ItemGroup>
94
    <None Include="App.config" />
95
    <None Include="MarkusImageCreate.INI">
96
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
97
    </None>
98
  </ItemGroup>
99
  <ItemGroup>
100
    <PackageReference Include="CredentialManagement.Signed.ClsCompliant">
101
      <Version>1.0.2</Version>
102
    </PackageReference>
103
    <PackageReference Include="Dapper">
104
      <Version>1.60.6</Version>
105
    </PackageReference>
106
    <PackageReference Include="Dapper.ParameterExtensions">
107
      <Version>2018.12.7.1</Version>
108
    </PackageReference>
109
    <PackageReference Include="ODA_redist">
110
      <Version>1.3.0</Version>
111
    </PackageReference>
112
    <PackageReference Include="Salaros.ConfigParser">
113
      <Version>0.3.8</Version>
114
    </PackageReference>
115
  </ItemGroup>
116
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)