diff options
Diffstat (limited to 'src/citrus/citrus.vcxproj')
| -rw-r--r-- | src/citrus/citrus.vcxproj | 214 |
1 files changed, 0 insertions, 214 deletions
diff --git a/src/citrus/citrus.vcxproj b/src/citrus/citrus.vcxproj deleted file mode 100644 index 1243d14e5..000000000 --- a/src/citrus/citrus.vcxproj +++ /dev/null | |||
| @@ -1,214 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | </ItemGroup> | ||
| 21 | <PropertyGroup Label="Globals"> | ||
| 22 | <ProjectGuid>{CE7D2C07-21CE-4590-81AB-2ADA88A2B85F}</ProjectGuid> | ||
| 23 | <Keyword>Win32Proj</Keyword> | ||
| 24 | <RootNamespace>emu_win32</RootNamespace> | ||
| 25 | <ProjectName>citrus</ProjectName> | ||
| 26 | </PropertyGroup> | ||
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 29 | <ConfigurationType>Application</ConfigurationType> | ||
| 30 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 31 | </PropertyGroup> | ||
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 33 | <ConfigurationType>Application</ConfigurationType> | ||
| 34 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 35 | </PropertyGroup> | ||
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 37 | <ConfigurationType>Application</ConfigurationType> | ||
| 38 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 39 | </PropertyGroup> | ||
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 41 | <ConfigurationType>Application</ConfigurationType> | ||
| 42 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 45 | <ImportGroup Label="ExtensionSettings"> | ||
| 46 | </ImportGroup> | ||
| 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" /> | ||
| 49 | <Import Project="..\..\vsprops\base.props" /> | ||
| 50 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 51 | <Import Project="..\..\vsprops\code_generation_debug.props" /> | ||
| 52 | <Import Project="..\..\vsprops\app.props" /> | ||
| 53 | <Import Project="..\..\vsprops\optimization_debug.props" /> | ||
| 54 | |||
| 55 | </ImportGroup> | ||
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 58 | <Import Project="..\..\vsprops\base.props" /> | ||
| 59 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 60 | <Import Project="..\..\vsprops\code_generation_debug.props" /> | ||
| 61 | <Import Project="..\..\vsprops\app.props" /> | ||
| 62 | <Import Project="..\..\vsprops\optimization_debug.props" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | <Import Project="..\..\vsprops\base.props" /> | ||
| 67 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 68 | <Import Project="..\..\vsprops\code_generation_release.props" /> | ||
| 69 | <Import Project="..\..\vsprops\app.props" /> | ||
| 70 | <Import Project="..\..\vsprops\optimization_release.props" /> | ||
| 71 | </ImportGroup> | ||
| 72 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 73 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 74 | <Import Project="..\..\vsprops\base.props" /> | ||
| 75 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 76 | <Import Project="..\..\vsprops\code_generation_release.props" /> | ||
| 77 | <Import Project="..\..\vsprops\app.props" /> | ||
| 78 | <Import Project="..\..\vsprops\optimization_release.props" /> | ||
| 79 | </ImportGroup> | ||
| 80 | <PropertyGroup Label="UserMacros" /> | ||
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 84 | <CustomBuildBeforeTargets> | ||
| 85 | </CustomBuildBeforeTargets> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 88 | <CustomBuildBeforeTargets /> | ||
| 89 | </PropertyGroup> | ||
| 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 91 | <ClCompile> | ||
| 92 | <PrecompiledHeader> | ||
| 93 | </PrecompiledHeader> | ||
| 94 | </ClCompile> | ||
| 95 | <Link /> | ||
| 96 | <CustomBuildStep> | ||
| 97 | <Outputs> | ||
| 98 | </Outputs> | ||
| 99 | <Command> | ||
| 100 | </Command> | ||
| 101 | </CustomBuildStep> | ||
| 102 | <PreBuildEvent /> | ||
| 103 | <Link /> | ||
| 104 | <Link> | ||
| 105 | <IgnoreSpecificDefaultLibraries> | ||
| 106 | </IgnoreSpecificDefaultLibraries> | ||
| 107 | </Link> | ||
| 108 | </ItemDefinitionGroup> | ||
| 109 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 110 | <ClCompile> | ||
| 111 | <PrecompiledHeader> | ||
| 112 | </PrecompiledHeader> | ||
| 113 | </ClCompile> | ||
| 114 | <Link /> | ||
| 115 | <CustomBuildStep> | ||
| 116 | <Outputs> | ||
| 117 | </Outputs> | ||
| 118 | <Command> | ||
| 119 | </Command> | ||
| 120 | </CustomBuildStep> | ||
| 121 | <PreBuildEvent /> | ||
| 122 | <Link> | ||
| 123 | <IgnoreSpecificDefaultLibraries>msvcrtd.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries> | ||
| 124 | </Link> | ||
| 125 | </ItemDefinitionGroup> | ||
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 127 | <ClCompile> | ||
| 128 | <PrecompiledHeader> | ||
| 129 | </PrecompiledHeader> | ||
| 130 | </ClCompile> | ||
| 131 | <Link> | ||
| 132 | <SpecifySectionAttributes> | ||
| 133 | </SpecifySectionAttributes> | ||
| 134 | <IgnoreSpecificDefaultLibraries> | ||
| 135 | </IgnoreSpecificDefaultLibraries> | ||
| 136 | </Link> | ||
| 137 | <CustomBuildStep> | ||
| 138 | <Command> | ||
| 139 | </Command> | ||
| 140 | </CustomBuildStep> | ||
| 141 | <CustomBuildStep> | ||
| 142 | <Message> | ||
| 143 | </Message> | ||
| 144 | </CustomBuildStep> | ||
| 145 | <CustomBuildStep> | ||
| 146 | <Outputs> | ||
| 147 | </Outputs> | ||
| 148 | </CustomBuildStep> | ||
| 149 | <PreBuildEvent /> | ||
| 150 | </ItemDefinitionGroup> | ||
| 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 152 | <ClCompile> | ||
| 153 | <PrecompiledHeader> | ||
| 154 | </PrecompiledHeader> | ||
| 155 | </ClCompile> | ||
| 156 | <Link> | ||
| 157 | <SpecifySectionAttributes> | ||
| 158 | </SpecifySectionAttributes> | ||
| 159 | <IgnoreAllDefaultLibraries> | ||
| 160 | </IgnoreAllDefaultLibraries> | ||
| 161 | <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries> | ||
| 162 | </Link> | ||
| 163 | <CustomBuildStep> | ||
| 164 | <Command> | ||
| 165 | </Command> | ||
| 166 | </CustomBuildStep> | ||
| 167 | <CustomBuildStep> | ||
| 168 | <Message> | ||
| 169 | </Message> | ||
| 170 | </CustomBuildStep> | ||
| 171 | <CustomBuildStep> | ||
| 172 | <Outputs> | ||
| 173 | </Outputs> | ||
| 174 | </CustomBuildStep> | ||
| 175 | <PreBuildEvent /> | ||
| 176 | </ItemDefinitionGroup> | ||
| 177 | <ItemGroup> | ||
| 178 | <ProjectReference Include="..\common\common.vcxproj"> | ||
| 179 | <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project> | ||
| 180 | <Private>true</Private> | ||
| 181 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | ||
| 182 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
| 183 | <LinkLibraryDependencies>true</LinkLibraryDependencies> | ||
| 184 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | ||
| 185 | </ProjectReference> | ||
| 186 | <ProjectReference Include="..\core\core.vcxproj"> | ||
| 187 | <Project>{8aea7f29-3466-4786-a10d-6a4bd0610977}</Project> | ||
| 188 | <Private>true</Private> | ||
| 189 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> | ||
| 190 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | ||
| 191 | <LinkLibraryDependencies>true</LinkLibraryDependencies> | ||
| 192 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | ||
| 193 | </ProjectReference> | ||
| 194 | </ItemGroup> | ||
| 195 | <ItemGroup> | ||
| 196 | <ClCompile Include="src\citrus.cpp" /> | ||
| 197 | <ClCompile Include="src\emu_window\emu_window_glfw.cpp" /> | ||
| 198 | </ItemGroup> | ||
| 199 | <ItemGroup> | ||
| 200 | <ClInclude Include="resource.h" /> | ||
| 201 | <ClInclude Include="src\citrus.h" /> | ||
| 202 | <ClInclude Include="src\emu_window\emu_window_glfw.h" /> | ||
| 203 | <ClInclude Include="src\version.h" /> | ||
| 204 | </ItemGroup> | ||
| 205 | <ItemGroup> | ||
| 206 | <ResourceCompile Include="citrus.rc" /> | ||
| 207 | </ItemGroup> | ||
| 208 | <ItemGroup> | ||
| 209 | <None Include="CMakeLists.txt" /> | ||
| 210 | </ItemGroup> | ||
| 211 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 212 | <ImportGroup Label="ExtensionTargets"> | ||
| 213 | </ImportGroup> | ||
| 214 | </Project> \ No newline at end of file | ||