728x90
반응형
728x170
▶ TestProject.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import
Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{17D5C049-2E3A-4F93-8FBB-A8808F76A189}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TestProject</RootNamespace>
<AssemblyName>TestProject</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Circle.cs" />
<Compile Include="Line.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Rectangle.cs" />
<Compile Include="Shape.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
※ LangVersion 태그에 C# 버전을 설정한다.
728x90
반응형
그리드형(광고전용)
'C# > Common' 카테고리의 다른 글
[C#/COMMON] 재귀 패턴(Recursive Pattern) 사용하기 (0) | 2021.03.01 |
---|---|
[C#/COMMON] swtich문 : 위치 패턴(Positional Pattern) 사용하기 (0) | 2021.03.01 |
[C#/COMMON] switch문 : 튜플 패턴(Tuple Pattern) 사용하기 (0) | 2021.03.01 |
[C#/COMMON] switch문 : 속성 패턴(Property Pattern) 사용하기 (0) | 2021.03.01 |
[C#/COMMON] switch문 : swtich 식 사용하기 (0) | 2021.03.01 |
[C#/COMMON] 닷넷 프레임워크 4.5 버전에서 C# 8.0 버전 사용하기 (0) | 2021.03.01 |
[C#/COMMON] Process 클래스 : 프로세스 리스트 구하기 (0) | 2021.02.23 |
[C#/COMMON] Process 클래스 : Start 정적 메소드를 사용해 장치 및 프린터 대화 상자 표시하기 (0) | 2021.02.23 |
[C#/COMMON] Process 클래스 : Start 정적 메소드를 사용해 장치 및 프린터 대화 상자 표시하기 (0) | 2021.02.23 |
[C#/COMMON] Process 클래스 : Start 정적 메소드를 사용해 장치 및 프린터 대화 상자 표시하기 (0) | 2021.02.23 |
[C#/COMMON] 카메라 정보 조회하기 (0) | 2021.02.23 |
댓글을 달아 주세요