summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/AsSingleWindow.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-09-19 19:50:57 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-09-19 19:50:57 +0300
commit44eadfd2f33bf3ac4cc1c56c773f09e8cf391385 (patch)
tree65e1ef4724c620ac1471db8fce38451d7963aedb /plugins/AsSingleWindow/AsSingleWindow.vcxproj
parentcc13707adf716f558a1e85995c042e5361eec60b (diff)
AsSingleWindow: adopted but not working
Diffstat (limited to 'plugins/AsSingleWindow/AsSingleWindow.vcxproj')
-rw-r--r--plugins/AsSingleWindow/AsSingleWindow.vcxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/AsSingleWindow/AsSingleWindow.vcxproj b/plugins/AsSingleWindow/AsSingleWindow.vcxproj
new file mode 100644
index 0000000000..fe4006f613
--- /dev/null
+++ b/plugins/AsSingleWindow/AsSingleWindow.vcxproj
@@ -0,0 +1,33 @@
+<?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>{CE6A5A24-EA88-4E67-BDF2-22517528E43F}</ProjectGuid>
+ <RootNamespace>AsSingleWindow</RootNamespace>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file