프로젝트

일반

사용자정보

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

markus / MARKUSStart / Markus / Markus.csproj @ c206d293

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