root/src/BRAINSDesigner/Designer.csproj
| 1 | 23 | ||
|---|---|---|---|
48 | <Reference Include="System.Xml" /> | 48 | <Reference Include="System.Xml" /> |
49 | </ItemGroup> | 49 | </ItemGroup> |
50 | <ItemGroup> | 50 | <ItemGroup> |
51 | <Compile Include="Classes\BehaviorTreeViewer.cs"> | ||
52 | <SubType>UserControl</SubType> | ||
53 | </Compile> | ||
54 | <Compile Include="Classes\BehaviorTreeViewer.Designer.cs"> | ||
55 | <DependentUpon>BehaviorTreeViewer.cs</DependentUpon> | ||
56 | </Compile> | ||
51 | <Compile Include="Form1.cs"> | 57 | <Compile Include="Form1.cs"> |
52 | <SubType>Form</SubType> | 58 | <SubType>Form</SubType> |
53 | </Compile> | 59 | </Compile> |
... | ... | ||
56 | </Compile> | 62 | </Compile> |
57 | <Compile Include="Program.cs" /> | 63 | <Compile Include="Program.cs" /> |
58 | <Compile Include="Properties\AssemblyInfo.cs" /> | 64 | <Compile Include="Properties\AssemblyInfo.cs" /> |
65 | <EmbeddedResource Include="Classes\BehaviorTreeViewer.resx"> | ||
66 | <DependentUpon>BehaviorTreeViewer.cs</DependentUpon> | ||
67 | </EmbeddedResource> | ||
59 | <EmbeddedResource Include="Form1.resx"> | 68 | <EmbeddedResource Include="Form1.resx"> |
60 | <DependentUpon>Form1.cs</DependentUpon> | 69 | <DependentUpon>Form1.cs</DependentUpon> |
61 | </EmbeddedResource> | 70 | </EmbeddedResource> |
... | ... | ||
89 | <Name>AIRendering</Name> | 98 | <Name>AIRendering</Name> |
90 | </ProjectReference> | 99 | </ProjectReference> |
91 | </ItemGroup> | 100 | </ItemGroup> |
92 | <ItemGroup> | ||
93 | <Folder Include="Classes\" /> | ||
94 | </ItemGroup> | ||
95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 101 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 102 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
97 | Other similar extension points exist, see Microsoft.Common.targets. | 103 | Other similar extension points exist, see Microsoft.Common.targets. |
Download diff