markus / MarkupCreate / MarkupCreate.csproj @ 1305c420
이력 | 보기 | 이력해설 | 다운로드 (5.42 KB)
1 | 2007ecaa | taeseongkim | <?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>{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>MarkupCreate</RootNamespace> |
||
10 | <AssemblyName>MarkupCreate</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 | <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 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
||
38 | <DebugSymbols>true</DebugSymbols> |
||
39 | <OutputPath>bin\Debug_Daelim\</OutputPath> |
||
40 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
41 | <DebugType>full</DebugType> |
||
42 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
43 | <ErrorReport>prompt</ErrorReport> |
||
44 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
45 | <Prefer32Bit>true</Prefer32Bit> |
||
46 | </PropertyGroup> |
||
47 | 9d5b4bc2 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
48 | <DebugSymbols>true</DebugSymbols> |
||
49 | <OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
||
50 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
51 | <DebugType>full</DebugType> |
||
52 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
53 | <ErrorReport>prompt</ErrorReport> |
||
54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
55 | <Prefer32Bit>true</Prefer32Bit> |
||
56 | </PropertyGroup> |
||
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
58 | <OutputPath>bin\Release_Default\</OutputPath> |
||
59 | <DefineConstants>TRACE</DefineConstants> |
||
60 | <Optimize>true</Optimize> |
||
61 | <DebugType>pdbonly</DebugType> |
||
62 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
63 | <ErrorReport>prompt</ErrorReport> |
||
64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
65 | 664ea2e1 | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
66 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
67 | 2007ecaa | taeseongkim | <ItemGroup> |
68 | <Reference Include="System" /> |
||
69 | <Reference Include="System.Data" /> |
||
70 | <Reference Include="System.Xml" /> |
||
71 | <Reference Include="Microsoft.CSharp" /> |
||
72 | <Reference Include="System.Core" /> |
||
73 | <Reference Include="System.Xml.Linq" /> |
||
74 | <Reference Include="System.Data.DataSetExtensions" /> |
||
75 | <Reference Include="System.Net.Http" /> |
||
76 | <Reference Include="System.Xaml"> |
||
77 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
78 | </Reference> |
||
79 | <Reference Include="WindowsBase" /> |
||
80 | <Reference Include="PresentationCore" /> |
||
81 | <Reference Include="PresentationFramework" /> |
||
82 | </ItemGroup> |
||
83 | <ItemGroup> |
||
84 | <ApplicationDefinition Include="App.xaml"> |
||
85 | <Generator>MSBuild:Compile</Generator> |
||
86 | <SubType>Designer</SubType> |
||
87 | </ApplicationDefinition> |
||
88 | <Page Include="MainWindow.xaml"> |
||
89 | <Generator>MSBuild:Compile</Generator> |
||
90 | <SubType>Designer</SubType> |
||
91 | </Page> |
||
92 | <Compile Include="App.xaml.cs"> |
||
93 | <DependentUpon>App.xaml</DependentUpon> |
||
94 | <SubType>Code</SubType> |
||
95 | </Compile> |
||
96 | <Compile Include="ControlHelper.cs" /> |
||
97 | <Compile Include="MainWindow.xaml.cs"> |
||
98 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
99 | <SubType>Code</SubType> |
||
100 | </Compile> |
||
101 | </ItemGroup> |
||
102 | <ItemGroup> |
||
103 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
104 | <SubType>Code</SubType> |
||
105 | </Compile> |
||
106 | <Compile Include="Properties\Resources.Designer.cs"> |
||
107 | <AutoGen>True</AutoGen> |
||
108 | <DesignTime>True</DesignTime> |
||
109 | <DependentUpon>Resources.resx</DependentUpon> |
||
110 | </Compile> |
||
111 | <Compile Include="Properties\Settings.Designer.cs"> |
||
112 | <AutoGen>True</AutoGen> |
||
113 | <DependentUpon>Settings.settings</DependentUpon> |
||
114 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
115 | </Compile> |
||
116 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
117 | <Generator>ResXFileCodeGenerator</Generator> |
||
118 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
119 | </EmbeddedResource> |
||
120 | <None Include="Properties\Settings.settings"> |
||
121 | <Generator>SettingsSingleFileGenerator</Generator> |
||
122 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
123 | </None> |
||
124 | </ItemGroup> |
||
125 | <ItemGroup> |
||
126 | <None Include="App.config" /> |
||
127 | </ItemGroup> |
||
128 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
129 | </Project> |