-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYandex-Practicum-Algo.csproj
44 lines (38 loc) · 1.36 KB
/
Yandex-Practicum-Algo.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Yandex_Practicum_Algo</RootNamespace>
<AssemblyName>Yandex Practicum</AssemblyName>
<StartupObject>General.Solution</StartupObject>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Ready\A+B.cs" />
<Compile Remove="Ready\Example1.cs" />
<Compile Remove="Ready\Example2.cs" />
<Compile Remove="Ready\Example3.cs" />
<Compile Remove="Ready\S2TA-transpose.cs" />
<Compile Remove="S1\2-SUM Naive %28Dve fishki%29.cs" />
<Compile Remove="S1\A+B.cs" />
<Compile Remove="S1\Example1.cs" />
<Compile Remove="S1\Example2.cs" />
<Compile Remove="S1\Example3.cs" />
<Compile Remove="S1\Skol%27zyashchee srednee.cs" />
<Compile Remove="Ready\Skol%27zyashchee srednee.cs" />
<Compile Remove="Ready\Zastyozhka-molniya.cs" />
<Compile Remove="S1\Zastyozhka-molniya.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Yandex-Practicum-Algo.sln" />
</ItemGroup>
<ItemGroup>
<Resource Include="Ready\Example1.cs" />
<Resource Include="Ready\Example2.cs" />
<Resource Include="Ready\Example3.cs" />
</ItemGroup>
<ItemGroup>
<None Update="S4-Final\S4FB-20">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>