OSDN Git Service

SSTFEditor, StrokeStyle<T> を SSTFormat v3 に移行。
[strokestylet/CsWin10Desktop3.git] / FDK / FDK.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{0E35C4AC-6E28-4A09-A6CE-05D177800051}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>FDK</RootNamespace>
11     <AssemblyName>FDK</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <OutputPath>bin\Debug\</OutputPath>
20     <DefineConstants>DEBUG;TRACE</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RemoteDebug|AnyCPU'">
35     <DebugSymbols>true</DebugSymbols>
36     <OutputPath>bin\RemoteDebug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
39     <DebugType>full</DebugType>
40     <PlatformTarget>AnyCPU</PlatformTarget>
41     <ErrorReport>prompt</ErrorReport>
42     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43   </PropertyGroup>
44   <ItemGroup>
45     <Reference Include="CSCore, Version=1.2.1.1, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
46       <HintPath>..\packages\CSCore.1.2.1.1\lib\net35-client\CSCore.dll</HintPath>
47     </Reference>
48     <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
49       <HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
50     </Reference>
51     <Reference Include="SharpDX.Animation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
52       <HintPath>..\packages\SharpDX.Animation.4.0.1\lib\net45\SharpDX.Animation.dll</HintPath>
53     </Reference>
54     <Reference Include="SharpDX.D3DCompiler, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
55       <HintPath>..\packages\SharpDX.D3DCompiler.4.0.1\lib\net45\SharpDX.D3DCompiler.dll</HintPath>
56     </Reference>
57     <Reference Include="SharpDX.Desktop, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
58       <HintPath>..\packages\SharpDX.Desktop.4.0.1\lib\net45\SharpDX.Desktop.dll</HintPath>
59     </Reference>
60     <Reference Include="SharpDX.Direct2D1, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
61       <HintPath>..\packages\SharpDX.Direct2D1.4.0.1\lib\net45\SharpDX.Direct2D1.dll</HintPath>
62     </Reference>
63     <Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
64       <HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net45\SharpDX.Direct3D11.dll</HintPath>
65     </Reference>
66     <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
67       <HintPath>..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath>
68     </Reference>
69     <Reference Include="SharpDX.DirectComposition, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
70       <HintPath>..\packages\SharpDX.DirectComposition.4.0.1\lib\net45\SharpDX.DirectComposition.dll</HintPath>
71     </Reference>
72     <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
73       <HintPath>..\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll</HintPath>
74     </Reference>
75     <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
76       <HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath>
77     </Reference>
78     <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
79       <HintPath>..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath>
80     </Reference>
81     <Reference Include="SharpDX.MediaFoundation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
82       <HintPath>..\packages\SharpDX.MediaFoundation.4.0.1\lib\net45\SharpDX.MediaFoundation.dll</HintPath>
83     </Reference>
84     <Reference Include="System" />
85     <Reference Include="System.Core" />
86     <Reference Include="System.Drawing" />
87     <Reference Include="System.Runtime.Serialization" />
88     <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
89       <HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
90     </Reference>
91     <Reference Include="System.Windows.Forms" />
92     <Reference Include="System.Xml.Linq" />
93     <Reference Include="System.Data.DataSetExtensions" />
94     <Reference Include="Microsoft.CSharp" />
95     <Reference Include="System.Data" />
96     <Reference Include="System.Net.Http" />
97     <Reference Include="System.Xml" />
98   </ItemGroup>
99   <ItemGroup>
100     <Compile Include="Activity.cs" />
101     <Compile Include="ApplicationForm.cs">
102       <SubType>Form</SubType>
103     </Compile>
104     <Compile Include="Extensions.cs" />
105     <Compile Include="FDKException.cs" />
106     <Compile Include="FDKUtilities.cs" />
107     <Compile Include="Folder.cs" />
108     <Compile Include="Log.cs" />
109     <Compile Include="LogBlock.cs" />
110     <Compile Include="Memory.cs" />
111     <Compile Include="Properties\AssemblyInfo.cs" />
112     <Compile Include="Properties\Resources.Designer.cs">
113       <AutoGen>True</AutoGen>
114       <DesignTime>True</DesignTime>
115       <DependentUpon>Resources.resx</DependentUpon>
116     </Compile>
117     <Compile Include="SelectableList.cs" />
118     <Compile Include="UI\Image.cs" />
119     <Compile Include="UI\Element.cs" />
120     <Compile Include="UI\Framework.cs" />
121     <Compile Include="XML\SerializableDictionary.cs" />
122     <Compile Include="XML\Serializer.cs" />
123     <Compile Include="カウンタ\Counter.cs" />
124     <Compile Include="カウンタ\FPS.cs" />
125     <Compile Include="カウンタ\LoopCounter.cs" />
126     <Compile Include="カウンタ\QPCTimer.cs" />
127     <Compile Include="カウンタ\アニメーション管理.cs" />
128     <Compile Include="カウンタ\定間隔進行.cs" />
129     <Compile Include="カウンタ\経過時間測定.cs" />
130     <Compile Include="メディア\XML.cs" />
131     <Compile Include="メディア\グラフィックデバイス.cs" />
132     <Compile Include="メディア\サウンド\WASAPI\DecodedWaveSource.cs" />
133     <Compile Include="メディア\サウンド\WASAPI\Device.cs" />
134     <Compile Include="メディア\サウンド\WASAPI\Mixer.cs" />
135     <Compile Include="メディア\サウンド\WASAPI\Sound.cs" />
136     <Compile Include="メディア\サウンド\WASAPI\SoundTimer.cs" />
137     <Compile Include="メディア\テクスチャ.cs" />
138     <Compile Include="メディア\テクスチャフォント.cs" />
139     <Compile Include="メディア\ビットマップ付きテクスチャ.cs" />
140     <Compile Include="メディア\動画.cs" />
141     <Compile Include="メディア\描画可能画像.cs" />
142     <Compile Include="メディア\文字列画像.cs" />
143     <Compile Include="メディア\画像.cs" />
144     <Compile Include="メディア\画像フォント.cs" />
145     <Compile Include="メディア\画面キャプチャ.cs" />
146     <Compile Include="メディア\矩形リスト.cs" />
147     <Compile Include="メディア\縁取りTextRenderer.cs" />
148     <Compile Include="入力\IInputDevice.cs" />
149     <Compile Include="入力\InputDeviceType.cs" />
150     <Compile Include="入力\InputEvent.cs" />
151     <Compile Include="入力\個別\Keyboard.cs" />
152     <Compile Include="入力\個別\MidiIn.cs" />
153     <Compile Include="同期\TriStateEvent.cs" />
154   </ItemGroup>
155   <ItemGroup>
156     <EmbeddedResource Include="Properties\Resources.resx">
157       <Generator>ResXFileCodeGenerator</Generator>
158       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
159     </EmbeddedResource>
160     <EmbeddedResource Include="メディア\テクスチャ用シェーダコード.hlsl" />
161   </ItemGroup>
162   <ItemGroup>
163     <None Include="packages.config" />
164   </ItemGroup>
165   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166 </Project>