-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlgidcf.rsproj
46 lines (46 loc) · 1.89 KB
/
lgidcf.rsproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">default</Platform>
<ProjectGuid>ce094020-3b9f-49b6-8890-d941c8ea739a</ProjectGuid>
<OutputType>exe</OutputType>
<CrateName>lgidcf</CrateName>
<Name>lgidcf</Name>
<RootNamespace>lgidcf</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|default' ">
<LinkTimeOptimization>false</LinkTimeOptimization>
<DebugSymbols>true</DebugSymbols>
<OptimizationLevel>0</OptimizationLevel>
<PlatformTarget>default</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|default' ">
<LinkTimeOptimization>false</LinkTimeOptimization>
<DebugSymbols>false</DebugSymbols>
<OptimizationLevel>2</OptimizationLevel>
<PlatformTarget>default</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Folder Include="src\" />
<Folder Include="devices\" />
<Folder Include="settings\" />
<Folder Include="resources\" />
<Code Include="src\main.rs" />
</ItemGroup>
<ItemGroup>
<Content Include="Cargo.toml" />
<Content Include="devices\minigun.json" />
<Content Include="devices\rocket.json" />
<Content Include="devices\testweapon.json" />
<Content Include="README.md" />
<Content Include="resources\FiraMono-Bold.ttf" />
<Content Include="settings\jetpack.json" />
<Content Include="settings\settings.json" />
</ItemGroup>
<ItemGroup>
<File Include="src\diagnostics.rs" />
<File Include="src\obstacle.rs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\VisualRust\VisualRust.Rust.targets" />
</Project>