프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / ConnectionStringBuild / ConnectionStringBuild.csproj @ 30d84e1a

이력 | 보기 | 이력해설 | 다운로드 (6.31 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>{2934E21A-D380-43B2-B68A-9B0D7C55A72F}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>ConnectionStringBuild</RootNamespace>
10
    <AssemblyName>ConnectionStringBuild</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <Deterministic>true</Deterministic>
16
    <TargetFrameworkProfile />
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
    <IsWebBootstrapper>false</IsWebBootstrapper>
20
    <PublishUrl>게시\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <UseApplicationTrust>false</UseApplicationTrust>
33
    <BootstrapperEnabled>true</BootstrapperEnabled>
34
  </PropertyGroup>
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36
    <PlatformTarget>x64</PlatformTarget>
37
    <DebugSymbols>true</DebugSymbols>
38
    <DebugType>full</DebugType>
39
    <Optimize>false</Optimize>
40
    <OutputPath>..\publish\Tools\ConnectionStringBuild\</OutputPath>
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
42
    <ErrorReport>prompt</ErrorReport>
43
    <WarningLevel>4</WarningLevel>
44
    <Prefer32Bit>false</Prefer32Bit>
45
  </PropertyGroup>
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
    <PlatformTarget>x64</PlatformTarget>
48
    <DebugType>pdbonly</DebugType>
49
    <Optimize>true</Optimize>
50
    <OutputPath>..\publish\Tools\ConnectionStringBuild\</OutputPath>
51
    <DefineConstants>TRACE</DefineConstants>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <Prefer32Bit>false</Prefer32Bit>
55
  </PropertyGroup>
56
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
57
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
58
    <DefineConstants>TRACE</DefineConstants>
59
    <Optimize>true</Optimize>
60
    <DebugType>pdbonly</DebugType>
61
    <PlatformTarget>x64</PlatformTarget>
62
    <LangVersion>7.3</LangVersion>
63
    <ErrorReport>prompt</ErrorReport>
64
  </PropertyGroup>
65
  <ItemGroup>
66
    <Reference Include="System" />
67
    <Reference Include="System.ComponentModel.DataAnnotations" />
68
    <Reference Include="System.Data" />
69
    <Reference Include="System.Xml" />
70
    <Reference Include="Microsoft.CSharp" />
71
    <Reference Include="System.Core" />
72
    <Reference Include="System.Xml.Linq" />
73
    <Reference Include="System.Data.DataSetExtensions" />
74
    <Reference Include="System.Net.Http" />
75
    <Reference Include="System.Xaml">
76
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
77
    </Reference>
78
    <Reference Include="WindowsBase" />
79
    <Reference Include="PresentationCore" />
80
    <Reference Include="PresentationFramework" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <ApplicationDefinition Include="App.xaml">
84
      <Generator>MSBuild:Compile</Generator>
85
      <SubType>Designer</SubType>
86
    </ApplicationDefinition>
87
    <Page Include="MainWindow.xaml">
88
      <Generator>MSBuild:Compile</Generator>
89
      <SubType>Designer</SubType>
90
    </Page>
91
    <Compile Include="App.xaml.cs">
92
      <DependentUpon>App.xaml</DependentUpon>
93
      <SubType>Code</SubType>
94
    </Compile>
95
    <Compile Include="MainWindow.xaml.cs">
96
      <DependentUpon>MainWindow.xaml</DependentUpon>
97
      <SubType>Code</SubType>
98
    </Compile>
99
  </ItemGroup>
100
  <ItemGroup>
101
    <Compile Include="Properties\AssemblyInfo.cs">
102
      <SubType>Code</SubType>
103
    </Compile>
104
    <Compile Include="Properties\Resources.Designer.cs">
105
      <AutoGen>True</AutoGen>
106
      <DesignTime>True</DesignTime>
107
      <DependentUpon>Resources.resx</DependentUpon>
108
    </Compile>
109
    <Compile Include="Properties\Settings.Designer.cs">
110
      <AutoGen>True</AutoGen>
111
      <DependentUpon>Settings.settings</DependentUpon>
112
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
113
    </Compile>
114
    <EmbeddedResource Include="Properties\Resources.resx">
115
      <Generator>ResXFileCodeGenerator</Generator>
116
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
117
    </EmbeddedResource>
118
    <None Include="Properties\Settings.settings">
119
      <Generator>SettingsSingleFileGenerator</Generator>
120
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
121
    </None>
122
  </ItemGroup>
123
  <ItemGroup>
124
    <None Include="App.config" />
125
  </ItemGroup>
126
  <ItemGroup>
127
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
128
      <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project>
129
      <Name>Markus.Service.Interface</Name>
130
    </ProjectReference>
131
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
132
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
133
      <Name>Markus.Service.DataBase.Dapper</Name>
134
    </ProjectReference>
135
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
136
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
137
      <Name>Markus.Service.Extensions</Name>
138
    </ProjectReference>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <PackageReference Include="Microsoft.CSharp">
142
      <Version>4.7.0</Version>
143
    </PackageReference>
144
  </ItemGroup>
145
  <ItemGroup>
146
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
147
      <Visible>False</Visible>
148
      <ProductName>.NET Framework 3.5 SP1</ProductName>
149
      <Install>false</Install>
150
    </BootstrapperPackage>
151
  </ItemGroup>
152
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)