summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/DLL.props
diff options
context:
space:
mode:
authorAlexander Vostres <alexx999@gmail.com>2011-07-17 20:39:14 +0300
committerPete Hurst <pete@streamuniverse.tv>2013-05-19 23:01:02 +0100
commit7d2ba46dffff3e5bfddd822060a303325bcc939e (patch)
tree2c6a46f27eea4f4920b04d469d31eab716536bc2 /crawl-ref/source/contrib/DLL.props
parenta87a6ee1bffd6dac08ec57300bed85f67320aa4e (diff)
downloadcrawl-ref-7d2ba46dffff3e5bfddd822060a303325bcc939e.tar.gz
crawl-ref-7d2ba46dffff3e5bfddd822060a303325bcc939e.zip
- Added VS2010 solutions and projects
Diffstat (limited to 'crawl-ref/source/contrib/DLL.props')
-rw-r--r--crawl-ref/source/contrib/DLL.props16
1 files changed, 16 insertions, 0 deletions
diff --git a/crawl-ref/source/contrib/DLL.props b/crawl-ref/source/contrib/DLL.props
new file mode 100644
index 0000000000..e9d686d93b
--- /dev/null
+++ b/crawl-ref/source/contrib/DLL.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ <_PropertySheetDisplayName>Dynamic Link Library</_PropertySheetDisplayName>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>__DYNAMIC__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <OutputFile>$(SolutionDir)\..\$(ProjectName).dll</OutputFile>
+ <ImportLibrary>$(SolutionDir)\bin\8.0\$(Platform)\$(ProjectName).lib</ImportLibrary>
+ </Link>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file