summaryrefslogtreecommitdiff
path: root/src/akiru
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-08 21:56:54 -0400
committerGravatar ShizZy2013-09-08 21:56:54 -0400
commit21613642583e8a10041ef52983db4fde14e18fbc (patch)
tree809cad870430bb32c27b61f256437ebd7a76674d /src/akiru
parentfixed some code warnings (diff)
downloadyuzu-21613642583e8a10041ef52983db4fde14e18fbc.tar.gz
yuzu-21613642583e8a10041ef52983db4fde14e18fbc.tar.xz
yuzu-21613642583e8a10041ef52983db4fde14e18fbc.zip
cleaned up VS project files
Diffstat (limited to 'src/akiru')
-rw-r--r--src/akiru/akiru.vcxproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/akiru/akiru.vcxproj b/src/akiru/akiru.vcxproj
index 901155e98..513e3412b 100644
--- a/src/akiru/akiru.vcxproj
+++ b/src/akiru/akiru.vcxproj
@@ -47,34 +47,35 @@
47 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 47 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49 <Import Project="..\..\vsprops\base.props" /> 49 <Import Project="..\..\vsprops\base.props" />
50 <Import Project="..\..\vsprops\externals.props" />
50 <Import Project="..\..\vsprops\code_generation_debug.props" /> 51 <Import Project="..\..\vsprops\code_generation_debug.props" />
51 <Import Project="..\..\vsprops\app.props" /> 52 <Import Project="..\..\vsprops\app.props" />
52 <Import Project="..\..\vsprops\optimization_debug.props" /> 53 <Import Project="..\..\vsprops\optimization_debug.props" />
53 <Import Project="..\..\vsprops\externals.props" /> 54
54 </ImportGroup> 55 </ImportGroup>
55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 <Import Project="..\..\vsprops\base.props" /> 58 <Import Project="..\..\vsprops\base.props" />
59 <Import Project="..\..\vsprops\externals.props" />
58 <Import Project="..\..\vsprops\code_generation_debug.props" /> 60 <Import Project="..\..\vsprops\code_generation_debug.props" />
59 <Import Project="..\..\vsprops\app.props" /> 61 <Import Project="..\..\vsprops\app.props" />
60 <Import Project="..\..\vsprops\optimization_debug.props" /> 62 <Import Project="..\..\vsprops\optimization_debug.props" />
61 <Import Project="..\..\vsprops\externals.props" />
62 </ImportGroup> 63 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\..\vsprops\base.props" /> 66 <Import Project="..\..\vsprops\base.props" />
67 <Import Project="..\..\vsprops\externals.props" />
66 <Import Project="..\..\vsprops\code_generation_release.props" /> 68 <Import Project="..\..\vsprops\code_generation_release.props" />
67 <Import Project="..\..\vsprops\app.props" /> 69 <Import Project="..\..\vsprops\app.props" />
68 <Import Project="..\..\vsprops\optimization_release.props" /> 70 <Import Project="..\..\vsprops\optimization_release.props" />
69 <Import Project="..\..\vsprops\externals.props" />
70 </ImportGroup> 71 </ImportGroup>
71 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 72 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\..\vsprops\base.props" /> 74 <Import Project="..\..\vsprops\base.props" />
75 <Import Project="..\..\vsprops\externals.props" />
74 <Import Project="..\..\vsprops\code_generation_release.props" /> 76 <Import Project="..\..\vsprops\code_generation_release.props" />
75 <Import Project="..\..\vsprops\app.props" /> 77 <Import Project="..\..\vsprops\app.props" />
76 <Import Project="..\..\vsprops\optimization_release.props" /> 78 <Import Project="..\..\vsprops\optimization_release.props" />
77 <Import Project="..\..\vsprops\externals.props" />
78 </ImportGroup> 79 </ImportGroup>
79 <PropertyGroup Label="UserMacros" /> 80 <PropertyGroup Label="UserMacros" />
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
@@ -204,6 +205,9 @@
204 <ItemGroup> 205 <ItemGroup>
205 <ResourceCompile Include="akiru.rc" /> 206 <ResourceCompile Include="akiru.rc" />
206 </ItemGroup> 207 </ItemGroup>
208 <ItemGroup>
209 <None Include="CMakeLists.txt" />
210 </ItemGroup>
207 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 211 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
208 <ImportGroup Label="ExtensionTargets"> 212 <ImportGroup Label="ExtensionTargets">
209 </ImportGroup> 213 </ImportGroup>