summaryrefslogtreecommitdiffstats
path: root/vsprops/CodeGen_Release.props
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-05 02:17:46 +0200
committerShizZy <shizzy@6bit.net>2013-09-05 02:17:46 +0200
commit7564d28faf780bc0967ab3f6ff11b29b44e4b1aa (patch)
tree48c87985296d0bc8d62785b8f3209f4b727d0cc0 /vsprops/CodeGen_Release.props
parentdeleted gekko's common files (diff)
downloadyuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.gz
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.bz2
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.lz
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.xz
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.zst
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.zip
Diffstat (limited to 'vsprops/CodeGen_Release.props')
-rw-r--r--vsprops/CodeGen_Release.props20
1 files changed, 0 insertions, 20 deletions
diff --git a/vsprops/CodeGen_Release.props b/vsprops/CodeGen_Release.props
deleted file mode 100644
index 0a74151ce..000000000
--- a/vsprops/CodeGen_Release.props
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_PropertySheetDisplayName>CodeGen_Release</_PropertySheetDisplayName>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <MinimalRebuild>false</MinimalRebuild>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project> \ No newline at end of file