test1
This commit is contained in:
parent
6c281c9486
commit
b4c4afafbb
@ -129,6 +129,9 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="test.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
@ -19,4 +19,7 @@
|
||||
<Filter>Исходные файлы</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="test.txt" />
|
||||
</ItemGroup>
|
||||
</Project>
|
1
Lab17/Lab17/test.txt
Normal file
1
Lab17/Lab17/test.txt
Normal file
@ -0,0 +1 @@
|
||||
abc
|
Loading…
Reference in New Issue
Block a user