프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / ConnectionStringBuild / ConnectionStringBuild.csproj @ 43e1d368

이력 | 보기 | 이력해설 | 다운로드 (5.23 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.5.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
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <PlatformTarget>AnyCPU</PlatformTarget>
22
    <DebugSymbols>true</DebugSymbols>
23
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>..\publish\Tools\ConnectionStringBuild\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
    <Prefer32Bit>false</Prefer32Bit>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
    <PlatformTarget>x64</PlatformTarget>
33
    <DebugType>pdbonly</DebugType>
34
    <Optimize>true</Optimize>
35
    <OutputPath>..\publish\Tools\ConnectionStringBuild\</OutputPath>
36
    <DefineConstants>TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
    <Prefer32Bit>false</Prefer32Bit>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="System" />
43
    <Reference Include="System.ComponentModel.DataAnnotations" />
44
    <Reference Include="System.Data" />
45
    <Reference Include="System.Xml" />
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Core" />
48
    <Reference Include="System.Xml.Linq" />
49
    <Reference Include="System.Data.DataSetExtensions" />
50
    <Reference Include="System.Net.Http" />
51
    <Reference Include="System.Xaml">
52
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
53
    </Reference>
54
    <Reference Include="WindowsBase" />
55
    <Reference Include="PresentationCore" />
56
    <Reference Include="PresentationFramework" />
57
  </ItemGroup>
58
  <ItemGroup>
59
    <ApplicationDefinition Include="App.xaml">
60
      <Generator>MSBuild:Compile</Generator>
61
      <SubType>Designer</SubType>
62
    </ApplicationDefinition>
63
    <Page Include="MainWindow.xaml">
64
      <Generator>MSBuild:Compile</Generator>
65
      <SubType>Designer</SubType>
66
    </Page>
67
    <Compile Include="App.xaml.cs">
68
      <DependentUpon>App.xaml</DependentUpon>
69
      <SubType>Code</SubType>
70
    </Compile>
71
    <Compile Include="MainWindow.xaml.cs">
72
      <DependentUpon>MainWindow.xaml</DependentUpon>
73
      <SubType>Code</SubType>
74
    </Compile>
75
  </ItemGroup>
76
  <ItemGroup>
77
    <Compile Include="Properties\AssemblyInfo.cs">
78
      <SubType>Code</SubType>
79
    </Compile>
80
    <Compile Include="Properties\Resources.Designer.cs">
81
      <AutoGen>True</AutoGen>
82
      <DesignTime>True</DesignTime>
83
      <DependentUpon>Resources.resx</DependentUpon>
84
    </Compile>
85
    <Compile Include="Properties\Settings.Designer.cs">
86
      <AutoGen>True</AutoGen>
87
      <DependentUpon>Settings.settings</DependentUpon>
88
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89
    </Compile>
90
    <EmbeddedResource Include="Properties\Resources.resx">
91
      <Generator>ResXFileCodeGenerator</Generator>
92
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93
    </EmbeddedResource>
94
    <None Include="Properties\Settings.settings">
95
      <Generator>SettingsSingleFileGenerator</Generator>
96
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
97
    </None>
98
  </ItemGroup>
99
  <ItemGroup>
100
    <None Include="App.config" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
104
      <Project>{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}</Project>
105
      <Name>Markus.Service.Interface</Name>
106
    </ProjectReference>
107
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
108
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
109
      <Name>Markus.Service.DataBase</Name>
110
    </ProjectReference>
111
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
112
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
113
      <Name>Markus.Service.Extensions</Name>
114
    </ProjectReference>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <PackageReference Include="EntityFramework">
118
      <Version>6.4.4</Version>
119
    </PackageReference>
120
    <PackageReference Include="Markus.EntityModel">
121
      <Version>1.0.0</Version>
122
    </PackageReference>
123
    <PackageReference Include="Microsoft.CSharp">
124
      <Version>4.5.0</Version>
125
    </PackageReference>
126
  </ItemGroup>
127
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)