프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Mvvm.ToolKit / Markus.Mvvm.ToolKit.csproj @ b92f142f

이력 | 보기 | 이력해설 | 다운로드 (3.35 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 Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))">
5
    <DefineConstants>NETFRAMEWORK</DefineConstants>
6
  </PropertyGroup>
7
  <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netstandard\d'))">
8
    <DefineConstants>NETSTANDARD</DefineConstants>
9
  </PropertyGroup>
10
  <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netcoreapp\d'))">
11
    <DefineConstants>NETCORE</DefineConstants>
12
  </PropertyGroup>
13
  <PropertyGroup>
14
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
15
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
16
    <ProjectGuid>{9EFE95D6-9985-422A-A76F-285C8CF73617}</ProjectGuid>
17
    <OutputType>Library</OutputType>
18
    <AppDesignerFolder>Properties</AppDesignerFolder>
19
    <RootNamespace>Markus.Mvvm.ToolKit</RootNamespace>
20
    <AssemblyName>Markus.Mvvm.ToolKit</AssemblyName>
21
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
22
    <FileAlignment>512</FileAlignment>
23
    <Deterministic>true</Deterministic>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26
    <DebugSymbols>true</DebugSymbols>
27
    <DebugType>full</DebugType>
28
    <Optimize>false</Optimize>
29
    <OutputPath>bin\Debug\</OutputPath>
30
    <DefineConstants>TRACE;DEBUG</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35
    <DebugType>pdbonly</DebugType>
36
    <Optimize>true</Optimize>
37
    <OutputPath>bin\Release\</OutputPath>
38
    <DefineConstants>TRACE</DefineConstants>
39
    <ErrorReport>prompt</ErrorReport>
40
    <WarningLevel>4</WarningLevel>
41
  </PropertyGroup>
42
  <ItemGroup>
43
    <Reference Include="PresentationCore" />
44
    <Reference Include="PresentationFramework" />
45
    <Reference Include="System" />
46
    <Reference Include="System.Core" />
47
    <Reference Include="System.Xaml" />
48
    <Reference Include="System.Xml.Linq" />
49
    <Reference Include="System.Data.DataSetExtensions" />
50
    <Reference Include="Microsoft.CSharp" />
51
    <Reference Include="System.Data" />
52
    <Reference Include="System.Net.Http" />
53
    <Reference Include="System.Xml" />
54
    <Reference Include="WindowsBase" />
55
  </ItemGroup>
56
  <ItemGroup>
57
    <Compile Include="AsyncCommand\AsyncCommand.cs" />
58
    <Compile Include="RelayCommand\EventRaiser.cs" />
59
    <Compile Include="RelayCommand\RelayCommand.cs" />
60
    <Compile Include="AsyncCommand\IAsyncCommand.cs" />
61
    <Compile Include="AsyncCommand\IErrorHandler.cs" />
62
    <Compile Include="Notification.cs" />
63
    <Compile Include="Properties\AssemblyInfo.cs" />
64
    <Compile Include="TaskUtilities.cs" />
65
    <Compile Include="ViewModelBase.cs" />
66
  </ItemGroup>
67
  <ItemGroup>
68
    <Page Include="Themes\Generic.xaml">
69
      <Generator>MSBuild:Compile</Generator>
70
      <SubType>Designer</SubType>
71
    </Page>
72
  </ItemGroup>
73
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)