프로젝트

일반

사용자정보

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

markus / MARKUSStart / Markus / Markus.csproj @ 8e6884a5

이력 | 보기 | 이력해설 | 다운로드 (5.73 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>{DAB68453-6C7A-4642-814F-47FC794E8BF0}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>Markus</RootNamespace>
10
    <AssemblyName>MarkusStart</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16
    <Deterministic>true</Deterministic>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <PlatformTarget>AnyCPU</PlatformTarget>
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>bin\Debug\</OutputPath>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
    <PlatformTarget>AnyCPU</PlatformTarget>
30
    <DebugType>pdbonly</DebugType>
31
    <Optimize>true</Optimize>
32
    <OutputPath>bin\Release\</OutputPath>
33
    <DefineConstants>TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <ItemGroup>
38
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
39
      <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
40
    </Reference>
41
    <Reference Include="System" />
42
    <Reference Include="System.Data" />
43
    <Reference Include="System.Xml" />
44
    <Reference Include="Microsoft.CSharp" />
45
    <Reference Include="System.Core" />
46
    <Reference Include="System.Xml.Linq" />
47
    <Reference Include="System.Data.DataSetExtensions" />
48
    <Reference Include="System.Net.Http" />
49
    <Reference Include="System.Xaml">
50
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
51
    </Reference>
52
    <Reference Include="Telerik.Windows.Controls, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
53
      <SpecificVersion>False</SpecificVersion>
54
      <HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.dll</HintPath>
55
    </Reference>
56
    <Reference Include="Telerik.Windows.Controls.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
57
      <SpecificVersion>False</SpecificVersion>
58
      <HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Data.dll</HintPath>
59
    </Reference>
60
    <Reference Include="Telerik.Windows.Controls.Input, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
61
      <SpecificVersion>False</SpecificVersion>
62
      <HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Controls.Input.dll</HintPath>
63
    </Reference>
64
    <Reference Include="Telerik.Windows.Data, Version=2020.1.218.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
65
      <SpecificVersion>False</SpecificVersion>
66
      <HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2020\Binaries\WPF45\Telerik.Windows.Data.dll</HintPath>
67
    </Reference>
68
    <Reference Include="WindowsBase" />
69
    <Reference Include="PresentationCore" />
70
    <Reference Include="PresentationFramework" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <ApplicationDefinition Include="App.xaml">
74
      <Generator>MSBuild:Compile</Generator>
75
      <SubType>Designer</SubType>
76
    </ApplicationDefinition>
77
    <Compile Include="ViewInfo.cs" />
78
    <Page Include="MainWindow.xaml">
79
      <Generator>MSBuild:Compile</Generator>
80
      <SubType>Designer</SubType>
81
    </Page>
82
    <Compile Include="App.xaml.cs">
83
      <DependentUpon>App.xaml</DependentUpon>
84
      <SubType>Code</SubType>
85
    </Compile>
86
    <Compile Include="MainWindow.xaml.cs">
87
      <DependentUpon>MainWindow.xaml</DependentUpon>
88
      <SubType>Code</SubType>
89
    </Compile>
90
  </ItemGroup>
91
  <ItemGroup>
92
    <Compile Include="Properties\AssemblyInfo.cs">
93
      <SubType>Code</SubType>
94
    </Compile>
95
    <Compile Include="Properties\Resources.Designer.cs">
96
      <AutoGen>True</AutoGen>
97
      <DesignTime>True</DesignTime>
98
      <DependentUpon>Resources.resx</DependentUpon>
99
    </Compile>
100
    <Compile Include="Properties\Settings.Designer.cs">
101
      <AutoGen>True</AutoGen>
102
      <DependentUpon>Settings.settings</DependentUpon>
103
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
104
    </Compile>
105
    <EmbeddedResource Include="Properties\Resources.resx">
106
      <Generator>ResXFileCodeGenerator</Generator>
107
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
108
    </EmbeddedResource>
109
    <None Include="packages.config" />
110
    <None Include="Properties\Settings.settings">
111
      <Generator>SettingsSingleFileGenerator</Generator>
112
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
113
    </None>
114
  </ItemGroup>
115
  <ItemGroup>
116
    <None Include="App.config" />
117
  </ItemGroup>
118
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)