diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 21:41:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 21:41:38 +0000 |
commit | 383d28b152438345e129963e6c1a40e8e4f04293 (patch) | |
tree | f9754626365cd23d695c9251a7c6a36155a39c8a /plugins/AuthState | |
parent | 2a3b48f91c74e4d0115c26af702a4d2ffccfc805 (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState')
-rw-r--r-- | plugins/AuthState/authstate.vcxproj | 28 | ||||
-rw-r--r-- | plugins/AuthState/authstate.vcxproj.filters | 4 |
2 files changed, 0 insertions, 32 deletions
diff --git a/plugins/AuthState/authstate.vcxproj b/plugins/AuthState/authstate.vcxproj deleted file mode 100644 index c1f32382f0..0000000000 --- a/plugins/AuthState/authstate.vcxproj +++ /dev/null @@ -1,28 +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">
- <ProjectName>AuthState</ProjectName>
- <ProjectGuid>{DB315D7D-00BB-43B2-93A6-0430CA2B9F28}</ProjectGuid>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
- </ImportGroup>
-</Project>
\ No newline at end of file diff --git a/plugins/AuthState/authstate.vcxproj.filters b/plugins/AuthState/authstate.vcxproj.filters deleted file mode 100644 index de5ad9f66c..0000000000 --- a/plugins/AuthState/authstate.vcxproj.filters +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(ProjectDir)..\..\build\vc.common\common.filters" />
-</Project>
\ No newline at end of file |