OSDN Git Service

航路管理画面を実装。
[gvonavish/GVONavish.git] / GVONavish / GVONavish / GVONavish.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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>{B5F38077-918C-4B4F-948E-7F756E2ED765}</ProjectGuid>
15     <Keyword>Win32Proj</Keyword>
16     <RootNamespace>GVONavish</RootNamespace>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <UseDebugLibraries>true</UseDebugLibraries>
22     <PlatformToolset>v120_xp</PlatformToolset>
23     <CharacterSet>Unicode</CharacterSet>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <UseDebugLibraries>false</UseDebugLibraries>
28     <PlatformToolset>v120_xp</PlatformToolset>
29     <WholeProgramOptimization>true</WholeProgramOptimization>
30     <CharacterSet>Unicode</CharacterSet>
31   </PropertyGroup>
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33   <ImportGroup Label="ExtensionSettings">
34   </ImportGroup>
35   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37   </ImportGroup>
38   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40   </ImportGroup>
41   <PropertyGroup Label="UserMacros" />
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43     <LinkIncremental>true</LinkIncremental>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46     <LinkIncremental>false</LinkIncremental>
47   </PropertyGroup>
48   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49     <ClCompile>
50       <PrecompiledHeader>Use</PrecompiledHeader>
51       <WarningLevel>Level3</WarningLevel>
52       <Optimization>Disabled</Optimization>
53       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
55       <TreatWarningAsError>true</TreatWarningAsError>
56       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
57     </ClCompile>
58     <Link>
59       <SubSystem>Windows</SubSystem>
60       <GenerateDebugInformation>true</GenerateDebugInformation>
61     </Link>
62     <PostBuildEvent>
63       <Command>if not exist "$(SolutionDir)archive" mkdir "$(SolutionDir)archive"
64 if not exist "$(SolutionDir)archive\$(ProjectName)" mkdir "$(SolutionDir)archive\$(ProjectName)"
65 if not exist "$(SolutionDir)archive\$(ProjectName)\map.png" copy /Y "$(SolutionDir)assets\map.png" "$(SolutionDir)archive\$(ProjectName)\map.png"
66 copy /Y "$(TargetPath)" "$(SolutionDir)archive\$(ProjectName)\$(TargetFileName)"
67 copy /Y "$(ProjectDir)readme.txt" "$(SolutionDir)archive\$(ProjectName)\readme.txt"
68 </Command>
69       <Message>実行ファイルをフォルダにコピーしています...</Message>
70     </PostBuildEvent>
71   </ItemDefinitionGroup>
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73     <ClCompile>
74       <WarningLevel>Level3</WarningLevel>
75       <PrecompiledHeader>Use</PrecompiledHeader>
76       <Optimization>MaxSpeed</Optimization>
77       <FunctionLevelLinking>true</FunctionLevelLinking>
78       <IntrinsicFunctions>true</IntrinsicFunctions>
79       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80       <DebugInformationFormat>None</DebugInformationFormat>
81       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
82     </ClCompile>
83     <Link>
84       <SubSystem>Windows</SubSystem>
85       <GenerateDebugInformation>false</GenerateDebugInformation>
86       <EnableCOMDATFolding>true</EnableCOMDATFolding>
87       <OptimizeReferences>true</OptimizeReferences>
88     </Link>
89     <PostBuildEvent>
90       <Command>if not exist "$(SolutionDir)archive" mkdir "$(SolutionDir)archive"
91 if not exist "$(SolutionDir)archive\$(ProjectName)" mkdir "$(SolutionDir)archive\$(ProjectName)"
92 if not exist "$(SolutionDir)archive\$(ProjectName)\map.png" copy /Y "$(SolutionDir)assets\map.png" "$(SolutionDir)archive\$(ProjectName)\map.png"
93 copy /Y "$(TargetPath)" "$(SolutionDir)archive\$(ProjectName)\$(TargetFileName)"
94 copy /Y "$(ProjectDir)readme.txt" "$(SolutionDir)archive\$(ProjectName)\readme.txt"
95 </Command>
96     </PostBuildEvent>
97     <PostBuildEvent>
98       <Message>実行ファイルをフォルダにコピーしています...</Message>
99     </PostBuildEvent>
100   </ItemDefinitionGroup>
101   <ItemGroup>
102     <ClInclude Include="GVOConfig.h" />
103     <ClInclude Include="GVOGameProcess.h" />
104     <ClInclude Include="GVOGameStatus.h" />
105     <ClInclude Include="GVOImage.h" />
106     <ClInclude Include="GVONavish.h" />
107     <ClInclude Include="GVONoncopyable.h" />
108     <ClInclude Include="GVONormalizedPoint.h" />
109     <ClInclude Include="GVORenderer.h" />
110     <ClInclude Include="GVOShipRoute.h" />
111     <ClInclude Include="GVOShipRouteList.h" />
112     <ClInclude Include="GVOShipRouteManageView.h" />
113     <ClInclude Include="GVOSpeedMeter.h" />
114     <ClInclude Include="GVOSurveyCoordExtractor.h" />
115     <ClInclude Include="GVOTexture.h" />
116     <ClInclude Include="GVOVector.h" />
117     <ClInclude Include="GVOVelocity.h" />
118     <ClInclude Include="GVOWorldMap.h" />
119     <ClInclude Include="GVOShip.h" />
120     <ClInclude Include="Resource.h" />
121     <ClInclude Include="stdafx.h" />
122     <ClInclude Include="targetver.h" />
123   </ItemGroup>
124   <ItemGroup>
125     <ClCompile Include="GVOGameProcess.cpp" />
126     <ClCompile Include="GVOImage.cpp" />
127     <ClCompile Include="GVONavish.cpp" />
128     <ClCompile Include="GVORenderer.cpp" />
129     <ClCompile Include="GVOShip.cpp" />
130     <ClCompile Include="GVOShipRoute.cpp" />
131     <ClCompile Include="GVOShipRouteList.cpp" />
132     <ClCompile Include="GVOShipRouteManageView.cpp" />
133     <ClCompile Include="GVOSurveyCoordExtractor.cpp" />
134     <ClCompile Include="GVOTexture.cpp" />
135     <ClCompile Include="GVOWorldMap.cpp" />
136     <ClCompile Include="stdafx.cpp">
137       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
138       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
139     </ClCompile>
140   </ItemGroup>
141   <ItemGroup>
142     <ResourceCompile Include="GVONavish.rc" />
143   </ItemGroup>
144   <ItemGroup>
145     <Image Include="blank.ico" />
146     <Image Include="GVONavish.ico" />
147     <Image Include="small.ico" />
148     <Image Include="star.ico" />
149   </ItemGroup>
150   <ItemGroup>
151     <Text Include="ReadMe.txt">
152       <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
153     </Text>
154   </ItemGroup>
155   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
156   <ImportGroup Label="ExtensionTargets">
157   </ImportGroup>
158 </Project>