-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRawJitterMatrixNodes.csproj
54 lines (54 loc) · 2.46 KB
/
RawJitterMatrixNodes.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectGuid>{6A0AFB1F-8219-4A08-85F7-B7F19B66AC16}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<RootNamespace>VVVV.Nodes</RootNamespace>
<AssemblyName>RawJitterMatrixNodes</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<ReferencePath>..\..\..\..\..\..\..\..\vvvv\git\vvvv-sdk\vvvv45\lib\core\;..\..\..\..\..\..\..\..\vvvv\git\vvvv-sdk\vvvv45\lib\nodes\plugins\;..\..\..\..\..\..\..\..\vvvv\git\vvvv-sdk\vvvv45\bin\managed\</ReferencePath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DebugType>Full</DebugType>
<DebugSymbols>True</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE</DefineConstants>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x64' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="SlimDX" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition.Codeplex" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="VVVV.Core" />
<Reference Include="VVVV.PluginInterfaces" />
<Reference Include="VVVV.Utils" />
<Reference Include="VVVV.Utils3rdParty" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RawJitterMatrixNodes.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>