1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.props')" />
3
4
<ItemGroup Label =" ProjectConfigurations" >
4
5
<ProjectConfiguration Include =" Debug|Win32" >
5
6
<Configuration >Debug</Configuration >
313
314
<ClCompile Include =" Lv2\Lv2_프린터.cpp" >
314
315
<ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</ExcludedFromBuild >
315
316
</ClCompile >
317
+ <ClCompile Include =" Lv2\Lv2_피로도.cpp" >
318
+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</ExcludedFromBuild >
319
+ </ClCompile >
316
320
<ClCompile Include =" Lv2\Lv2_피보나치수.cpp" >
317
321
<ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</ExcludedFromBuild >
318
322
</ClCompile >
554
558
<ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</ExcludedFromBuild >
555
559
</ClCompile >
556
560
</ItemGroup >
561
+ <ItemGroup >
562
+ <None Include =" packages.config" />
563
+ </ItemGroup >
557
564
<PropertyGroup Label =" Globals" >
558
565
<VCProjectVersion >15.0</VCProjectVersion >
559
566
<ProjectGuid >{8AD8F2CB-4DFD-4C56-A53F-558099E76E3C}</ProjectGuid >
658
665
</ItemDefinitionGroup >
659
666
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
660
667
<ImportGroup Label =" ExtensionTargets" >
668
+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
661
669
</ImportGroup >
670
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
671
+ <PropertyGroup >
672
+ <ErrorText >이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText >
673
+ </PropertyGroup >
674
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
675
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210806.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
676
+ </Target >
662
677
</Project >
0 commit comments