diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:38:24 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:38:24 +0300 |
| commit | 82fda148b9865911869768d2f2e10bb1fc17a82c (patch) | |
| tree | 992730a8441d52c61587a1f9a6ad95e42f1e7e5c /plugins/Rate/rate.vcxproj | |
| parent | bd250bf083ef4e99af085b9680438679cdd0c619 (diff) | |
Rate removed from all solutions & build scripts
Diffstat (limited to 'plugins/Rate/rate.vcxproj')
| -rw-r--r-- | plugins/Rate/rate.vcxproj | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/plugins/Rate/rate.vcxproj b/plugins/Rate/rate.vcxproj deleted file mode 100644 index 2406e572c9..0000000000 --- a/plugins/Rate/rate.vcxproj +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{C09A0E86-E7C3-4229-B817-C86A0AE8ACE5}</ProjectGuid>
- <ProjectName>Rate</ProjectName>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
- </ImportGroup>
- <ItemGroup>
- <ClCompile Include="src\main.cpp" />
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
- <ClInclude Include="src\resource.h" />
- <ClInclude Include="src\stdafx.h" />
- <ClInclude Include="src\version.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="res\rate.rc" />
- <ResourceCompile Include="res\Version.rc" />
- </ItemGroup>
-</Project>
\ No newline at end of file |
