source: EcnlProtoTool/trunk/tools/makefsdata/makefsdata.vcxproj@ 445

Last change on this file since 445 was 445, checked in by coas-nagasima, 4 years ago

ROMファイルシステムのWebコンテンツをwwwフォルダ下に移動。
etcフォルダ追加。

  • Property svn:eol-style set to CRLF
  • Property svn:mime-type set to text/xml
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{5F923912-3171-4047-9C5A-37E352D460F5}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>makefsdata</RootNamespace>
17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <UseDebugLibraries>true</UseDebugLibraries>
23 <PlatformToolset>v142</PlatformToolset>
24 <CharacterSet>MultiByte</CharacterSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseDebugLibraries>false</UseDebugLibraries>
29 <PlatformToolset>v142</PlatformToolset>
30 <WholeProgramOptimization>true</WholeProgramOptimization>
31 <CharacterSet>MultiByte</CharacterSet>
32 </PropertyGroup>
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34 <ImportGroup Label="ExtensionSettings">
35 </ImportGroup>
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41 </ImportGroup>
42 <PropertyGroup Label="UserMacros" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <LinkIncremental>true</LinkIncremental>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <LinkIncremental>false</LinkIncremental>
48 </PropertyGroup>
49 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50 <ClCompile>
51 <PrecompiledHeader>
52 </PrecompiledHeader>
53 <WarningLevel>Level3</WarningLevel>
54 <Optimization>Disabled</Optimization>
55 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CONSOLE;_LIB;WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 <SDLCheck>true</SDLCheck>
57 <AdditionalIncludeDirectories>..\zlib</AdditionalIncludeDirectories>
58 <TreatSpecificWarningsAsErrors>4003;4005;4007;4010;4013;4015;4020;4022;4024;4028;4029;4031;4033;4034;4042;4047;4048;4049;4056;4067;4074;4079;4083;4088;4089;4090;4091;4094;4096;4098;4099;4113;4715;4716</TreatSpecificWarningsAsErrors>
59 </ClCompile>
60 <Link>
61 <SubSystem>Console</SubSystem>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
63 </Link>
64 </ItemDefinitionGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <ClCompile>
67 <WarningLevel>Level3</WarningLevel>
68 <PrecompiledHeader>
69 </PrecompiledHeader>
70 <Optimization>MaxSpeed</Optimization>
71 <FunctionLevelLinking>true</FunctionLevelLinking>
72 <IntrinsicFunctions>true</IntrinsicFunctions>
73 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CONSOLE;_LIB;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <AdditionalIncludeDirectories>..\zlib</AdditionalIncludeDirectories>
75 <TreatSpecificWarningsAsErrors>4003;4005;4007;4010;4013;4015;4020;4022;4024;4028;4029;4031;4033;4034;4042;4047;4048;4049;4056;4067;4074;4079;4083;4088;4089;4090;4091;4094;4096;4098;4099;4113;4715;4716</TreatSpecificWarningsAsErrors>
76 </ClCompile>
77 <Link>
78 <SubSystem>Console</SubSystem>
79 <GenerateDebugInformation>true</GenerateDebugInformation>
80 <EnableCOMDATFolding>true</EnableCOMDATFolding>
81 <OptimizeReferences>true</OptimizeReferences>
82 </Link>
83 </ItemDefinitionGroup>
84 <ItemGroup>
85 <Text Include="ReadMe.txt" />
86 </ItemGroup>
87 <ItemGroup>
88 <ClCompile Include="diskio.c" />
89 <ClCompile Include="ff.c" />
90 <ClCompile Include="main.c" />
91 <ClCompile Include="option\syscall.c" />
92 <ClCompile Include="option\unicode.c" />
93 </ItemGroup>
94 <ItemGroup>
95 <ClInclude Include="diskio.h" />
96 <ClInclude Include="ff.h" />
97 <ClInclude Include="ffconf.h" />
98 <ClInclude Include="integer.h" />
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\zlib\zlib.vcxproj">
102 <Project>{3fbc7619-af55-4664-89f5-fe1d40bbb323}</Project>
103 </ProjectReference>
104 </ItemGroup>
105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label="ExtensionTargets">
107 </ImportGroup>
108</Project>
Note: See TracBrowser for help on using the repository browser.