-
Notifications
You must be signed in to change notification settings - Fork 0
/
rsyseval.pyproj
43 lines (43 loc) · 1.6 KB
/
rsyseval.pyproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>3976aedb-0a8b-4e8c-83ca-0af1be6085a4</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>rsyseval.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>rsyseval</Name>
<RootNamespace>rsyseval</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="itemitemcf.py" />
<Compile Include="rsyseval.py" />
<Compile Include="ralgorithm.py" />
<Compile Include="rstructures.py" />
<Compile Include="svdcf.py" />
<Compile Include="userusercf.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="data\" />
</ItemGroup>
<ItemGroup>
<Content Include="data\movie-tags.csv" />
<Content Include="data\movie-titles.csv" />
<Content Include="data\ratings.csv" />
<Content Include="data\users.csv" />
<Content Include="The_size_of_things.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>