-
Notifications
You must be signed in to change notification settings - Fork 5
/
matmill.csproj
111 lines (111 loc) · 4.52 KB
/
matmill.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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)' == '' ">cb098-debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{26D59F35-CF38-4714-8036-5038537EA2BA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Trochomops</RootNamespace>
<AssemblyName>trochomops</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'cb098-debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\cb098-debug\</OutputPath>
<cbpath>d:\winp\app\cambam</cbpath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'cb10-debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\cb10-debug\</OutputPath>
<cbpath>d:\winp\app\cambam10</cbpath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CamBam">
<HintPath>$(cbpath)\CamBam.exe</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CamBam.CAD">
<HintPath>$(cbpath)\CamBam.CAD.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CamBam.Geom">
<HintPath>$(cbpath)\CamBam.Geom.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="branch.cs" />
<Compile Include="geom.cs" />
<Compile Include="matmill.cs" />
<Compile Include="medial_builder.cs" />
<Compile Include="mop.cs" />
<Compile Include="mop_pocket.cs" />
<Compile Include="mop_profile.cs" />
<Compile Include="path_gen.cs" />
<Compile Include="plug.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>resources.resx</DependentUpon>
</Compile>
<Compile Include="segpool.cs" />
<Compile Include="slice.cs" />
<Compile Include="slicer.cs" />
<Compile Include="spiral.cs" />
<Compile Include="topo.cs" />
<Compile Include="tree4.cs" />
<Compile Include="Voronoi.cs" />
<Compile Include="VoronoiElements.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\cam_trochopock1.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cam_trochopock0.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cam_trochoprof0.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cam_trochoprof1.bmp" />
</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>