Skip to content

Commit 0287b02

Browse files
committed
Fix vs2015 solution
1 parent 08c06ba commit 0287b02

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/ConvNetSharp.Flow.Tests/ConvNetSharp.Flow.Tests.2015.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
24+
<PlatformTarget>x64</PlatformTarget>
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2627
<DebugType>pdbonly</DebugType>
@@ -69,10 +70,18 @@
6970
<None Include="packages.config" />
7071
</ItemGroup>
7172
<ItemGroup>
73+
<ProjectReference Include="..\ConvNetSharp.Core\ConvNetSharp.Core.2015.csproj">
74+
<Project>{3A6864AF-30B4-4C0E-B621-3571E3D88B43}</Project>
75+
<Name>ConvNetSharp.Core.2015</Name>
76+
</ProjectReference>
7277
<ProjectReference Include="..\ConvNetSharp.Flow\ConvNetSharp.Flow.2015.csproj">
7378
<Project>{9854f171-8272-49e4-a0bb-c9bfa70c30d3}</Project>
7479
<Name>ConvNetSharp.Flow.2015</Name>
7580
</ProjectReference>
81+
<ProjectReference Include="..\ConvNetSharp.Volume.GPU\ConvNetSharp.Volume.GPU.2015.csproj">
82+
<Project>{bdcc5296-bfd4-411a-8f92-bf30ac85e0ba}</Project>
83+
<Name>ConvNetSharp.Volume.GPU.2015</Name>
84+
</ProjectReference>
7685
<ProjectReference Include="..\ConvNetSharp.Volume\ConvNetSharp.Volume.2015.csproj">
7786
<Project>{1a285120-f2f0-4a94-ab31-b4e870679c0e}</Project>
7887
<Name>ConvNetSharp.Volume.2015</Name>

src/ConvNetSharp.Flow/ConvNetSharp.Flow.2015.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<Compile Include="Layers\ILastLayer.cs" />
5555
<Compile Include="Layers\InputLayer.cs" />
5656
<Compile Include="Layers\LayerBase.cs" />
57+
<Compile Include="Layers\OpWrapperLayer.cs" />
5758
<Compile Include="Layers\PoolLayer.cs" />
5859
<Compile Include="Layers\ReluLayer.cs" />
5960
<Compile Include="Layers\SigmoidLayer.cs" />
@@ -84,6 +85,7 @@
8485
<Compile Include="Ops\SoftMax.cs" />
8586
<Compile Include="Ops\SoftMaxCrossEntropy.cs" />
8687
<Compile Include="Ops\SoftMaxGradient.cs" />
88+
<Compile Include="Ops\Sum.cs" />
8789
<Compile Include="Ops\Variable.cs" />
8890
<Compile Include="Properties\AssemblyInfo.cs" />
8991
<Compile Include="Scope.cs" />

src/ConvNetSharp.Volume.GPU/ConvNetSharp.Volume.GPU.2015.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<Compile Include="ActivationTypeExtension.cs" />
56+
<Compile Include="CudaHostMemoryRegion.cs" />
5657
<Compile Include="DataLocation.cs" />
5758
<Compile Include="Double\BuilderInstance.cs" />
5859
<Compile Include="Double\Volume.cs" />

0 commit comments

Comments
 (0)