forked from SonyWWS/ATF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Atf.Osc.vs2010.csproj
88 lines (88 loc) · 4.05 KB
/
Atf.Osc.vs2010.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A1BA1C75-5990-4B8B-BE7B-94C39376921B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Atf.Osc</RootNamespace>
<AssemblyName>Atf.Osc</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\lib\anycpu_dotnet_clr4_debug\</OutputPath>
<IntermediateOutputPath>obj\Debug.vs2010\</IntermediateOutputPath>
<DefineConstants>TRACE;DEBUG;CS_4</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\lib\anycpu_dotnet_clr4_release\</OutputPath>
<IntermediateOutputPath>obj\Release.vs2010\</IntermediateOutputPath>
<DefineConstants>TRACE;CS_4</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bespoke.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=843a094264521388, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\ThirdParty\Bespoke\Bespoke.Common.dll</HintPath>
</Reference>
<Reference Include="Bespoke.Common.Osc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=843a094264521388, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\ThirdParty\Bespoke\Bespoke.Common.Osc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="IOscService.cs" />
<Compile Include="LemurOscService.cs" />
<Compile Include="OscCommandReceiver.cs" />
<Compile Include="OscCommands.cs" />
<Compile Include="OscDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OscDialog.Designer.cs" />
<Compile Include="OscService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="OscDialog.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Atf.Core\Atf.Core.vs2010.csproj">
<Project>{9D1835B6-D1C2-44BA-BAE1-05C6EC442D2F}</Project>
<Name>Atf.Core.vs2010</Name>
</ProjectReference>
<ProjectReference Include="..\Atf.Gui.WinForms\Atf.Gui.WinForms.vs2010.csproj">
<Project>{7C36A258-9102-420D-B80A-5EB5717644B6}</Project>
<Name>Atf.Gui.WinForms.vs2010</Name>
</ProjectReference>
<ProjectReference Include="..\Atf.Gui\Atf.Gui.vs2010.csproj">
<Project>{4765C2A7-F989-40DB-BC12-FCD67025B93F}</Project>
<Name>Atf.Gui.vs2010</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>