-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPlaceholderProject.csproj
More file actions
88 lines (88 loc) · 4.3 KB
/
PlaceholderProject.csproj
File metadata and controls
88 lines (88 loc) · 4.3 KB
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="15.0" 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>{068F8DAA-98AD-4F9E-990C-F099BB8F0441}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>PlaceholderProject</RootNamespace>
<AssemblyName>PlaceholderProject</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Content Include="bugs.txt" />
<Content Include="controllers\anchorController.js" />
<Content Include="controllers\anchorGroupController.js" />
<Content Include="controllers\circleController.js" />
<Content Include="controllers\imageController.js" />
<Content Include="controllers\toolboxGroupController.js" />
<Content Include="controllers\toolboxImageController.js" />
<Content Include="event.js" />
<Content Include="models\anchorModel.js" />
<Content Include="models\diagramModel.js" />
<Content Include="controllers\diamondController.js" />
<Content Include="controllers\lineController.js" />
<Content Include="controllers\objectsController.js" />
<Content Include="controllers\rectangleController.js" />
<Content Include="controllers\textController.js" />
<Content Include="controllers\toolboxCircleController.js" />
<Content Include="controllers\toolboxDiamondController.js" />
<Content Include="controllers\toolboxLineController.js" />
<Content Include="controllers\toolboxRectangleController.js" />
<Content Include="controllers\toolboxShapeController.js" />
<Content Include="controllers\toolboxSurfaceController.js" />
<Content Include="controllers\toolboxTextController.js" />
<Content Include="fileSaver.js" />
<Content Include="helpers.js" />
<Content Include="models\circleModel.js" />
<Content Include="models\diamondModel.js" />
<Content Include="models\imageModel.js" />
<Content Include="models\lineModel.js" />
<Content Include="models\pathModel.js" />
<Content Include="models\rectangleModel.js" />
<Content Include="models\shapeModel.js" />
<Content Include="models\objectsModel.js" />
<Content Include="models\textModel.js" />
<Content Include="controllers\controller.js" />
<Content Include="models\model.js" />
<Content Include="controllers\mouseController.js" />
<Content Include="controllers\shapeController.js" />
<Content Include="controllers\surfaceController.js" />
<Content Include="models\surfaceModel.js" />
<Content Include="prototypes.js" />
<Content Include="views\anchorView.js" />
<Content Include="views\lineView.js" />
<Content Include="views\objectsView.js" />
<Content Include="views\propertyGridView.js" />
<Content Include="views\shapeView.js" />
<Content Include="views\surfaceView.js" />
<Content Include="views\textView.js" />
<Content Include="views\toolboxSurfaceView.js" />
<Content Include="views\view.js" />
<Content Include="point.js" />
<Content Include="flowSharpWeb.html" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>