DTXManiaXG(Ver.K)4.00Series
修訂 | 452dc8a863494051f5c9aa0fff072a1df10ca4d3 (tree) |
---|---|
時間 | 2020-10-05 10:09:25 |
作者 | FROM / Kenji Yamazaki <kumakamikoubou@gmai...> |
Commiter | FROM / Kenji Yamazaki |
SharpDX を更新: v4.0.1 -> v4.2.0
@@ -114,26 +114,17 @@ | ||
114 | 114 | </PropertyGroup> |
115 | 115 | <ItemGroup> |
116 | 116 | <Reference Include="Microsoft.VisualBasic" /> |
117 | - <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
118 | - <HintPath>packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath> | |
117 | + <Reference Include="SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
118 | + <HintPath>..\packages\SharpDX.4.2.0\lib\net45\SharpDX.dll</HintPath> | |
119 | 119 | </Reference> |
120 | - <Reference Include="SharpDX.Animation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
121 | - <HintPath>packages\SharpDX.Animation.4.0.1\lib\net45\SharpDX.Animation.dll</HintPath> | |
120 | + <Reference Include="SharpDX.Animation, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
121 | + <HintPath>..\packages\SharpDX.Animation.4.2.0\lib\net45\SharpDX.Animation.dll</HintPath> | |
122 | 122 | </Reference> |
123 | - <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
124 | - <HintPath>packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath> | |
123 | + <Reference Include="SharpDX.Direct3D9, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
124 | + <HintPath>..\packages\SharpDX.Direct3D9.4.2.0\lib\net45\SharpDX.Direct3D9.dll</HintPath> | |
125 | 125 | </Reference> |
126 | - <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
127 | - <HintPath>packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll</HintPath> | |
128 | - </Reference> | |
129 | - <Reference Include="SharpDX.DirectSound, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
130 | - <HintPath>packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll</HintPath> | |
131 | - </Reference> | |
132 | - <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
133 | - <HintPath>packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath> | |
134 | - </Reference> | |
135 | - <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
136 | - <HintPath>packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath> | |
126 | + <Reference Include="SharpDX.Mathematics, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
127 | + <HintPath>..\packages\SharpDX.Mathematics.4.2.0\lib\net45\SharpDX.Mathematics.dll</HintPath> | |
137 | 128 | </Reference> |
138 | 129 | <Reference Include="System" /> |
139 | 130 | <Reference Include="System.Data" /> |
@@ -1,10 +1,7 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <packages> |
3 | - <package id="DirectShowLib" version="1.0.0" targetFramework="net471" /> | |
4 | - <package id="SharpDX" version="4.0.1" targetFramework="net471" /> | |
5 | - <package id="SharpDX.Animation" version="4.0.1" targetFramework="net471" /> | |
6 | - <package id="SharpDX.Direct3D9" version="4.0.1" targetFramework="net471" /> | |
7 | - <package id="SharpDX.DirectInput" version="4.0.1" targetFramework="net471" /> | |
8 | - <package id="SharpDX.DXGI" version="4.0.1" targetFramework="net471" /> | |
9 | - <package id="SharpDX.Mathematics" version="4.0.1" targetFramework="net471" /> | |
3 | + <package id="SharpDX" version="4.2.0" targetFramework="net471" /> | |
4 | + <package id="SharpDX.Animation" version="4.2.0" targetFramework="net471" /> | |
5 | + <package id="SharpDX.Direct3D9" version="4.2.0" targetFramework="net471" /> | |
6 | + <package id="SharpDX.Mathematics" version="4.2.0" targetFramework="net471" /> | |
10 | 7 | </packages> |
\ No newline at end of file |
@@ -108,26 +108,23 @@ | ||
108 | 108 | <Reference Include="DirectShowLib, Version=2.1.0.1599, Culture=neutral, processorArchitecture=MSIL"> |
109 | 109 | <HintPath>..\packages\DirectShowLib.1.0.0\lib\DirectShowLib.dll</HintPath> |
110 | 110 | </Reference> |
111 | - <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
112 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath> | |
111 | + <Reference Include="SharpDX, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
112 | + <HintPath>..\packages\SharpDX.4.2.0\lib\net45\SharpDX.dll</HintPath> | |
113 | 113 | </Reference> |
114 | - <Reference Include="SharpDX.Animation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
115 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.Animation.4.0.1\lib\net45\SharpDX.Animation.dll</HintPath> | |
114 | + <Reference Include="SharpDX.Direct3D9, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
115 | + <HintPath>..\packages\SharpDX.Direct3D9.4.2.0\lib\net45\SharpDX.Direct3D9.dll</HintPath> | |
116 | 116 | </Reference> |
117 | - <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
118 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath> | |
117 | + <Reference Include="SharpDX.DirectInput, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
118 | + <HintPath>..\packages\SharpDX.DirectInput.4.2.0\lib\net45\SharpDX.DirectInput.dll</HintPath> | |
119 | 119 | </Reference> |
120 | - <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
121 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.DirectInput.4.0.1\lib\net45\SharpDX.DirectInput.dll</HintPath> | |
120 | + <Reference Include="SharpDX.DirectSound, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
121 | + <HintPath>..\packages\SharpDX.DirectSound.4.2.0\lib\net45\SharpDX.DirectSound.dll</HintPath> | |
122 | 122 | </Reference> |
123 | - <Reference Include="SharpDX.DirectSound, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
124 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.DirectSound.4.0.1\lib\net45\SharpDX.DirectSound.dll</HintPath> | |
123 | + <Reference Include="SharpDX.DXGI, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
124 | + <HintPath>..\packages\SharpDX.DXGI.4.2.0\lib\net45\SharpDX.DXGI.dll</HintPath> | |
125 | 125 | </Reference> |
126 | - <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
127 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath> | |
128 | - </Reference> | |
129 | - <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
130 | - <HintPath>..\DTXManiaプロジェクト\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath> | |
126 | + <Reference Include="SharpDX.Mathematics, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> | |
127 | + <HintPath>..\packages\SharpDX.Mathematics.4.2.0\lib\net45\SharpDX.Mathematics.dll</HintPath> | |
131 | 128 | </Reference> |
132 | 129 | <Reference Include="System" /> |
133 | 130 | <Reference Include="System.Data" /> |
@@ -236,14 +233,14 @@ | ||
236 | 233 | </BootstrapperPackage> |
237 | 234 | </ItemGroup> |
238 | 235 | <ItemGroup> |
239 | - <None Include="packages.config" /> | |
240 | - </ItemGroup> | |
241 | - <ItemGroup> | |
242 | 236 | <ProjectReference Include="..\libbjxa\libbjxa.csproj"> |
243 | 237 | <Project>{41e67409-f5ec-4216-a790-2519a7b22e51}</Project> |
244 | 238 | <Name>libbjxa</Name> |
245 | 239 | </ProjectReference> |
246 | 240 | </ItemGroup> |
241 | + <ItemGroup> | |
242 | + <None Include="packages.config" /> | |
243 | + </ItemGroup> | |
247 | 244 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
248 | 245 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
249 | 246 | Other similar extension points exist, see Microsoft.Common.targets. |
@@ -1,11 +1,10 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <packages> |
3 | 3 | <package id="DirectShowLib" version="1.0.0" targetFramework="net471" /> |
4 | - <package id="SharpDX" version="4.0.1" targetFramework="net471" /> | |
5 | - <package id="SharpDX.Animation" version="4.0.1" targetFramework="net471" /> | |
6 | - <package id="SharpDX.Direct3D9" version="4.0.1" targetFramework="net471" /> | |
7 | - <package id="SharpDX.DirectInput" version="4.0.1" targetFramework="net471" /> | |
8 | - <package id="SharpDX.DirectSound" version="4.0.1" targetFramework="net471" /> | |
9 | - <package id="SharpDX.DXGI" version="4.0.1" targetFramework="net471" /> | |
10 | - <package id="SharpDX.Mathematics" version="4.0.1" targetFramework="net471" /> | |
4 | + <package id="SharpDX" version="4.2.0" targetFramework="net471" /> | |
5 | + <package id="SharpDX.Direct3D9" version="4.2.0" targetFramework="net471" /> | |
6 | + <package id="SharpDX.DirectInput" version="4.2.0" targetFramework="net471" /> | |
7 | + <package id="SharpDX.DirectSound" version="4.2.0" targetFramework="net471" /> | |
8 | + <package id="SharpDX.DXGI" version="4.2.0" targetFramework="net471" /> | |
9 | + <package id="SharpDX.Mathematics" version="4.2.0" targetFramework="net471" /> | |
11 | 10 | </packages> |
\ No newline at end of file |